Author: Alexandre Blanchet

Early in my career, I specialized in the Python language. Python has been a constant in my professional life for over 10 years now. In 2018, I moved to London where I worked at companies of various sizes as a Python developer for five years. In parallel, I developed my activity as a Mentor, to which I now dedicate myself full-time.

Building a new feature before tomorrow’s customer demo. Code faster?

Can we code faster and add this one cool feature before tomorrow’s customer demo? We’ve all heard it. Maybe we’ve even said it.That mix of excitement and panic before showing something

Read More

The Biggest Mistake Junior Developers Make in Tech Interviews

Most juniors go into tech interviews thinking: “I hope they like me.”“I really need this job.”“I’ll take anything §just to get in.” But here’s the truth: companies don’t hire you because

Read More

Protected: HR AI Agent with Azure AI Foundry

There is no excerpt because this is a protected post.

Read More

Protected: SOLID Principles with Python

There is no excerpt because this is a protected post.

Read More

OOP – Part 2: Magic methods with Python

Magic methods (also known as dunder methods, for “double underscore”) are special methods in Python that enable operator overloading and hook into built-in behaviors. 🔹 __init__: Object Constructor Called when an

Read More

Protected: Pair programming

There is no excerpt because this is a protected post.

Read More

Protected: Harper – the AI for hr

There is no excerpt because this is a protected post.

Read More

Docker Crash Course

Docker Foundations 📌 What is Docker? Docker is a platform for developing, shipping, and running applications in lightweight, isolated environments called containers. Think of containers like mini-virtual machines—but way faster and

Read More

Introduction to Pytest

Create a new test file.Make sure to prefix the file containing your tests with test_ Mocking When to use mocking? When not to use mocking? Mocking to test your work before

Read More

Protected: Deploy a EKS cluster + load balancing test

There is no excerpt because this is a protected post.

Read More