#webdev
Read more stories on Hashnode
Articles with this tag
In JavaScript, variables don’t require a specific type declaration and can hold values of any data type. As a loosely typed language, JavaScript...
In this post, I’ll share 14 super useful React libraries that every developer should know about. These libraries will enhance your workflow, boost...
In this post, I’ll share 12 must-have libraries that every front-end developer should know about. These tools will enhance your workflow, increase...
In this post, I’ll share 21 HTML Tips with code snippets that can boost your coding skills. Let’s jump right into it.🚀 Creating Contact Links Create...
In this post, I'll share 100+ free web development resources including APIs, hosting platforms, cheat sheets, icons, templates, fonts, color...
Authentication is an important part of web development. JSON Web Tokens (JWT) have become a popular method for implementing authentication in web...