Jenkins and GIT Integration using SSH Key
Integrating Jenkins with Git using SSH keys is a powerful way to automate your Continuous Integration (CI) and Continuous Deployment (CD) pipelines while ensuring secure access to your Git repositories. In this article, we’ll guide you through the process of setting up Jenkins to work seamlessly with Git repositories using SSH keys....
read more
How to Dockerize a ReactJS App ?
Docker is an open-source containerization platform used for building, running, and managing applications in an isolated environment. A container is isolated from another and bundles its software, libraries, and configuration files. Containers share resources with other containers running on the same host OS and provide OS-level isolation that is far more efficient than virtualization. This enables us to manage our infrastructure in the same way as we do our applications.  React is a Javascript library created and maintained by Meta Inc. for building user interfaces or UI components. It is free, open-source and one of the most popular Javascript in the world....
read more
What is Jenkins?
Jenkins is a tool that is used for automation. It is mainly an open-source server that allows all the developers to build, test and deploy software. It is written in Java and runs on java only. By using Jenkins we can make a continuous integration of projects(jobs) or end-to-endpoint automation...
read more
How to Deploy React App using Azure Static Web Apps ?
Microsoft Azure is a public cloud computing platform. It provides a lot of cloud services to access, manage, and deploy applications. Where as Azure Static Web App is one of the services of Microsoft Azure. It automatically builds and deploys full-stack web apps from the code repository to azure....
read more
Load Balancing Flask Application using Nginx and Docker
Load balancing means efficiently distributing the incoming traffic to different server instances. Nginx is open-source software that can be used to apply load balancing to backend systems. Nginx also can be serve services such as reverse proxy, caching, web server, etc....
read more
Generating API Keys For Using Any Google APIs
Like most software giants, Google provides its enthusiastic developers community with its APIs, SDKs and Services. These APIs from Google are hosted on their cloud platform, popularly known as Google Cloud Platform (GCP). Software such as Google Maps, YouTube, Gmail, etc., use the same APIs and now are available for the public for implementation at a very minimal cost depending upon the usage. One can use these APIs in their projects and application to integrate similar features....
read more
Create a Database Using AWS rds
Make a database on cloud platform using AWS (Amazon Web Services)....
read more
How to Install Imagick for PHP on AWS EC2?
AWS or Amazon web services is a cloud service platform. It provides on-demand computational services, databases, storage space, and many more services. EC2 or Elastic Compute Cloud is a scalable computing service launched on the AWS cloud platform. Or in other words, EC2 is a virtual computer on which we can perform all our tasks and we have the authority to configure, launch or even dissipate this virtual computer....
read more
How to install and configure Jenkins Server on Godaddy Srever?
GoDaddy Server is a cloud-based hosting platform that consists of virtual and dedicated servers. The premium service includes weekly backups, 99% uptime, 24×7 Customer Support, a free encrypted SSL certificate, unlimited bandwidth, and SSD storage. For regular users, the latest generation is VPS Gen 4, which uses QEMU as the hypervisor to perform hardware virtualization. It offers a cheaper alternative to Amazon Web Service and Google Cloud Platform. Jenkins is an open-source automation server that is used to build, test and deploy software. It was created by Kohsuke Kawaguchi in 2011 and is primarily written in Java. It is mostly used for creating Continuous Integration/Continuous Delivery (CI/CD) pipelines. A number of third-party applications can be incorporated into the project, such as GitHub, Puppet, and Docker, among others. In this article, we will discuss how to install the latest version of Jenkins on GoDaddy VPS Gen 4 (Ubuntu)....
read more
What is DevSecOps Engineer?
With an increasing number of companies relying on cloud-based solutions to power their digital projects and drive future growth, quickly creating and deploying applications has never been more important. At the same time, protecting code against vulnerabilities and potential attacks might slow down the process. This combined need for speed and security has led big companies to focus more on development, security, and operations, known as DevSecOps....
read more
How to Setup an Slave Agent For the Master in Jenkins in AWS?
Pre-requisites: Jenkins...
read more
Spinnaker vs Jenkins
Both Spinnaker and Jenkins are CI/CD tools that add value to application delivery pipelines. Jenkins is for Continuous Integration and spinnaker is for Continuous Deployment. Jenkins is currently the most popular Continuous Integration Tool but both large and smaller organizations can benefit from Spinnaker’s automation....
read more