#webdev
Read more stories on Hashnode
Articles with this tag
ECMAScript 2022 is the version of ECMAScript corresponding to this year. There are some new features that have been incorporated and could be used in...
One of the biggest mistakes we can see when optimizing existing code is the absence of the debounce function. When we use Javascript for our web...
Ruby on Rails is one of the most popular for developing web applications with influential features that aid to increase the speed of your web app...
When are working on several projects a common problem could be the different conventions or standardization with the commits, to that kind of problem...
What is Jamstack? Jamstack is a Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup. Jamstack is...
The console.log() is one of the most famous javascript methods for every developer, due that help us to do a quick check about problems in our code in...