Building Microservices: A To-Do Application

Recently, I covered an introduction to what Microservices are and what is the future of Microservices. Keeping that article in mind, I thought, why not make a demo application that can give an example of how Microservices are built and how they interact. In this…

Managing development environment with vagrant

While developing or building a particular software program, we are always required to setup the tools and frameworks needed to build the project. For 1 or 2 projects the task is simple, but the problem rises when working with more projects. Being a developer myself…

From development to deployment

Development only forms one part of a project, and a project is never complete until it is deployed and running properly. This post summarizes my experience on working on a project for my Internship which required us to improvise on a live site and make…

Building The Smart Mirror

Imagine having a mirror that responds to your presence, a mirror that tells you the schedule of whole day when you look at it while brushing your teeth. How amazing that would be! Fantasized by such an idea we took upon ourselves to build such…