Linux
The underpinnings of many a resource out there. Here I'll share my thoughts and learnings on Linux and unix-like stuff.
-
Startin' Out Part 4 | Python's Virtual Environment Command
This is the post where I breakdown the Python virtual environment command. It's a very useful tool to help organize and isolate the dependencies in your project. Sometimes it's nice to know what's going on under the hood...at a high level.
-
Startin' Out Part 3 | Begin: Python Virtual Environment
Using a virtual environment is very beneficial. In this post I share what that will resemble in your project.
-
Git Ready - Part 3 | Pushing to Remote
The final part of the Git Ready series. This is a way for one who is new to using Git to get going quickly. Finding a position to start doing, and keep learning as they go. I am going to share the 3 commands needed to push a project to a remote repo.
-
Git Ready - Part 2 | Setting Up SSH
Setting up SSH with GitHub so that you can push code to your remote repo from your local repo without getting an annoying error message.
-
Git Ready - Part 1 | Start Using GIT
This post is part 1 of a series, that will be helpful if you are new to Git. I'll be sharing one of the easier ways to start, as well as some commands that are useful to use as you begin implementing version control for your projects.