ArjanCodes

ArjanCodes

On this channel, I post videos about programming and software design to help you take your coding skills to the next level. I'm an ...

@ArjanCodes subscribers

How I Use Abstraction to Avoid Spaghetti Code

ArjanCodes

How I Use Abstraction to Avoid Spaghetti Code

2 weeks ago - 21:10

Coupling 101: Design Choices That Make or Break Your Code

ArjanCodes

Coupling 101: Design Choices That Make or Break Your Code

3 months ago - 20:39

7 Powerful Databases Python Developers Should Know

ArjanCodes

7 Powerful Databases Python Developers Should Know

9 months ago - 23:55

10 Tips to Become REALLY Good at Python

ArjanCodes

10 Tips to Become REALLY Good at Python

5 months ago - 27:39

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

ArjanCodes

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

1 year ago - 15:31

Go vs Python: What Every Developer Should Know

ArjanCodes

Go vs Python: What Every Developer Should Know

5 months ago - 26:12

It Seems I No Longer Use Python’s Dataclasses

ArjanCodes

It Seems I No Longer Use Python’s Dataclasses

3 weeks ago - 14:30

Avoid These BAD Practices in Python OOP

ArjanCodes

Avoid These BAD Practices in Python OOP

10 months ago - 24:42

3️⃣ Tips to Instantly Improve Your Code

ArjanCodes

3️⃣ Tips to Instantly Improve Your Code

9 months ago - 0:29

My Favourite Python Tools for Code Style

ArjanCodes

My Favourite Python Tools for Code Style

2 years ago - 0:19

Dependency Injection Explained in 7 Minutes

ArjanCodes

Dependency Injection Explained in 7 Minutes

1 year ago - 7:11

SQLAlchemy: The BEST SQL Database Library in Python

ArjanCodes

SQLAlchemy: The BEST SQL Database Library in Python

1 year ago - 16:39

7 Functional Programming Techniques EVERY Developer Should Know

ArjanCodes

7 Functional Programming Techniques EVERY Developer Should Know

1 year ago - 21:35

🐱‍💻 Tip for Writing Python Classes

ArjanCodes

🐱‍💻 Tip for Writing Python Classes

1 year ago - 0:11

How To Design Robust Python Functions

ArjanCodes

How To Design Robust Python Functions

3 months ago - 20:56

MCP Explained: How to Expose Your API to AI Models

ArjanCodes

MCP Explained: How to Expose Your API to AI Models

1 month ago - 13:28

The Ultimate Guide to Writing Classes in Python

ArjanCodes

The Ultimate Guide to Writing Classes in Python

2 years ago - 25:39

COMPLETE No-Nonsense VSCode Setup for Python Devs

ArjanCodes

COMPLETE No-Nonsense VSCode Setup for Python Devs

7 months ago - 26:05

Is SaaS Dead? Here's a Senior Engineer's Perspective

ArjanCodes

Is SaaS Dead? Here's a Senior Engineer's Perspective

5 hours ago - 13:20

I Designed a Python SDK That Relies on… Deep Inheritance?!

ArjanCodes

I Designed a Python SDK That Relies on… Deep Inheritance?!

7 days ago - 22:58

This Is How You Write an Efficient Python Dockerfile

ArjanCodes

This Is How You Write an Efficient Python Dockerfile

4 months ago - 18:47

Functions vs Classes: When to Use Which and Why?

ArjanCodes

Functions vs Classes: When to Use Which and Why?

2 years ago - 10:49

10 Tips to Keep Your Software Simple

ArjanCodes

10 Tips to Keep Your Software Simple

3 months ago - 21:07

UV for Python… (Almost) All Batteries Included

ArjanCodes

UV for Python… (Almost) All Batteries Included

7 months ago - 17:35

Why Design Patterns are Rarely Used in Python

ArjanCodes

Why Design Patterns are Rarely Used in Python

2 years ago - 0:52

12 Python Built-in Functions I Use Every Day

ArjanCodes

12 Python Built-in Functions I Use Every Day

4 months ago - 22:15

The Hidden Dangers of Python Decorators

ArjanCodes

The Hidden Dangers of Python Decorators

2 months ago - 15:05

LangChain is AMAZING | Quick Python Tutorial

ArjanCodes

LangChain is AMAZING | Quick Python Tutorial

