Blogs
“Intuitive design is how we give the user new superpowers” ~ JARED SPOOL. Over the last one decade, the technology landscape has evolved drastically. Cloud computing has changed the paradigm altogether for all IT solutions. AI and IoT have evolved, still in a journey of exploration and innovations. 5G empowers handheld devices for data transfer […]
Introduction When designing and building an application, one of the key considerations is which database to use. A poor decision here can cost you severely, either by requiring costly ongoing maintenance of a database or by forcing a sensitive data migration to another solution. Scalability is another important aspect to keep in mind for handling […]
What is Serverless Architecture? Let’s break this work into two parts – “Server” – “Less”. Does this give you a notion that we are going to use less Servers? Maybe… Maybe not.. ⚠ SPOILER ALERT – Yes! There are Servers in Serverless Architecture But! to get to that point we need to understand & tackle […]
Serverless architecture is a modern application design paradigm which allows enterprises to build and run applications and services without worrying about server management. It enables users to focus on writing business logic, while the cloud service provider takes care of infrastructure management tasks like server/cluster/capacity provisioning, patching, operating system maintenance. Serverless computing is event-driven. Common […]
Enhanced application availability, improved performance, faster time-to-market, and easy scalability have made microservices a popular architectural choice for enterprises looking for scalable and secure applications. Focused on building business functionalities, microservices make it easier to build and maintain apps. It allows decoupled services written in different programming languages to coexist with other fragments, giving enterprises […]
Motivation Lowering the IT infra and operation cost, along with reducing the complexity of infra provisioning are few fundamental paradigms, which made serverless architecture a popular solution for many projects these days. Here, we would be discussing the role of serverless architecture in CI/CD in a project and how to choose a cost-optimized managed solution […]
Gamification is the process for objective of user engagement. It has more to do with psychology and less with the technology. It requires thorough understanding of target user segments psychology, their work habits, motivations factors, work schedules etc. It brings the engagement attributes of games on enterprise systems to drive a positive change in the […]
The Problem: “Works in my Machine” As a developer, when you start writing code for your application, you tend to make certain configurations in your machine, install dependencies and software. Some of these configurations could be specific to your operating system. What if other developers in your team try to run the same code base, […]