
Moving from macOS back to Linux as a Programmer
After 3 years on macOS, I finally realized how much I missed Linux. Here’s why I switched back—and why I now prefer Fedora and not Ubuntu, which I was running before buying a MacBook Pro.
After 3 years on macOS, I finally realized how much I missed Linux. Here’s why I switched back—and why I now prefer Fedora and not Ubuntu, which I was running before buying a MacBook Pro.
You just finished your programming language—congratulations! Now comes the real challenge: building VSCode extension, Neovim plugin, Tree Sitter parser, and docs just to make it usable.
Getting familiar with macOS after using Ubuntu for 5 years is quite interesting. I will give my opinion on macOS and a MacBook Pro 2021 as someone who is never used Apple products before.
Laravel Pint is quickly getting the attention of the community after the Laravel team decided to add it as a new dependency in the Laravel release. Let's see how we can configure and use it.
Writing your own Lexer can be challenging because it requires an understanding of how lexical analysis works. Let's learn and build a simple Lexer together without any external libraries.
You will understand the concept of DTO and why it is playing a giant role in the future of PHP applications. Your ways of writing PHP apps will change forever after reading this article.