
Do you REALLY need to know Git?
Of course, as a developer, you write code. Therefore, you must know the language and libraries you're working with.
But what about other tools? Git? Docker? The Command Line?
Of course, as a developer, you write code. Therefore, you must know the language and libraries you're working with.
But what about other tools? Git? Docker? The Command Line?
Express.js dominates the Node.js framework landscape. It seems as if almost every Node.js developer is using it.
But why is that the case?
Building a SaaS (or any web-based project) has never been easier. There are plenty of frameworks and technologies to pick from.
But which one is best? Can the JavaScript ecosystem keep up with Laravel etc?
The Remix team announced that they would pause working on Remix and instead focus on bringing all core Remix features over to React Router. Because Remix already was essentially "React Router++".
Two major frameworks (yes, React is a library .... ) and two major versions.
Here's my opinion on both!
Node.js allows you to run JavaScript outside of the browser. So does Bun, Deno and some other JavaScript runtimes that emerged over the last couple of years.
All these runtimes were created to solve certain problems that were introduced by Node.js.
But should you make the move away from Node.js?
You're preferring const over let? Think again!
You're using Angular? Is that a joke? You get the point ...
I really hate that part of social media and the "developer world". What about you?
In my early days as a web developer, I got started with HTML, CSS, JS and PHP.
Nowadays, modern fullstack JavaScript / JSX code can kind of feel like that basic PHP code I wrote back then. But is it really the same?
With Next.js 14, the "App Router" became fully stable, since the last missing piece - "Server Actions" - were marked as stable.
I've worked with it for multiple months now. Would I recommend it?
There's an endless amount of programming languages out there. And new ones are released frequently. So ... how many should you learn and know?