Published onNovember 6, 2024The ultimate guide to mastering state in React and saying goodbye to inconsistencies and bugs 🐞 !reactjavascriptbest-practicesLearn how to manage state in your React components to prevent inconsistencies and bugs. Discover why reducing state variables is crucial and how to r...
Published onSeptember 27, 2024Why Ken from Street Fighter can help you code better 🤔software-developmentjavascriptbest-practicesDiscover why limiting indentations in your code is crucial, and how to apply this rule to make your code cleaner and more readable.
Published onSeptember 26, 2024The Map object in JavaScript, an underestimated treasure 💎software-developmentjavascriptDiscover why the Map object in JavaScript is a powerful and underused tool that can improve your development practices.
Published onSeptember 23, 2024Barrel Files in JavaScript, Time-Saver or Time Bomb?software-developmentjavascriptbest-practicesAdvantages and disadvantages of Barrel Files and best practices to avoid pitfalls.
Published onJanuary 5, 2024You don't need JS to do that - Part 1software-developmentjavascriptDo an autocomplete input without JS