Version control is foundational when developing anything. GitHub is a great platform for leveraging Git, automating deployments, being efficient and productive for creating and maintaining projects. Here are some thoughts and learnings...
This is a high-level overview of the architecture concerning my Django app. I go over the different components involved in deploying this app to production. Lots of room for improvement, but it is shipped.
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.
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.
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.