#developer
Read more stories on Hashnode
Articles with this tag
Separating Fact from Fiction in the World of Programming. 路 Introduction In this blog post, I'll clear up coding myths I used to hear when I was starting...
Simplify Your Code Management with Practical Tips and Tools. 路 Introduction In this blog post, I'll share tips to help you work smarter and make your...
An Easy Guide to What's Happening Behind the Code 路 React components, elements, and instances In React, a component is simply a function that returns a...
Make software better and keep users happy. 路 馃 What is Automated Testing? Testing is when we check if our code works correctly by using the...
Simple Fixes for Accessibility Issues 路 Introduction In this post, I'll talk about common accessibility mistakes found by WebAIM and share ways to fix...
Unleash the Power of React Hooks 路 Introduction In this post, I'll explain how React hooks work. 馃獫 What are Hooks? They're special functions in React...