All episodes

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?

Should you use a VPS instead of Vercel, Netlify & co?

Should you use a VPS instead of Vercel, Netlify & co?

13m 13s

There's been some debate whether services like Vercel and Netlify are overpriced and you should use a VPS for hosting websites instead.
The answer is a solid "it depends", but there are some obvious decision factors you should consider.

Smart Developers Write Simple Code

Smart Developers Write Simple Code

12m 59s

As you're growing as a developer, it's easy to introduce unnecessary complexities and abstractions into your code. But you might not always need the most modular and flexible code. Most of the time, simpler is better.