Author: harryjoy

Configuration builder in NodeJS with TypeScript

Recently I worked on a small requirement (in my personal test learning proj) of creating a configuration builder that satisfies following requirements: Ability to read default configuration from a file Ability to read environment specific configuration from a file Ability to override any defaults by command line options Ability to override and/or access any defaults … Continue reading Configuration builder in NodeJS with TypeScript

Trying new tech stack for project – Good or bad?

If you search for ways to keep up to date with latest technologies, I'm sure you will find at least couple of articles stating "trying new technologies for each new project" as one of the ways to do it. As appealing and good this sounds to developers, it is not the best possible solution if … Continue reading Trying new tech stack for project – Good or bad?