Posts
How to Setup a React Native Monorepo
June 29, 2023•5,507 words
React Native can be challenging to setup a monorepo for. Let's explore what an optimal monorepo setup looks like for it.
Unraveling the Magic of the Virtual DOM
June 8, 2023•1,533 words
The VDOM is the secret sauce that empowers developers to create the captivating, dynamic web applications that we use every day.
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.
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:
Mastering JavaScript's `this` keyword using `bind`
March 16, 2023•1,774 words
JavaScript's `this` keyword is imperative when dealing with classes in JavaScript, but can introduce some headaches. Let's solve that using the `bind` method
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?