ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,677 results

ArjanCodes

337K subscribers

Latest from ArjanCodes

ArjanCodes
You Added One Feature… and Broke Three Others

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery. In this video, I refactor a ...

17:49
You Added One Feature… and Broke Three Others

12,617 views

4 days ago

ArjanCodes
Stop Checking for None Everywhere

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery. 'None' seems harmless at ...

20:32
Stop Checking for None Everywhere

62,929 views

2 weeks ago

ArjanCodes
AI Writes Code Faster Than You. Now What?

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery. A few weeks ago, I said I was ...

18:20
AI Writes Code Faster Than You. Now What?

45,765 views

3 weeks ago

ArjanCodes
Too Many Parameters? Use This Pattern

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery. Functions with long ...

13:42
Too Many Parameters? Use This Pattern

140,254 views

1 month ago

ArjanCodes
You Don’t Need That Design Pattern

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery. Design patterns aren't bad.

14:09
You Don’t Need That Design Pattern

19,608 views

1 month ago

ArjanCodes
Nested Loops Aren’t the Problem. This Is.

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery. Nested loops are often ...

15:23
Nested Loops Aren’t the Problem. This Is.

27,335 views

1 month ago

ArjanCodes
Your REST API Needs Webhooks

Take your personal data back with Incogni! Use code ARJANCODES and get 60% off an annual plan: ...

18:07
Your REST API Needs Webhooks

24,761 views

1 month ago

ArjanCodes
I’m done with the AI hype

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery I'm done with the AI hype.

8:44
I’m done with the AI hype

230,680 views

2 months ago

ArjanCodes
Let’s Fix Bloated Python Classes Once and For All

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery. This class looks clean… until ...

14:55
Let’s Fix Bloated Python Classes Once and For All

25,476 views

2 months ago

ArjanCodes
DRY Often Makes Your Code Worse

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery. In this video, I show how a ...

13:38
DRY Often Makes Your Code Worse

17,348 views

2 months ago

ArjanCodes
This Tool Replaces pip, Poetry, pyenv, and More (It’s Fast)

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I explore uv, a lightning-fast Python ...

17:35
This Tool Replaces pip, Poetry, pyenv, and More (It’s Fast)

208,563 views

1 year ago

ArjanCodes
How to Use FastAPI: A Detailed Python Tutorial

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this tutorial, I'll show you how to get started with ...

20:38
How to Use FastAPI: A Detailed Python Tutorial

370,622 views

3 years ago

ArjanCodes
Go vs Python: What Every Developer Should Know

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Python is powerful but has its quirks—like imports ...

26:12
Go vs Python: What Every Developer Should Know

125,144 views

1 year ago

ArjanCodes
AI Writes Code Faster Than You. Now What?

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery. A few weeks ago, I said I was ...

18:20
AI Writes Code Faster Than You. Now What?

45,765 views

3 weeks ago

ArjanCodes
Protocols vs ABCs in Python - When to Use Which One?

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'm revisiting Protocols and ABCs in ...

15:31
Protocols vs ABCs in Python - When to Use Which One?

86,702 views

2 years ago

ArjanCodes
You Don’t Need That Design Pattern

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery. Design patterns aren't bad.

14:09
You Don’t Need That Design Pattern

19,608 views

1 month ago

ArjanCodes
Too Many Parameters? Use This Pattern

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery. Functions with long ...

13:42
Too Many Parameters? Use This Pattern

140,254 views

1 month ago

ArjanCodes
Stop Overusing Classes in Python

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I'll uncover common bad OOP Python ...

24:42
Stop Overusing Classes in Python

140,021 views

1 year ago

ArjanCodes
This Is How Marie Kondo Sets up Her Pytest

Learn how to build robust and scalable software architecture: https://arjan.codes/checklist. In this video, I'm going to walk you ...

16:02
This Is How Marie Kondo Sets up Her Pytest

29,578 views

1 year ago

ArjanCodes
10 Python Features You’re Not Using (But Really Should)

Learn how to design great software in 7 steps: https://arjan.codes/designguide. Python has a lot of powerful features hiding in ...

20:45
10 Python Features You’re Not Using (But Really Should)

72,133 views

5 months ago

ArjanCodes
I’m done with the AI hype

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery I'm done with the AI hype.

8:44
I’m done with the AI hype

230,680 views

2 months ago

ArjanCodes
Stop Mixing FastAPI with Business Logic: Fix It with Ports & Adapters

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery. In this video, I refactor a ...

25:24
Stop Mixing FastAPI with Business Logic: Fix It with Ports & Adapters

55,523 views

4 months ago

ArjanCodes
Anatomy of a Scalable Python Project (FastAPI)

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, we break down the anatomy of a ...

21:16
Anatomy of a Scalable Python Project (FastAPI)

135,991 views

9 months ago

ArjanCodes
Functions vs Classes: When to Use Which and Why?

Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery. Functions vs. Classes?

10:49
Functions vs Classes: When to Use Which and Why?

226,972 views

3 years ago

ArjanCodes
10 Python Anti-Patterns That Are Breaking Your Code

Try Lokalise today: https://bit.ly/arjancodes. Think your Python code is clean? Think again. In this video, I'm exposing 10 Python ...

25:16
10 Python Anti-Patterns That Are Breaking Your Code

66,768 views

1 year ago

ArjanCodes
Uncle Bob’s SOLID Principles Made Easy 🍀 - In Python!

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I discuss the SOLID design principles ...

19:09
Uncle Bob’s SOLID Principles Made Easy 🍀 - In Python!

352,631 views

5 years ago