Skip to content

Blog

Members Public

How to install a Nerd Font on Warp

I started using Vim as my IDE of choice recently, and one of the things I wanted early on was a more visually appealing icon and font set. I kept reading about Nerd Fonts so I decided to try installing one, but the instructions for doing so were both clear

Members Public

Assorted Reads (September 2024)

Assorted Reads (September 2024)
Members Public

A month of using Vim

I've wanted to dedicate time to learning Vim for probably a decade now. When I was just getting started as a junior developer, I remember thinking that the people who used it in their day-to-day were "so cool" and felt a bit of awe at how

Members Public

Assorted Reads (August 2024)

Assorted Reads (August 2024)
Members Public

Brag sheets, AI at the edge, and free tier economics

Members Public

July 22, 2024 - Assorted Reads

Members Public

Pride, ethical debt, and an e-card side project

It seems like I blinked and June has flown by! I'm now back home in Toronto and trying not to melt in the heat waves that seem to be happening more frequently in Ontario. One of the highlights of the past month for me was getting the opportunity

Pride, ethical debt, and an e-card side project
Members Public

June 3, 2024 - Assorted reads

June 3, 2024 - Assorted reads
Members Public

Blogging for community vs blogging for showing competency

When I started blogging a number of years ago, it was a way to not only share lessons that I learned in my day-to-day work with others but to also serve as an archive for things that I've run into and how to solve them should I run

Blogging for community vs blogging for showing competency
Members Public

How to change the version of an npm package associated with a specific tag

If publishing experimental npm packages is a somewhat regular part of your development workflow, you've likely experienced some nerves around publishing that package incorrectly such that it becomes the version that anyone newly installing or upgrading the package gets. If you find that you accidentally did exactly this

How to change the version of an npm package associated with a specific tag