Stored Procedure for SQL
It is a code of SQL that can be used many times based on our requirements during managing data. In programming when you need to execute certain SQL queries multiple times, instead of calling them you can write a stored procedure that can be executed as and when required...
5 Secrets for Startups to Survive in the Resignation Era
As the world copes up with the latest COVID-19 variant, the impact on business plans to restart and reach previous levels is getting hampered across industries leading to operational challenges for organizations...
Terraform Cloud and Enterprise
Terraform cloud is a service to manage Terraform related operations along with your team members...
Migrate Your Applications to AWS
Amazon Web Services (AWS) is one of the most popular global cloud that offers on-demand, scalable, and pay-as-you-go compute as well as storage and other cloud services. Basically, it offers distributed computing administrations, cloud relocation, and APIs...
Managing Multiple Environments with Terraform
Infrastructure as a code (IAC) allows you to manage infrastructure through configuration files rather than through graphical interface. Terraform allows you to define resources and infrastructure in human readable and declarative configuration files. Terraform stores resources metadata in a state file which can be used later...
DevOps and Its Benefits
What is DevOps? Before DevOps came into the picture, the IT industry used Legacy Models like the Waterfall Model and Agile Methodology for software development and deployment. We all know...
5 Trends influencing Cloud Computing
The cloud computing is one of the most popular buzzword in IT industry. Over the years cloud has matured a lot as well trends for cloud adoption and cloud technology...
What is IAAS?
When you talk about IAAS, NIST defines it as the capability provided to the consumer is to provision processing, storage, networks, and other fundamental computing resources where the consumer is able...
Automated Backup with Snapshot
AWS EBS is a persistent storage offering from AWS. One of the primary feature of EBS is itallows point in time backup with Snapshot. Till now all who wanted to...
An Introduction to Cloud Computing
Cloud Computing in Simple Language Cloud Computing is a buzz word across industry these days. With my a few years of experience of Cloud Computing, I had come across two...