Derniers Articles
Being technically skilled is great. But it won’t make you rich. We love technical topics, don’t we?
- Explanation of functions, their syntax, and their usage. - Examples of simple functions with parameters and return values.
- Variables (`let`, `const`), loops (`for`, `while`), conditions (`if`, `else`), events, and arrays. - Small exercises to practice each concept.
- Explanation of what the DOM is and how to use JavaScript to interact with HTML elements. - Example: Modifying the text or styles of an element with `document.querySelector`.
- 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. It might sound counterintuitive, but tools like Copilot, Claude, Cursor, and other generative AIs don’t really help junior developers. 🤖
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
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. 😲
- What is Props Drilling? - The Limitations of Props Drilling. - Practical Exercise: Master Props Drilling.
- 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.