10 Tips for Writing Clean and Efficient JavaScript Code
Writing clean and efficient code is one of the best skills you can develop. That kind of code is easily maintainable, it scales easily and it’s fun to work with. Whatever language or framework you are using this skill will help you get a better job or build better projects.
Mastering JavaScript Array map & filter
Arrays are everywhere, in all programming languages. Master Javascript Arrays using JavaScript map()
and JavaScript filter()
methods.
Do you want to learn or get better at JavaScript?
Check my posts below, there are quite a few useful things that you can learn or improve your knowledge.
Fix Your Slow Laravel App: Automate Image Conversion to AVIF
How to create a HTML5 dialog and modal?
5 Great Alternatives for jQuery Libraries in 2023
5 Great Alternatives for jQuery Libraries in 2023 Great alternatives for jQuery libraries. Don’t use select2, data tables, or jQuery…
10++ great JS Methods as a replacement for jQuery
10++ great JS Methods as a replacement for jQuery This post covers the top 10++ great JS Methods as a…
Essential Tips for Debugging JavaScript in Visual Studio Code
Essential Tips for Debugging JavaScript in Visual Studio Code Sooner or later you will face some bugs in your application,…
10 Essential DOM Manipulation JavaScript Techniques
10 Essential DOM Manipulation JavaScript Techniques To create dynamic applications with JavaScript. You need to know DOM manipulation techniques in…
How to use Local Storage in JavaScript
How to use Local Storage in JavaScript Local Storage is an important part of Web Storage API and JavaScript development….