Posts
A Crash Course to Two-Factor Authentication
April 24, 2023•970 words
Two-Factor Authentication is a security feature that adds an extra layer of protection to your online accounts.
Advice for New Twitch Streamers
March 25, 2023•2,451 words
Twitch streaming can be fun and fulfilling, but has various roadblocks in the way for newcomers. Here's how you can overcome them and grow your Twitch channel.
What is Object Mutation in JavaScript?
March 25, 2023•2,662 words
When working with objects, you may hear the term "mutation". What is that? How does it work? How do let and const REALLY differ from each other? This and more:
Deep Dive: Writing a Twitch Chat Bot in Bash
March 5, 2023•1,062 words
bash? You mean the terminal where I do my git commands?
Functions Are Killing Your React App's Performance
March 1, 2023•3,784 words
If you've ever built a production React application, you've likely ran into various performance problems along the way. Here are the most common and how to fix them.
Formik Works Great; Here's Why I Wrote My Own
February 18, 2023•3,562 words
Formik works incredibly, but I have some concerns with it. As a result, I ended up writing my own library called "HouseForm" to compete. Here's why.