1 year ago - 17:42

🤔 Choosing Between Streamlit, Dash, and Taipy

ArjanCodes

🤔 Choosing Between Streamlit, Dash, and Taipy

4 months ago - 0:29

AsyncIO and the Event Loop Explained

ArjanCodes

AsyncIO and the Event Loop Explained

1 year ago - 13:34

An Introduction to Typescript for Python Programmers

ArjanCodes

An Introduction to Typescript for Python Programmers

4 months ago - 21:35

DeepSeek Won't Matter for Software Engineers

ArjanCodes

DeepSeek Won't Matter for Software Engineers

5 months ago - 7:25

This Is How Marie Kondo Sets up Her Pytest

ArjanCodes

This Is How Marie Kondo Sets up Her Pytest

3 months ago - 16:02

Mastering Python Decorators for Advanced Coding

ArjanCodes

Mastering Python Decorators for Advanced Coding

1 year ago - 0:23

🗂️ Data Science Project Structure

ArjanCodes

🗂️ Data Science Project Structure

1 year ago - 0:24

A Quick Code Simplification Trick // Python Tips

ArjanCodes

A Quick Code Simplification Trick // Python Tips

3 years ago - 0:41

The Power of Immutability in Python Functional Programming

ArjanCodes

The Power of Immutability in Python Functional Programming

1 year ago - 0:21

Composition Is Better Than Inheritance in Python

ArjanCodes

Composition Is Better Than Inheritance in Python

4 years ago - 23:29

🛡️ Rust: Type Safety and Memory Management

ArjanCodes

🛡️ Rust: Type Safety and Memory Management

1 year ago - 0:22

Should You Replace Every For Loop With Map and Filter?

ArjanCodes

Should You Replace Every For Loop With Map and Filter?

1 month ago - 16:23

Rust & Python: Comparing Hello World Programs

ArjanCodes

Rust & Python: Comparing Hello World Programs

1 year ago - 0:24

How To Become A Pro In Python

ArjanCodes

How To Become A Pro In Python

2 years ago - 0:30

How to Test That Your Database Is Consistent

ArjanCodes

How to Test That Your Database Is Consistent

2 years ago - 0:45

🏗️ Building a CLI with Python

ArjanCodes

🏗️ Building a CLI with Python

7 months ago - 0:30

How To Keep Error Handling Code Focused // Python Tips

ArjanCodes

How To Keep Error Handling Code Focused // Python Tips

2 years ago - 1:00

🪪 Dashboard Access Control: Tips & Tricks

ArjanCodes

🪪 Dashboard Access Control: Tips & Tricks

4 months ago - 0:29

Memory Management: Rust vs. C vs. Python

ArjanCodes

Memory Management: Rust vs. C vs. Python

5 months ago - 0:40

😣 Why Devs Feel Like Imposters

ArjanCodes

😣 Why Devs Feel Like Imposters

4 months ago - 0:32

Tips For Productive Coding Time

ArjanCodes

Tips For Productive Coding Time

2 years ago - 0:24

🤔 The Real Problem with Inheritance

ArjanCodes

🤔 The Real Problem with Inheritance

8 months ago - 0:26

The Importance of Unit Testing in Data Science

ArjanCodes

The Importance of Unit Testing in Data Science

1 year ago - 0:22

⚔️ Generic Types vs. Any Type in Python

ArjanCodes

⚔️ Generic Types vs. Any Type in Python

1 year ago - 0:31

A Mindset Shift for Tech Progress

ArjanCodes

A Mindset Shift for Tech Progress

3 months ago - 0:21

Dealing With Stubborn Senior Developers

ArjanCodes

Dealing With Stubborn Senior Developers

2 years ago - 0:53

👨🏻‍💻 How to Design Better REST APIs in Python

ArjanCodes

👨🏻‍💻 How to Design Better REST APIs in Python

2 years ago - 0:19

🤖 Surviving in a World Dominated by AI

ArjanCodes

🤖 Surviving in a World Dominated by AI

1 year ago - 0:19

The Power of Concurrent HTTP Requests in Python

ArjanCodes

The Power of Concurrent HTTP Requests in Python

1 year ago - 0:17

Recursion: Powerful or Problematic?

ArjanCodes

Recursion: Powerful or Problematic?

6 months ago - 0:21