Posts
Windows Subsystem for Linux
May 24, 2022•563 words
Utilize the best of both worlds — Windows and Linux — without having to dual boot. Windows Subset for Linux (WSL) lets you run software designed for Linux in Windows.
The Complete Guide to Regular Expressions (Regex)
April 17, 2022•3,440 words
A Regular Expression – or regex for short – is a syntax that allows you to match strings with specific patterns. Think of it as a suped-up text search
Rules of React's useEffect
February 22, 2022•2,437 words
useEffect is prolific in React apps. Here are four rules associated with the hook and in-depth explanations of why they're important.
Why React 18 Broke Your App
January 27, 2022•1,120 words
React 18's internal changes improved a lot, but may have broken your app in the process. Here's why and how you can fix it
A Better Way To Code: Documentation Driven Development
January 18, 2022•1,622 words
Test Driven Development is often taught to improve a your workflow; I present Documentation Driven Development as an alternative approach.
How to get started with .NET
January 18, 2022•1,052 words
Did you know that 35% of developers are using .NET? This is a great article to read to get started with .NET.