Writing on software development, different frameworks, CI/CD, DevOps etc

All of my thoughts on software development collected in chronological order.

The power of NVM to manage multiple nodejs versions

Use nvm to install different version of nodejs and lock the node version for a project. This can be distributed via version control system and ensures all team members use the same development environment

Build Angular container images with buildpacks

An example to show how to build a container image for an Angular application using buildpacks. Packeto buildpacks are used to build the container image.

Angular external configuration using app initializer

External configuration for an angular application using environment variables is not possible in Angular. This blog will demonestrate how to achieve this in Angular