Kevin Jalbert About Now Uses AMA

Git Bisect: Only the Current Branch

August 31, 2022
1 min read
git git bisect tool

When working with branches, often you are focusing on a specific part of the codebase. Sometimes, a commit in a string of commits can cause failures elsewhere. Check out my script on bisecting the current branch and catch the commit that introduced the error.

Digging through Git History for Removed Text

July 31, 2022
1 min read
git tool

The text you are looking for isn't in the current revision anymore, and so you'll have to dig through the Git history somehow, looking for when it was removed/introduced. Read about how I approached this from a CLI perspective, using a script to simplify these searches for me.

Import Raindrop.io Highlights into Readwise

June 28, 2022
3 min read
knowledge raindrop readwise

I really like how Raindrop.io handles highlights and bookmarking in general. As of the time of writing, there isn't any official solution to import Raindrop.io highlights into Readwise. Check out my script that bridges this gap until an official integration exists.

Improvised Portable Smart Speaker

May 31, 2022
3 min read
entertainment google

Read about my improvised solution that lets me enjoy having a smart speaker outside on my backyard patio for family and friends to enjoy.

Access Local Docker Containers by Domain Names instead of Ports

April 30, 2022
2 min read
development docker nginx

Read how to use domain names instead for your containers during development. You'll have an easier time remembering the container names instead of their ports.

Prev Page Next Page
Twitter GitHub Stack Overflow
Code licensed MIT, Content © 2019 Kevin Jalbert