This visual tutorial will help you understand closures in JavaScript.
Tag: Technology
How JavaScript variable scoping is just like multiple levels of government
This analogy explains JavaScript scoping in the simplest way possible.
Understanding the basics of Express.js by eating at a restaurant
If you are trying to learn the basics of Node.js, this guide to Express.js will help you set up for first app.
JavaScript Arrays and Objects Are Just Like Books and Newspapers
Use this visual explanation to quickly understand objects and arrays in JavaScript.
The CSS Box Model Explained by Living in a Boring Suburban Neighborhood
This visual explanation will help you understand the CSS Box Model with an analogy.
6 Absurd Ideas For Building Your First Web App
Need a few ideas for building a simple web app? These 6 examples will help you practice all the key skills and have fun doing it! Okay, you have already learned front-end web development, and now you are looking to flex your developer muscles on the next big challenge: full-stack web apps. You probably have many… Continue reading 6 Absurd Ideas For Building Your First Web App
Model-View-Controller (MVC) Explained Through Ordering Drinks At The Bar
If you have been to a bar, then MVC ain’t that hard. Model-view-controller (MVC) frameworks are a crucial part of building modern web applications. Walk into a room of web developers, and you will likely be bombarded with mentions of Ruby on Rails, Angular or Django. More generally, MVC logic can be used to describe almost… Continue reading Model-View-Controller (MVC) Explained Through Ordering Drinks At The Bar
JavaScript Callbacks Explained Using Minions
This visual explanation will help you understand callbacks in JavaScript.