git rebase --onto and the Detached HEAD
In this post, a solution is presented to the problem of rebasing the section of a branch to a new parent commit, and making that new section a new branch on which to work.
Resiliently Serving a Jupyter Notebook on a Virtual Machine
Jupyter Notebook is the de facto tool to sandboxing in Python and presenting your work as fluidly as possible. However, compute requirements sometimes exceed your local computer capabilities. This tutorial presents a walkthrough to setting up a connection-resilient Jupyter Notebook server on an AWS EC2 instance.
Switching to zsh & Re-Enabling Anaconda in the New MacOS Catalina
This post shows how to re-enable command-line applications, namely the default ones in MacOS distributions, like
git
, and user-installed Anaconda, that would not launch or work after installing MacOS Catalina and its new default shell, zsh
.Hands-on Sustainable Git and GitHub
Git and GitHub are extremely useful tools for version control and collaborative work. This tutorial is a hands-on introduction to their functionality — you will learn how to set these tools up and how to use them. By the end of this tutorial, you will be able to develop sustainable workflows that you can seamlessly integrate to your everyday toolset.