Programming exercise: reading in environmental variables with dotenv
Programming, as a craft, is funny. Compared to other crafts, like professional musicians, programmers don’t seem to deliberately practice their craft.
Programming, as a craft, is funny. Compared to other crafts, like professional musicians, programmers don’t seem to deliberately practice their craft.
I recently filled my first Field Notes with notes! Usually I just toss them in a drawer never to be seen again, but not this time.
In You Should Write Blogs, Steve Yegge explains why you should blog. Steve is somewhat of a cult figure in the tech space. If you’ve never heard of Steve Yeg...
I recently made a video about how to make custom complex modifications in Karabiner-elements. Someone saw this video and reached out to me for some help.
In this blog post, I’ll tell you how to add a new kernel to your Jupyter notebook in just 3 simple steps.
Writing good commit messages can save you a lot of time. In this blog post I want to show you an example of that. At some point in the past I changed the col...
You’re coding. You’re in the flow. You’re banging code out at the speed of light. You’re building the software that is going to change the world. You git add...
In this blog post I will go over how to set up your React and Flask project while avoiding the dreaded Cross-Origin Resource Sharing (CORS) error.
Hey guys I just uploaded a new video to my YouTube channel! You can view the video by clicking here or it is embedded down below. In the video I explain a si...
For a new project at work I will have to lead a project in TypeScript. Here comes the kicker: I’ve never worked with TypeScript.
I like my blog. Yet, I don’t love my blog.
With modern frameworks like React, Angular, Vue, Next.js, Gatsby, and Jekyll, modern web development can seem scary. However, I assure you that it is not. I...
In this blog post I will show you how to add a simple splash image to your minimal mistakes blog. View my current splash page here.
In this blog post I will show you how to add a simple teaser image to the “You may also like” section of the minimal mistakes Jekyll theme. Adding a teaser i...
In this blogpost I tackle Leetcode problem 378 on finding the first unique character in a string.