#javascript
Read more stories on Hashnode
Articles with this tag
As a Frontend developer, I’ve been fortunate enough to work on various projects that use the power of Next.js. From cryptocurrency data and analytics...
If you have worked with React before, you‘ve probably heard of Redux. It’s a state management tool that helps keep track of data ( or “state” ) in...
I have been coding for almost two and half years now, I learnt a lot as a developer and also as a person. This is my story and it might help you or...
In this comprehensive guide, we will illustrate SSH keys and how they can transform your interaction with Git and GitHub. Where you are new to coding...
Introduction In this guide, we will demystify these essential tools breaking them down into bite-sized, easy-to-digest pieces. You will learn how to...
Functions are fundamental building in JavaScript. They allow to encapsulate code for reuse, abstraction and organization. This is a comprehensive...