software development

Opensource Software vs Free Software vs Freeware Software

Reading Time: 3 minutes In this article, we will look at the differences between open-source software vs free software vs freeware software. While growing up and trying out various software on our computer, we often come across the terms like free software, freeware, opensource, etc but we never pay much attention to it. A lot of people think that freeware software is the same as free software and they Continue Reading

The 12 Factor App

Reading Time: 4 minutes This blog will explain the principles of the 12 factor app. These principle basically eliminate the unnecessary ache required while building your application. It makes the development process smooth, thus resulting in a robust and reliable application. 1. Codebase: A twelve-factor app states that a single app should not have multiple codebases, otherwise it is a distributed system instead of an app. Also, multiple apps Continue Reading