MySQL – DDL and Concurrency
Background In one of the projects which I was working on, we had to execute a DDL (alter table) on a table which doesn’t…
Background In one of the projects which I was working on, we had to execute a DDL (alter table) on a table which doesn’t…
Let us begin with the basic understanding of CSS Grid and Flexbox CSS Grid: CSS Grid layout allows us to align the elements in…
Let us have some fun with modelling recurring events Programming is all about Modelling your problem using your language constructs and Yes!! Modelling a…
SAML and OAuth2.0 are industry-wide accepted standards for Single Sign-On(SSO) solutions. It is straightforward for our application to support these both standards independently. But,…
Those who have been working with python for few years might have encountered this problem at least once. What happens is that the python…
Though I hardly heard the term ‘monolithic’ when I started my career in 2004, I contributed to applications which followed monolithic architectural pattern. I…
Toggle content using pure CSS While browsing through internet for websites with flat UI, I came across this concept. In this blog I am going…
I recently initiated an idea that led to a team from Pramati Technologies (Antony Raj, Pragadeeswaran, Vasanth, Arun Kumar, and me) participating in the…
What is Service Fabric: New runtime environment i.e. designed to allow highly scalable, highly reliable, highly manageable micro services to run on Azure and…
It is a well-established fact that most of the bugs in the Software Development life cycle could be prevented literally right at the source…