Recovering lost commits with git reflog
There is a particular kind of panic that hits when a commit looks like it just vanished. Maybe you...
Tag archive
There is a particular kind of panic that hits when a commit looks like it just vanished. Maybe you...
You’re working, some priority comes up, but you’re not ready to make a commit yet, and you need to...

A bold strategy pioneered by the chronically unemployed, now rebranded as “early adopters of...

This is something I've been wanting for years and that I found very difficult to get. I mean, without...

Adobe Reader and previous versions of Acrobat DC had a Single Page view feature in which the...

Have you ever tried scrolling horizontally a list of flex items that are justify-center and end up...
Interactive JQ with only fzf

Today I wanted to talk about a great utility in the Dart language called dart:convert Enter...
Just as I sometimes forget files in a commit, I also sometimes botch commit messages only to find out...

Hi there, folks. Here you go: const isEmpty = (string) => !string.trim() Enter...
Creating a new branch in Git is one of those everyday commands you run without thinking, until you...
This article was originally posted on nicholascloud.com. During a recent code interview, I...