
Linux Development at Flatiron
This article walks you through my environment setup while I was attending Flatiron School Bootcamp in Software Engineering.
Link
TODO list in VSCode
This article addresses a document level TODO list as your are coding and developing an application.
LinkGitignore in VSCode
This week I published an article about automating the creation of LICENSE file for GIT in VSCODE. I wanted to consider the same methodology for the obligatory gitignore file.
LinkLicense file for GIT
When you create your Open Source project and published it to GitHub you realize you forgot to create a LICENSE file. This post addresses a quick way to do that from VSCODE.
Link
Kill Blocked Ports
Have you tried to start a development server and the port is blocked? This post offers a dynamic shell script to fix this problem quickly.
Link