Hiya - I'm Hana. Welcome to my website.
Regex Revisited: A Closer Look at Capturing Groups
Today, we will be taking a more in-depth look at the very interesting topic of regular expressions! If you missed my introductory blogpost…
Under the Hood of React: Keys, Indexes, and Updates
If you are learning React, or when you were learning React, you probably got pretty well acquainted with this error message: Don’t worry…
Organizing Your Projects With Subtrees and Submodules
A useful way to separate both organizational projects and personal projects is through the usage of git submodules and git subtrees…
Using the useRef Hook
Today, we will be taking a more in-depth look at the useRef hook. As usual, to better understand the hook, lets take a moment to reflect…
The Significance of the Virtual DOM
Today, we’re going to take a quick look at what’s happening under the hood with React. The reason for this blogpost is because I was…
Fetching with the useEffect Hook
Today, we will discuss the utilization of React hooks to perform an essential function that we are quite familiar with: fetching data. If…
An Introduction to React Hooks
Lets delve into a relatively new portion of the React world: hooks. The hooks API was released on Feb 19th, 2019 - just about half a year…
The Basics of Regular Expressions
Regular expressions can be an overwhelming concept to the beginner programmer. Although conceptually easy to understand, and having useful…
Setting up Windows Subsystem for Linux and Ruby on Windows 10
Ruby development has long been dominated by MacOS and Linux - with good reason. With just a few commands, you can have your Ruby environment…