Code & Curiosity by Maximilian Schwarzmüller

Join Maximilian Schwarzmüller, a professional web developer and bestselling online course instructor as he discusses programming, shares his views & opinions on frameworks, languages, libraries and technology in general or gives you insights into his life as a developer and course creator.

AI's facing a big challenge!

Generative AI had a huge impact. And it's probably only getting started. Or maybe it isn't ... maybe it'll have less of an impact than many people think. But it definitely has one huge problem right now, in my opinion.

07-14
10:21

I LOVE learning new stuff!

In (web) development, there's always something new to learn. And, yes, this can feel overwhelming. But it's actually amazing!

07-07
08:30

Creating a productive development environment

We spend a lot of time writing code. Therefore, your development environment should be set up to make you as productive as possible. But you can also overdo it...

06-30
11:11

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?

06-23
10:41

Why Express.js?

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?

06-16
09:57

What's the best framework for building a SaaS?

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?

06-09
11:34

Remix might win the React framework race - thanks to React Router!

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++".

06-02
04:36

My opinion on Angular 18 & React 19

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

05-26
09:46

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

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?

05-19
07:27

I'm not interested in your strong opinions!

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?

05-12
06:50

Are we going back to PHP with fullstack JavaScript?

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?

05-05
09:56

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

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?

04-28
11:57

How many programming languages should you learn & know?

There's an endless amount of programming languages out there. And new ones are released frequently. So ... how many should you learn and know?

04-21
09:02

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

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.

04-14
13:13

Smart Developers Write Simple Code

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.

04-07
12:59

HTMX is amazing!

HTMX is a JavaScript library that essentially extends HTML and allows you to send AJAX requests (and handle responses + update the UI) without writing any JavaScript code. It's amazing!

03-31
10:15

Are there too many JavaScript frameworks?

As a (frontend) JavaScript developer, you got plenty of options and alternatives. You can learn Angular, React, Vue, Svelte, SolidJS and many other frameworks and libraries. But is that good or bad? That's what Max discusses in this episode.

03-24
14:39

Devin - The World's First AI Software Engineer

Devin - the world's first AI software engineer - was announced. What does that mean for software developers? And how does it actually work? Let's take a look!

03-17
11:20

Should you REALLY learn JavaScript before React, Angular etc?

Max explains why he thinks that you might not need to master JS before diving into React, Angular or other frameworks.

03-10
10:55

Why (almost) every JavaScript developer should learn TypeScript

Max explains why he thinks that most JS developers benefit from learning TypeScript.

03-03
14:41

Recommend Channels