
How to Use truffleHog and git-secrets
Git-secrets is a tool released by AWS Labs that will scan commits and commit messages. It lets you scan a file or a folder recursively to look ..
Git-secrets is a tool released by AWS Labs that will scan commits and commit messages. It lets you scan a file or a folder recursively to look ..
What Do You Use for Source Code Control? I was asking everyone I met at NI Week about what frameworks they were using and about source code ..
The advent of Agile development means developers can deliver software products tailored to meet customer design specifications and requirements. ..
Contributing to open source is great! Apart from giving you a resume add-on, people benefit from your contribution. In fact, many of us now depend ..
If you have worked with Git before, you may be familiar with the .gitignore file. Gitignore is a tool that lets you intentionally ignore ..
GitFlow is a branching model for Git made by Vincent Driessen. In this post I will dig into why and how to use GitFlow. First lets look ..
In my last post, I talked about deploying to Heroku. We deployed our app, and it only contained the text “Hello World”—but we accomplished ..
For those who deal with both project management and software development efforts, you know that it is very complicated to do everything ..
Many developers already use Git to manage their codebase, but what about Git submodules? How do you use them and why? In this post, I will ..
On January 30, 2017, there was an outage at GitLabs. Six hours of data was lost on their production database, and no backups were readily ..
Git is a very powerful version control system. It can be a little bit daunting to try to learn everything around it, so most people just ..
This post is a success story of one imaginary news portal, and you’re the happy owner, the editor, and the only developer. Luckily, ..
Face it, if you are a born and raised .NET Client/Server developer like me, you are now old school. I have been aware of this fact for several ..