Next MDX Blog

5 Ways To Become A Better DeveloperSeptember 21, 2020Non-Technical Discussion

Here are some quick tips you can use to improve your development skills.

CSS Floats Are Still UsefulNovember 09, 2020CSS

A short explanation on how CSS floats are still useful.

Every Beginner Is Confused By ThisOctober 26, 2020JavaScript

How passing functions to other functions works in JavaScript.

How To Learn To Code Faster With CommentsMay 21, 2021Non-Technical Discussion

Building projects from scratch is hard, but if you utilize comments correctly you can make writing projects from scratching trivial.

Start Using JavaScript Maps NowDecember 07, 2020Javascript

Maps in JavaScript are more performant, easier to use, and better equipped than JavaScript objects.

What's New In React 18?May 23, 2021React

React 18 introduces a ton of new features related to performance and loading which you should be excited about.

Instant Easy React Performance With DebounceOctober 12, 2020React

Get easy and quick React performance with a custom debounce hook.

What Is Recursion?june 23, 2021Technical Discussion

Recursion is one of the hardest topics to learn as a new developer, but this is mostly due to confusing explanations and examples. This article will break down recursion in an easy to understand way with concrete and simple examples.

How To Use And Write Express MiddlewareDecember 09, 2019JavaScriptNode.js

How passing functions to other functions works in JavaScript.

N + 1 Queries: The Easiest Way To Improve PerformanceFebruary 24, 2020Database

A brief explanation of N + 1 queries and how to avoid them.