Flutter - A PrimerFlutter is a tool that allows you to build native cross-platform (iOS, Android) apps with one single code base and programming language. Components Flutter consists of two main separate tools, an SDK(Software Development Kit) and a framework widget l...Jul 28, 2020·2 min read
Docker file for NodeJS applicationFew weeks before now, I boostrapped a NodeJS codebase using Docker as part of the requirement was that new team member should be able to get up and running as soon as possible. I came up with a Dockerfile that looked like the below: # Base Image. # T...Jul 24, 2020·2 min read