-
The Hard Part: Navigating Emotional Turmoil
Posted on
by
I’ve just finished reading “The Life of Dai” and highly recommend it. This book beautifully captures the experience of going through a health crisis and provides insights on supporting someone through one without being bleak. It was a restorative read for me,…
-
A Surreal Journey: From Head Rushes to Heart Surgery
Posted on
by
So, this post is a bit different from the norm, but I think it will do me good to write it, so here we are. April 18th, 2024, was a bit of a “game changer” for me, but the story starts the…
-
Ternary! ☘️
Posted on
by
If you find yourself with a conditional in the form on an if else, there’s a more concise way of writing it. Say hello to a ternary. Take this code: Simple enough, but using a ternary we can do even better: So…
-
Mutation === 💩
Posted on
by
One of the many things I’ve picked up from the excellent Syntax podcast over the years is mutation should be avoided. Today a came across a great example of this with the reverse array method. I had some code that looked something…
-
Protecting myself from myself 🔒
Posted on
by
Being the lone developer on a personal project makes it really easy to do sloppy things. For example, doing undisciplined things with my git repo, like just working in the master branch (I really need to change that to main) and pushing…
-
Taking the month off
Posted on
by
After I completed the full stack web dev boot camp (see my final project code) I decided to give myself a month off studying software development to explore a few other interests. I’d always kicked around the idea of doing some electronics,…
Sponsor me!
Posted on
by
Did you know you can sponsor my study and contributions to open source projects? If I had my way that’s how I’d spend all my professionally time, but a dude’s got to eat right?! Any funds raised will go directly towards covering…
MongoDB and macOS Catalina
Posted on
by
Like a good Apple nerd, I updated to the latest version of macOS Catalina. If you’re using older 32bit apps Catalina won’t run them. Thankfully, I wasn’t in that position, so I didn’t anticipate any issues. So young so innocent. As it…
-
Coding on a plane… on an iPad
Posted on
by
The project In my ongoing efforts to up my development game, I’m currently working on learning how to create an app that has user authentication. Adding authentication to the web app is completely new to me and as always, I’m time constrained.…