#web-development
Read more stories on Hashnode
Articles with this tag
This blog post is about the DOs and DON'Ts of code logging I picked up along the way in my coding career. This is a quick list, a "cheat sheet" if you...
One strategy I have never seen reliably done is rolling software updates backward. Rolling back code in my experience is much harder to do, so why...
Have you ever asked yourself why you (or your team) use a specific technology? I find that lately, fewer and fewer people ask this question which is...
Forms are one of the hardest things to get right in front-end development. They represent the user input for any application. Working in web...
Being a web developer is inevitable to not come across with the Linux ecosystem. Either a web server needs to be configured or some other files need...
Some might say that if you want to develop front-end applications all you need is HTML, CSS, and JavaScript, right? Well, if you want to develop a...