Git Secrets: How to Create a new Repository from a Sub-directory
I've recently run across an interesting challenge in some historical source code repositories. These repositories did not begin their lives in Git and are arranged so that independent products are…
Doing Battle with System Updates
For the last couple of days I have had off and on issues with Visual Studio and the Android Virtual Device, AVD, manager. I will get my mobile app running…
A Git Resource Page for Developers
Git is my go to source control management tool. It works no matter what the technology or platform of the project I'm working on involves. I'll be honest. It took…
What is AWS EFS (Elastic File System)?
What is AWS EFS? What is AWS EFS? EFS is the acronym for Elastic File System. The EFS service provides file storage in the cloud. You are probably wondering why…
Getting Cozy with Code Commit
It's 9:00 do you know where your code is?
If you write code, it can keep you up at night worrying about how it's performing, where the next bug is coming from, and who's plotting to maliciously hacking it. And that's just in production. Before it even gets to that point you have to be concerned with regression errors, consistency among team members, branching, merging, and on and on. So how do you ever get to the point where you're comfortable and can sleep easy?