Derniers Articles

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.

The Essential HTML Tags Every Beginner Should Know
Wednesday, December 11, 2024

- List and description of essential tags. - Tips for properly structuring your content with these tags. - Example: create a small personal introduction page.

Getting Started with HTML: Create Your First Web Page in 10 Minutes
Wednesday, December 11, 2024

markdown Copier le code - Introduction to basic HTML tags: `<html>`, `<head>`, `<body>`. - Simple explanations for adding text, images, and links. - Example of a basic web page with code to copy and paste.