Rob's Blog Categories
- Code (41)
- Events (32)
- Rants (7)
- Tools (36)
- Uncategorized (1)
Rob's Blog by Date
Rob's Blog List
ChatGPT. Am I unemployed now?
I was talking to a friend who was worried about ChatGPT. “Am I unemployed now?” E....
Why Technology?
I was in a virtual panel discussion today in Ratoma, Guinea, West Africa. I joined Kolawole, Ousman, Kouame, and Chuck to discuss programming and the technology challenges that are unique to Africa....
Git: How to Rename master to main
Renaming the default branch in Git from master to main is easy. Let’s look at two scenarios: changing a local repository, and changing a repository on GitHub....
What's the difference between NPM and Yarn?
I was asked today, “What’s the difference between NPM and Yarn? When I Google it, I just get results about sewing....
Why you don't have to worry that Docker isn't COMPLETELY open source
Docker, Inc provides these things. Engine: Docker is the container running engine that runs on top of Linux namespaces and containers....