Guides. Tutorials. Everything else.
Welcome to my little internet corner. I write tutorials, opinions, guides, and everything else worth sharing.
-
How To Change Your Default Shell From Zsh To Bash on Mac
Zsh is the default login and interactive shell on Mac. However, you can switch to bash from zsh, if
Read more >>
-
-
Using Transactions In Sequelize to Ensure Data Integrity
Ensuring database data integrity and consistency with Sequelize ORM
Read more >>
-
-
Adding Security Headers to a Next.js Application
I've wanted to improve security in my URL shortener. Here's my experience adding security headers to
Read more >>
-
-
useReducer as the foundation of complex state management in React
React has two primary ways of working with state in your application: `useState` and `useReducer`. H
Read more >>
-
-
Rebuilding my portfolio website
I’ve been learning front-end web development for a while now. My stack now consists of four primary
Read more >>
-
-
Transitioning From the Frontend to Full Stack Web Development
I’ve been learning front-end web development for a while now. My stack now consists of four primary
Read more >>
-
-
How I’m Learning Data Structures and Algorithms as a Newbie
Data Structures and Algorithms is one of those things that you know you need to learn but never plan
Read more >>
-
-
Using MDX
Lorem ipsum dolor sit amet
Read more >>
-
-
Markdown Style Guide
Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Ast
Read more >>
-