Derniers Articles

CSS Box Model: Understanding Margins, Borders, Padding, and Content
Wednesday, January 8, 2025

- Detailed explanation of the CSS box model. - Illustrations to show how each property affects an element. - Example: styling a card or a button with margins, borders, and shadows.

Create a Navigation Bar with HTML and CSS: Simple and Elegant
Wednesday, January 8, 2025

- Building a basic navigation bar with HTML. - Styling with CSS to add colors, a hover effect, and a horizontal layout. - Adding a responsive menu with a hamburger icon.

AI is Taking Jobs
Wednesday, January 8, 2025

AI is Taking Jobs

Freelance: How to Find "Premium" Clients
Sunday, January 5, 2025

If you want to reach €10k/month (and more) as a freelancer, the key is to work with premium clients: those who understand the value of your work, pay well, and see you as a long-term partner.

If I had to learn to code from scratch in 2025 (with and against AI)
Friday, January 3, 2025

**If I Had to Learn to Code from Scratch in 2025 (With and Against AI)**

My Resolutions for 2025 (By ChatGPT)
Thursday, January 2, 2025

I don't like New Year's resolutions because, let’s be honest, no one really sticks to them. Instead, I prefer concrete action plans.

I hate LinkedIn. Or rather, I used to hate LinkedIn.
Thursday, January 2, 2025

I hate LinkedIn. Or rather, I *used* to hate LinkedIn. But this year, everything changes. Since I left France for Bali, I’ve logged in no more than 5 times a year.

Getting Started with Next.js 15: Complete Guide
Friday, December 13, 2024

Next.js 15 is the latest version of this powerful framework that allows you to build modern web applications with optimal user experiences.

Getting Started with React and Vite: The Complete Guide
Friday, December 13, 2024

React is one of the most popular JavaScript libraries for building modern, dynamic user interfaces. When paired with Vite, an ultra-fast bundler,

Getting Started with TypeScript: The Basics Explained
Friday, December 13, 2024

TypeScript is an extension of JavaScript that adds static typing to your code. This helps catch errors at compile time, making your code more robust and maintainable.

The 5 Things You Must Master in Modern JavaScript (ES6+)
Friday, December 13, 2024

Since the release of ECMAScript 6 (ES6), JavaScript has undergone a spectacular evolution. New features make the language more powerful, expressive,

Structure Your HTML/CSS Project: Best Practices
Wednesday, December 11, 2024

- File organization: folder structure (HTML, CSS, images). - Using naming conventions for classes and IDs. - Tips for keeping your code clean and readable.