Posts
All the articles I've posted.
Preparing to Take the Reins - Setting Up SSH on Ubuntu 22.04 LTS
Published: at 01:40 PMRecently, I've been looking at hosting the sites I manage on my own server again. It's been a few years since I've done this. I've mostly used Netlify and Vercel for their speed and ease of use. However, I'd like to have more control over hosting, so I'm heading out on the adventure once again to self host (sort of) through Linode as well as a monitoring service that I can manage.
Mastering React's `useEffect` Hook
Published: at 12:00 AMReact has revolutionized the way we think about UI development, turning it into a more component-centric approach. One of the hooks that stands out in making this approach seamless is the `useEffect` hook.
Understanding the Optional Chaining Operator in JavaScript, TypeScript, and Angular
Published: at 12:00 AMThe optional chaining operator is a powerful tool in a developer's arsenal. It streamlines code, improves readability, and prevents potential errors. As with all tools, understanding its purpose and proper usage is key.