Running MySQL in Docker with automatic restart
It’s trivial to do all of the MySQL work you need to do via Docker. Simply run:
It’s trivial to do all of the MySQL work you need to do via Docker. Simply run:
I spent Labor Day weekend through Wednesday at a cabin on the McKenzie River with my dad. We’d been planning a father-son trip for a few months, and settled ...
I’m currently reading Kotlin in Action, and stumbled across a passage that I found interesting:
CompletableFutures are constructs in Java that are very useful for writing clean, concurrent code. Most of the methods around CompletableFutures return stage...
I type with Dvorak, and on that keyboard, the “z” key is where “/” normally is. A minor annoyance I’ve run into is that Alfred maps the file finder invocatio...
Paw is an excellent REST client. Here are some commands and tips to make the most your workflow.
Navigating the terminal
A list of git/GitHub quirks and edge cases I’ve come across.
Say you have a master branch, with file A and file B in it.