Higher-order components are one of React's most popular design patterns, allowing you to define reusable stateful logic and create powerful, flexible components.
You've heard the term before, but maybe you're still lost. What are cookies? How are they used? And how do they affect online privacy?
The binary number system underlies pretty much everything in computation. But what's the deal with all those 0s and 1s, and how are binary numbers used?
Accessibility is a hot topic, yet it's also frequently overlooked or executed poorly. Learn how to use semantic HTML to create an accessible user experience.
Tutorials can help you grow as a developer. But they can also hold you back if relied upon excessively. Stuck in tutorial purgatory? Here's how to get out.
Jekyll is a static site generator that makes it easy for you to create a website and blog. If you're interested in getting started with Jekyll and GitHub Pages, this in-depth guide is for you.
Finite state machines (FSMs) are used in lots of different situations to model complex entity state. In this finite state machine tutorial, I'll help you understand the FSM design pattern by building one from the ground up for a simple use case.
Formspree is an online platform that makes it easy for you to add a free contact form to your website. Setting it up takes no more than a few minutes, and you're good to go!
Learn how to implement invulnerability frames in Unity using coroutines. This popular game mechanic exists in many modern and retro games.
Do your blog posts suffer from slow load speeds because of all those images you've been using? In this post, we'll look at how you can improve your page load speed in Jekyll using the WebP image format and just a single useful include.
A discussion of the things that beginner programmers tend to get wrong, as well as concrete suggestions for what they should be doing instead.
Want to make it easier for users to link to a heading in your blog, but don't want to go through the hassle manually? In this post, we'll look at how you can create heading links with Jekyll includes.
Enjoy a better dev experience by setting up React with TypeScript, customizing the Ant Design theme with LESS and CSS Modules, and formatting your code with ESLint, all without ejecting from CRA.