It’s amazing what technology can do, and how easily it can do it. Last night, I was playing around with some ideas that eventually led to curiosity for speech recognition in C#. That led me to this page on Microsoft docs. It took all of five minutes to set this project up, copy some code,…
Category: Tools
Get started with Git version control, the easy way
TL;DR: If you haven’t gotten Git yet, get Git here. git init git status git add . git commit -m “Your commit message here” git reset
How about that Trello?
TL;DR: Stay organized with Trello
How to Find the Answers to Your Questions
TL;DR: Brush up on your Google-fu if you aren’t already a wizard. With the proper search string, you should be able to find the answer to your question within the first couple of search results.