Tag: software
-
Growing with Git — Branches
Introduction Hey, friends! Welcome back, and thank you for joining me. At this point, we’ve created a solid basis for using Git on a daily basis. So far, we’ve installed Git, learned how to use the GUI, gained experience with Git Bash, and resolved conflicts between files. However, there’s another aspect of Git workflows we’ve…
-
Growing with Git — Merge conflicts
Introduction Alright, guys — now we’re really starting to gain some traction with Git. In our last tutorial, we overcame our fears of using the Git Bash tool to pull a repository from GitHub, make changes within our local repository, and push the changes back up to our repo. At the end of the tutorial,…
-
Growing with Git — Git Bash
Introduction Greetings, friends! Welcome back, and thank you again for joining me. In our first installation of “Growing with Git”, we scratched the tip of the Git iceberg. We downloaded the Git software onto our Windows PC and created our first repository on the GitHub website. After pulling our new repository, we made a small…
-
Growing with Git — Installing on Windows
Introduction Hey there, fellow learners! Thank you for joining me on another expedition in the world of software, modeling, and simulation. In this path, we’ll discuss a topic near and dear to every software developer’s heart: version control. This topic has become important to me ever since I nearly lost my entire Ph.D. dissertation due…
-
Docker Demos — Getting started in VS Code
Docker within Microsoft VS Code Welcome back! So here we are inside VS Code; by the way, if your VS Code terminal does not open with the bottom terminal, you can open the terminal by going to View (top toolbar) -> Terminal. Let’s take a look around! On the far left, we have all of…
-
Docker Demos — Getting started with environments
Introduction Welcome back! In our last lesson, we took a look at downloading and installing Docker Desktop on our Windows machine. So why bother using a developer environment when we could just use the command line? Great question. Using a Dev (or “developer”) environment offers a great deal of flexibility when we’re developing with Docker.…
-
Docker Demos — Getting started (Windows)
Installation Ready to get started using Docker? Great! Head on over to the Docker Desktop webpage. When you arrive, the webpage should look like this — go ahead and click “Windows”. This should begin downloading the installation file. Once the download is complete, double-click the installer file — unless you specified otherwise, the file is…