Posts
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.
Creating project templates for Android Studio
February 5, 2023•1,686 words
Showing how we can build a Android Studio plugin to provide our own project templates in the Android Studio new project wizard
What Happened to UUIDv2?
January 15, 2023•1,970 words
You may have heard that "UUIDv2 is bad". Maybe you've never even heard of them and thought UUIDs went from v1 to v3. Why is that? What did UUIDv2 do wrong?
What are UUIDs?
January 14, 2023•2,105 words
When discussing ID generation in software, you may have heard of a UUID. What are they? Are they useful? What are the different versions? Let's explore that.
A Linux C++ programmers adventure in improving Windows CI on GitHub actions
January 6, 2023•734 words
TL;DR; Ninja is available directly in the windows images Use to set up the MSVC environment for building with Ninja. You need nested quotes for CX...