Posted: January, 19 2020
Docker build layers are an amazing concept and can greatly speedup your development workflow. Docker Layers A layer in Docker is a snapshot…
Posted: January, 19 2020
Docker build layers are an amazing concept and can greatly speedup your development workflow. Docker Layers A layer in Docker is a snapshot…
Posted: January, 18 2020
Unix commands are at the heart of many OS. sort | uniq | cut | rev | cutr are great examples of how you can do many things within (ba|z)sh…
Posted: January, 17 2020
Unix commands are at the heart of many OS. sort | uniq | cut | rev are great examples of how you can do many things within (ba|z)sh and…
Posted: January, 16 2020
Want to move a branch in Git because another branch with the same name exists? git branch -m newbranchname You may have created the same…
Posted: January, 15 2020
Want to manage NVM correctly on a project basis? .nvmrc in Project Directory You can put your .nvmrc file into your project directory and…