Serverless Computing

A new architecture that privileges you to not bother about infrastructure, servers, memory usage, scaling of instances, availability, etc including other resources.  We only need to bother about code/business only and it is known as Function as a Service (FaaS). We can also call it as Server-less Computing. Serverless means…

Continue reading

ACID Properties

ACID properties are the standard that helps to maintain consistency in a database on performing every transaction. It means ensuring integrity, consistency of the database before and after every transaction is performed. ACID properties are one of the most important interview questions. So, better to have an in-depth understanding. Let’s…

Continue reading