The tutorials, tips and tricks I wish I had when starting out.
  1. November 06, 2021

    Learn how to harness the power of git's interactive rebase, a command that let's you alter the commit history with full control

  2. October 28, 2021

    Let's talk about the benefits of using git rebase for integrating the latest changes from master/main into your feature branches

  3. October 10, 2021

    See why emacs users are diehards when it comes to their editor with a quick intro, guided configuration and quick start on editing in your first project.

  4. April 13, 2021

    Some tips, tricks and tools to help you speed up your command line workflow so you can get back focusing on your code

  5. March 29, 2021

    You're not a dummy. The language used in git is old and unique to git: commit, staged, rebase, bisect, reflog, push, pull? Archaic. But it's the industry standard version control tool, and one that you're going to use every day, so it's probably best to learn it. In this post we will walk through basic concepts and an easy workflow that you can adopt

  6. March 27, 2021

    Now that you've learned how to build and run containers, it's time to get to know the ecosystem and learn some tips and tricks for working with docker. This covers using pre-built images, mutli staged builds, the dockerignore file and some extra commands from the docker CLI.

  7. March 27, 2021

    The docker introduction I wish I had. Learn how to get started by understanding the basics of docker, and building and running your first app.