Discover Insights And Tips
For Your Future.

Free Create
Resume
very soonInsight
AWS for beginners : Essential Services to know
Insight
How to Deploy a Static Website or App on AWS
Deploying a website or app on Amazon Web Services (AWS) provides a reliable and scalable platform for your application. With AWS’s global infrastructure, your app can perform optimally and remain accessible to users worldwide. This guide walks you through the steps to deploy a static website or app on AWS seamlessly.
CI/CD Workflow with Jenkins, Docker, and AWS EC2

All Articles
Explore our latest thoughts and updates.
Insight
AWS for beginners : Essential Services to know
Amazon Web Services (AWS) is a cloud platform offering a vast range of tools to help developers build, deploy, and scale applications faster and more cost-effectively. Whether you're creating web apps, mobile solutions, or any cloud-based project, getting familiar with AWS's core services is a must if cloud is a topic of interest to you.
Insight
How to Deploy a Static Website or App on AWS
Deploying a website or app on Amazon Web Services (AWS) provides a reliable and scalable platform for your application. With AWS’s global infrastructure, your app can perform optimally and remain accessible to users worldwide. This guide walks you through the steps to deploy a static website or app on AWS seamlessly.
Insight
CI/CD Workflow with Jenkins, Docker, and AWS EC2
Continuous Integration and Continuous Deployment (CI/CD) workflows have transformed the way we write and ship code. This guide explores how to configure a Jenkins server to fetch the latest code changes from a Git repository using webhooks, build Docker images, and run application containers on an AWS EC2 instance.
Insight
Overview of a ful cicd setup in Cloud, AWS EC2, Jenkins
In the ever-evolving landscape of software development, the need for efficient and secure Continuous Integration and Continuous Deployment (CI/CD) pipelines is paramount. This article is a brief overview of the steps involved and takes you through the process of provisioning an AWS EC2 instance, configuring Jenkins, and establishing a robust CI/CD pipeline for a React side project.
Insight
Deploying AWS Resources with Terraform
As part of my journey embracing DevOps culture and tools, Terraform and its companions in the realm of Infrastructure as Code (IaC) naturally became integral waypoints on my roadmap. Embracing the principles of DevOps involves not just a mindset shift but also a strategic adoption of tools that enhance efficiency, scalability, and reproducibility. Let's dive in and deploy some resources to AWS using Terraform.