Introduction CI/CD with Jenkins What is Continuous Integration (CI) (CD) ? Continuous Integration (CI) and Continuous Deployment/Delivery (CD) are practices in software development that aim to unify and automate the process of building, testing, and deploying code changes to different environments, such as staging, testing, and production. They are leading components of modern software development […]
DevOps & Automation
Introduction to Flutter Flutter is an open- source frame developed by Google, which allows inventors to make high-performing, native mobile apps for iOS and Android platforms using a single codebase. It uses the Dart programming language, which is also developed by Google and provides an ultramodern and reactive way to develop mobile operations. With Flutter, […]
Introduction Two of the most widely used front-end frameworks for creating web applications are React and Next.js. React is a library for creating user interfaces, while Next.js is a framework built on top of React that, among other capabilities, supports server-side rendering. We’ll examine React vs. Next.js in more detail in this article, as well […]
In Today’s world when we think of creating new web applications, there are a number of library/ framework that comes into our head that can be used to create a web application in an easy way. It’s true because, In today’s world, we have numbers of libraries/frameworks like ReactJS, Angular, and Vue using which you […]
Overview A resource group is a collection of AWS resources that are all in the same AWS Region, and that match the criteria specified in the group’s query. For a list of the services that support AWS Resource Groups and a brief description of what each service allows you to do with a resource group, […]
ECS Cluster with EC2 Launch type Using Terraform Amazon Elastic Container Service (Amazon ECS) is a fully managed container orchestration service that helps you easily deploy, manage, and scale containerized applications. It is a fully managed service which means you don’t need to manage control planes, nodes, or add-ons. It’s integrated with both AWS and […]
Python 2 to Python 3 Migration: Introduction In the computer field there daily technology comes and will regularly update. We need to use the application with the latest technology and libraries for better understanding, efficiency and reduce cost of time. There is a possibility that the application is developed in particular technology and it is […]
Flask vs Django Flask and Django both are Web Framework in python. Before comparing Flask and Django we need to understand few other terms which will make our understanding very clear. Library VS framework Library is less complex whereas framework is complex in nature. You can control when you are importing any method or function […]
Terraform Cloud and Enterprise Terraform cloud is a service to manage Terraform related operations along with your team members Read: Streamline and Automate EC2 Instance Why use Terraform Cloud? Below are some very useful features of Terraform cloud to provide better collaboration, management and scalability: Remote execution We can run Terraform commands to provision […]