Derniers Articles

Managing Events in JavaScript: Adding Interactivity to Your Web Pages
Thursday, January 16, 2025

- Introduction to events such as `click`, `mouseover`, or `keyup`. - Practical example: create a button that changes color when clicked.

Those learning to code with AI are starting at a disadvantage.
Thursday, January 16, 2025

💻 Those learning to code with AI are starting at a disadvantage. It might sound counterintuitive, but tools like Copilot, Claude, Cursor, and other generative AIs don’t really help junior developers. 🤖

💸 Get into debt before becoming a freelancer 💼
Wednesday, January 15, 2025

Since I became a real estate investor, I’ve realized one thing: 💡 Cash is king.

Zustand and Tanstack Query Are Dead Because of Next.js
Tuesday, January 14, 2025

Zustand and Tanstack Query Are Dead Because of Next.js

Mondays suck
Monday, January 13, 2025

Mondays suck! Just 5 more days until the weekend...

Apparently, You Need to Talk About AI on LinkedIn in 2025!
Friday, January 10, 2025

The numbers speak for themselves: my early posts would get between 200 and 300 impressions, while posts about AI sometimes reach over 35,000 impressions. 😲

Understanding and Managing Props Drilling in React: A Practical Guide
Thursday, January 9, 2025

- What is Props Drilling? - The Limitations of Props Drilling. - Practical Exercise: Master Props Drilling.

React vs Next.js: Which technology should you choose for your next project?
Thursday, January 9, 2025

- Comparison of the strengths and weaknesses of React and Next.js. - Use cases for each technology: SPA, SSR, ISR, integrated APIs. - Tips for choosing based on the type of project and performance needs.

The 5 Common Mistakes Beginners Make in TypeScript (and How to Avoid Them)
Wednesday, January 8, 2025

- Explain common mistakes - Concrete examples with tailored solutions. - Bonus: How to set up a React/Next.js project with TypeScript optimally.

Flexbox for Beginners: Create Modern Layouts in No Time
Wednesday, January 8, 2025

- Explanation of the basic concepts of Flexbox: containers and flexible items. - Step-by-step guide to align elements horizontally and vertically. - Example: a simple layout with a menu and content.

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.