All episodes

Do you REALLY need to know Git?

Do you REALLY need to know Git?

10m 41s

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?

Why Express.js?

Why Express.js?

9m 57s

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?

What's the best framework for building a SaaS?

What's the best framework for building a SaaS?

11m 34s

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?

My opinion on Angular 18 & React 19

My opinion on Angular 18 & React 19

9m 46s

Two major frameworks (yes, React is a library .... ) and two major versions.
Here's my opinion on both!

Should you use Bun, Deno etc. instead of Node.js?

Should you use Bun, Deno etc. instead of Node.js?

7m 27s

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?

I'm not interested in your strong opinions!

I'm not interested in your strong opinions!

6m 50s

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?

Are we going back to PHP with fullstack JavaScript?

Are we going back to PHP with fullstack JavaScript?

9m 56s

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?

Should you use Next.js 14 & the

Should you use Next.js 14 & the "App Router"?

11m 57s

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?