#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...
Uncover How Cache Speeds Up Your Computer and Its Different Types and Quirks · Introduction In this blog post, I'll simplify and explain a commonly used...
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...
A Quick Introduction to GraphQL for Modern API Requests · 🤔 What is GraphQL? GraphQL is a query language developed by Facebook that allows you to...
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...