Deeper dive into what pt 1 was actually doing when it worked.
Never used them before. Have heard about em'. Time to try em' out.
This command will close all tabs to the right of the current tab in vim.
Command for clearing all git branches other than master
When git tells you your directory isn't clean, yet `git status` doesn't reveal anything helpful.
There are times when you need to figure out the semantically different pieces of json files. This helps do so.
No more looking to the left of your display all the time!
This was a useful one for digging through a large object that I needed to find all of those with a given property that was an array and the array had a given length.
Enabling the use of more `normal` regex patterns with the `find` command.
There are times when you want to revert everything back to a given commit. This is how.
A snippet on how to use xargs to pump searches into jq commandline json processor
In this blog I'll discuss my thoughts I've been struggling with on the topic of integration tests and how they shouldn't be used to test "unit" level scope.
This blog will discuss how the smell of a codebase's tests are an excellent indicator of health of the code itself.
This is a book review of the book "Principles" by Ray Dalio, the founder of Bridgewater Associates. The man is extreme in his views on disciplined decision making. Extreme to an extent that his company has been called a cult by some. After reading this book, it's easy to see why. There's a lot to learn from his "principles".
This will be a review of the book The Tangled Web
This is a book review of the book "How Google Tests Software" by James A. Whittaker, Jason Arbon, Jeff Carollo.
This is a book review of the Restful Web Services book by Leonard Richardson and Sam Ruby
Those times when you are uncomfortable with a piece of technology can sometimes be a good way to learn that maybe you should dive in and build something with it.
REST in Practice is one of the better tech books I've read. It was a nice mix of implementation and theory, of which I haven't seen done this well very often.
In this article I talk about my transition from Jetbrains products to Vim for software development.
Recent thoughts I've had on wealth and striving.
My thoughts on the Jim Collins book entitled Good to Great.
This article touches on why I am starting.
I discuss some of the task managers that I've tried, what I've liked, and what I've disliked about each.
This is a test first blog article.