#software-development
Read more stories on Hashnode
Articles with this tag
A Guide to Prototypal Inheritance 路 In this post, I'll explain what prototypal inheritance in JavaScript is all about. 馃К It's a handy concept that can...
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...
Your Website's Behind-the-Scenes Helper and When to Use It. 路 What the heck is Middleware? Middleware is like the friendly helper of your website. It's...
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...