Identity and Access Management (IAM) is core and key component of any cloud provider. To put it bluntly IAM deals with specifying who or what can access services and resources in AWS. Here Who - is AWS Identity and What - is IAM policy
read more...What is Serverless Computing?
So you might doubt the term “serverless” in serverless computing.
So there is no server at the backend? Nope! There is a server at the backend in serverless, but that runs less and only runs on demand.
Let’s dig deeper…
read more...In computer programming, a paradigm refers to a specific approach or style of programming. It represents a set of principles, concepts, and techniques that guide how software is designed, structured, and executed. Each paradigm has its own set of rules, methodologies, and patterns for solving problems.
read more...I wanted to share this blog post to help future students navigate their journey in the Computer Science program. In this post, I have compiled frequently asked questions that newly admitted international students often have.
read more...Infrastructure as Code is defining your whole organization infrastructure as lines of code which can be versions and can be treated as plugin, disposable and snappy. This helps us to define our infrastructure as something that is pluggable.
read more...