See how a minor change to your commit message style can make you a better programmer. Format: <type>(<scope>): <subject> <scope> is optional Some type usually used: feat: (new feature for the user, not a new feature for build script). fix: (bug fix for the user, not a fix to a build script). docs: (changes to the […]
What’s the difference between Full-Stack and DevOps?
DevOps is the discipline of being involved in both development and deployment. Full-stack is when you work on everything in the stack from the database to javascript. They are two different axis. Ops to Dev: Ops provision, set up, and maintain servers but don’t write application code. Devs write the application code but do not […]