Server components are the new way of writing React applications and it changes everything about React making it easier than ever to create complex applications. This article goes in depth into everything you need to know about server components.
Read more June 19, 2023
Technical Discussion
Markdown is one of the best text markup languages and with this aritcle you will learn everything you need to know to become a master of Markdown.
Read more Image loading is a major factor in page load times which is why it is important to use responsive images to minimize the amount of data that is transferred to users.
Read more May 1, 2023
HTML CSS JavaScript
Lazy loading images is one of the easiest ways to speed up your site, but there are a few advanced techniques you can use to make your lazy loading even better.
Read more The new HTML dialog element makes working with accessible modals so much easier. In this article I explain everything you need to know about the new dialog element to use it in your next project.
Read more December 12, 2022
Technical Discussion
HTTP status codes are vital to creating an API and in this article I will explain all the important HTTP status codes and when to use them.
Read more Defining media queries with min-width and max-width is not super intuitive which is why CSS added range media queries and they are amazing.
Read more October 10, 2022
JavaScript
There are 4 different scopes in JavaScript which each behave differently and you need to understand those differences to truly master JavaScript.
Read more CSS has been lacking a parent selector for years and now they finally introduced one with the :has pseudo class and it is incredible!
Read more CSS just added individual rotate, translate, and scale properties which almost entirely remove the need for the transform property in CSS.
Read more There are 24 total viewport units in CSS which all serve a specific purpose and my goal in this article is to explain each unit to you.
Read more React Router is by far the most popular routing library in React and this article goes in depth on everything you need to know about React Router.
Read more The facade pattern is a very common and simple design pattern which can easily clean up your code which is why it is one of the first design patterns you should learn
Read more React's unopinionated nature makes it hard to know how to structure projects which is why in this article I am covering 3 different ways of laying out your folder structure in React.
Read more useImperativeHandle is the perfect hook for handling complex ref behaviors, but it is pretty complicated to understand.
Read more React 18 introduced many new hooks and in this article I will be talking about useId.
Read more React 18 introduced many new hooks and in this article I will be talking about useDeferredValue.
Read more React 18 introduced many new hooks and in this article I will be talking about useTransition which is the most useful of those hooks.
Read more CSS layers change how the cascade works and it makes writing clean CSS code so much easier.
Read more Custom events in JavaScript make handling things like double click, long press, and touch gestures much easier, but they can also be used for cross app communication.
Read more You may think you are writing cleaner code using the bang operator, but in reality you are just opening yourself up to a plethora of bugs.
Read more Debounce and throttle are two of the best ways to improve the performance of your site and in this article I talk all about how to implement both options and what they do.
Read more You probably know console.log and a few other console methods, but did you know there are over 20 amazing console methods that make debugging easier and more enjoyable.
Read more March 7, 2022
Technical Discussion
Snippets are one of the easiest ways to customize your VSCode experience and in this article I will explain everything you need to know about creating your first snippet.
Read more February 21, 2022
JavaScript
This ultimate guide will break down everything you need to know about the new temporal date API in JavaScript.
Read more This ultimate guide will break down everything you need to know about MongoDB to build your next project.
Read more January 31, 2022
JavaScript
Detecting element size changes is something that is normally difficult to do, but with resize observer it is incredibly easy.
Read more January 24, 2022
JavaScript
The fetch API looks straightforward, but there are a lot of edge cases that this blog article will address for you.
Read more Understanding how CSS position works seems straightforward, but there are quite a few nuances you need to understand in order to truly master CSS.
Read more January 10, 2022
JavaScript
Lazy loading, infinite scrolling, scroll based animations, and performant scroll events are all perfect examples of Intersection Observer in action.
Read more January 3, 2022
JavaScript
Event listeners appear simple at first, but they have an incredible level of depth that most people completely ignore. This article will cover everything you need to know about event listeners so you can avoid bugs and write better code for your projects.
Read more Pseudo elements are an essential piece of CSS knowledge that you need to understand in order to create advanced designs.
Read more There are countless ways to size and space out elements in CSS, but all those techniques involve the box model which is why learning the box model is crucial to learning CSS.
Read more December 13, 2021
JavaScript
requestAnimationFrame is the best way in JavaScript to play smooth and efficient animations and in this article I will show you exactly how to use requestAnimationFrame.
Read more CSS selectors are easy to get started with but hard to master since there are so many options which is why I created this ultimate guide to teach you not only the basics, but also the more advanced CSS selectors you need to know.
Read more November 29, 2021
JavaScript
Map is by far the most used array method and in this article I will explain exactly what it does and why it is so useful.
Read more Flexbox is easy to get started with but hard to master which is why I created this ultimate guide to teach you not only the basics, but also the more advanced features of flexbox.
Read more November 15, 2021
JavaScript
ES6 modules are one of the best features added to JavaScript since it makes writing clean code exponentially easier.
Read more November 8, 2021
JavaScript
Async/Await is syntactical sugar that makes working with promises and async code so much easier.
Read more You have probably never used the useDebugValue hook, but this hook is incredible at helping you debug your custom hooks.
Read more October 11, 2021
Technical Discussion
Everyone knows how to add and commit changes, but that is only the start of Git. The Git commands in this article will supercharge your Git skills and save you time.
Read more September 13, 2021
JavaScript
I promise this will be the best guide on promises you ever read.
Read more August 16, 2021
Non-Technical Discussion
Building projects from scratch is hard, but if you utilize comments correctly you can make writing projects from scratching trivial.
Read more August 2, 2021
Non-Technical Discussion
Online courses claim to make you a developer quicker and easier, but are they worth the sometimes astronomical cost?
Read more July 26, 2021
JavaScript Node.js Express
Almost every application needs some way to accept payments so in this article I will show you how to easily configure Stripe in just a few lines of code.
Read more July 5, 2021
Technical Discussion
Technical debt may seem inevitable, but there are many techniques you can use to manage technical debt.
Read more React 18 introduces a ton of new features related to performance and loading which you should be excited about.
Read more HSL is the easiest and best color format to use with CSS, but why exactly is that?
Read more Understanding how to undo and remove styles in CSS is a skill most developers never learn, but it is incredibly useful.
Read more CSS logical properties are the new way to write padding, margin, border, and so much more. They will change CSS forever.
Read more Nodes and elements are very similar in JavaScript, but there are a few important differences to understand.
Read more How the array reduce function works in JavaScript and how you can use it in your projects.
Read more May 3, 2021
Technical Discussion
What is CORS and how to fix CORS errors.
Read more April 26, 2021
Technical 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.
Read more April 19, 2021
Non-Technical Discussion
Programmers learn a ton of math in school, but do you really need to know math to be a programmer?
Read more Reference vs value is one of the most complicated topics beginner developers face, but it is much easier than it appears.
Read more By using dynamic module imports you can speed up your applications while making the user experience better.
Read more March 1, 2021
Non-Technical Discussion
If you are unable to make programming fun you will never be able to become a programmer.
Read more February 8, 2021
JavaScript
Creating objects in JavaScript is something you do all the time so you should know about these enhancements that make creating objects even easier.
Read more This article covers everything you need to know about the CSS transform property and the various transform functions.
Read more January 18, 2021
JavaScript
Generators are incredibly useful for specific tasks and much easier to use than they appear.
Read more January 11, 2021
JavaScript
This article explains the difference between null and undefined in depth.
Read more January 4, 2021
JavaScript
Sets in JavaScript are a specialized type of array that is perfect for unique lists.
Read more December 28, 2020
JavaScript
If you are dealing with nested arrays then you need to know about the Array#flat method.
Read more PropTypes are perfect for adding basic type safety to your React project.
Read more Creating a responsive video or iframe that maintains its aspect ratio in CSS is much trickier than you may think.
Read more December 7, 2020
JavaScript
Maps in JavaScript are more performant, easier to use, and better equipped than JavaScript objects.
Read more November 30, 2020
JavaScript
JavaScript classList seems straightforward, but there are actually multiple unique methods you probably don't know.
Read more A short explanation on how CSS floats are still useful.
Read more A short explanation of how to use clamp in CSS.
Read more October 26, 2020
JavaScript
How passing functions to other functions works in JavaScript.
Read more October 19, 2020
JavaScript
How to use data attributes in JavaScript.
Read more Get easy and quick React performance with a custom debounce hook.
Read more October 5, 2020
JavaScript
Everything you need to know about NaN in JavaScript.
Read more A quick explanation on what pure functions are and how to use them.
Read more September 21, 2020
Non-Technical Discussion
Here are some quick tips you can use to improve your development skills.
Read more September 14, 2020
JavaScript
Arrow functions are one of the best features added to JavaScript and in this article I will explain everything you need to know about them.
Read more September 7, 2020
JavaScript
A quick guide on how cross site scripting works and how to ensure your site is not vulnerable.
Read more August 31, 2020
JavaScript
Due to modern JavaScript features we no longer need to use immediately invoked function expressions.
Read more August 24, 2020
JavaScript
An in depth analysis of how to use destructuring and the spread operator with objects and arrays.
Read more August 17, 2020
JavaScript
An in depth analysis of all the differences between cookies, localStorage, and sessionStorage.
Read more August 10, 2020
Technical Discussion
These are my 10 favorite keyboard shortcuts that I use everyday as a programmer.
Read more Everything you need to know about the difference between double and triple equals in JavaScript.
Read more This article breaks down everything you need to know about CSS calc to take your CSS skills to the next level.
Read more An in depth look at every aspect of the useLayoutEffect React hook.
Read more You have probably heard of hoisting but what exactly is it and how does it work.
Read more Do you wish you could format dates like this: '2 days ago', 'yesterday'. Well with JavaScript internationalization it is incredibly easy.
Read more Every method you need to know to center elements in CSS.
Read more A simple explanation of how to take advantage of dynamic imports to make your site load faster.
Read more June 15, 2020
HTML JavaScript
An in depth explanation of why you should be using the template tag.
Read more An in depth look at every aspect of the the useReducer hook in React.
Read more An in depth look at every aspect of the the context API and the useContext hook in React.
Read more This article covers everything you need to know about BEM in order to start using BEM to clean up and organize your CSS styles.
Read more Everything You Need To Know About The Ternary Operator In JavaScript.
Read more An in depth look at every aspect of refs and the useRef hook in React.
Read more An in depth look at every aspect of the useMemo and useCallback React hooks.
Read more An in depth look at every aspect of the useEffect React hook.
Read more An in depth look at every aspect of the useState React hook.
Read more April 13, 2020
Non-Technical Discussion
You are used to trading time for money at your job, but trading your money for time is just as important if not more important.
Read more April 6, 2020
Non-Technical Discussion
While not everyone should be a programmer I think it is crucial that everyone learns at least the basics of programming.
Read more Learn all about how triangles can be created and manipulated in CSS.
Read more Animation fill mode is the single most important property of CSS animations to understand so in this article I will be breaking down exactly how to use animation fill mode and what it does.
Read more Null coalesce is a new JavaScript language feature which makes assigning default values for null/undefined incredibly easy.
Read more Optional chaining is a new JavaScript language feature which will revolutionize how null and undefined are handled.
Read more Exploring the power of tagged template literals.
Read more February 24, 2020
Database
A brief explanation of N + 1 queries and how to avoid them.
Read more Everything you need to know about CSS custom properties.
Read more February 10, 2020
Technical Discussion
A brief explanation of magic numbers in code and why they are bad.
Read more An in depth breakdown of how CSS specificity works.
Read more January 27, 2020
CSS HTML JavaScript
Multiline text overflow fading and dynamic expand/collapse buttons are difficult to create so in this article I show you a simple way to do both.
Read more January 20, 2020
JavaScript
A quick explanation of the differences between var, let, and const.
Read more January 13, 2020
Technical Discussion
An explanation of what semantic versioning is and why it is important.
Read more January 6, 2020
Technical Discussion
An explanation of guard clauses and how they can be used to clean up complex nested conditional logic.
Read more An in depth tutorial on the @supports CSS at-rule, and how it can be used to write modern CSS without breaking older browser support.
Read more December 23, 2019
JavaScript
An explanation of the difference between standard, async, and defer script tag loading, and which is the best to use.
Read more React portal lets components be rendered outside their parent component which is incredibly useful in specific scenarios explained in depth in this article.
Read more December 9, 2019
Express Node.js
Middleware in Express is one of the easiest ways to create DRY and well written code which is why it is crucial to know how to use and write good middleware.
Read more Storing state in React is difficult to do right, but by storing state as locally as possible it can be a lot easier.
Read more November 25, 2019
Non-Technical Discussion
A brief explanation of why fitness and physical health is so important, especially for programmers.
Read more November 18, 2019
Non-Technical Discussion
A simple step by step guide on how to learn any new technology or topic quickly and efficiently.
Read more A quick explanation of how to write custom hooks and why they are so useful.
Read more The quickest way to have corrupt out of sync state is by storing derived state.
Read more October 28, 2019
Non-Technical Discussion
A detailed description of the steps needed to deliver an effective code review, even if it is just for your own code.
Read more A quick breakdown of exactly how to use data attributes with CSS to create dynamic content.
Read more October 14, 2019
CSS JavaScript
A breakdown of why the common practice of using class selectors in JavaScript makes code impossible to refactor, and what you should do instead.
Read more October 7, 2019
Technical Discussion
A detailed breakdown of what short circuiting is, how it works, and why it is important.
Read more September 30, 2019
Node.js
Two simple ways to use ES6 modules with Node.js.
Read more September 23, 2019
Non-Technical Discussion
A quick tip on how to easily test any site for colorblind accessibility.
Read more