Category Uncategorized

Docker CMD vs Entrypoint: Which One to Use?

Introduction While creating a Dockerfile, we have two similar yet confusing key instructions, CMD and ENTRYPOINT, which have a pivotal role in determining the behavior of a container. In this blog, we will explain Docker CMD and ENTRYPOINT with the… Continue Reading →

How To Create Resources in AWS using Data Sources?

Introduction Terraform stands as a trailblazer in the realm of Infrastructure as Code (IaC) thanks to its robust features. With just a few clicks, it enables seamless provisioning of resources on any cloud platform. Following resource provisioning, Terraform encapsulates all… Continue Reading →

Learn Kubernetes Daemonset using kOps Cluster

Introduction As we all know, Kubernetes is a master of container orchestration. It manages your cluster, scales the containers as per your requirements, ensures your cluster’s security, and handles your workload efficiently. You might already be familiar with the resources… Continue Reading →

Optimize Your Cloud Cost using AWS Graviton

Introduction Amazon Web Services (AWS) offers a variety of processor types to cater to the diverse needs and requirements of its customers. The availability of different processor types allows users to select the most suitable instance for their specific workloads,… Continue Reading →

Deploy Your Microservices to the AWS ECS using GitHub Action CI/CD

Introduction Currently, there are numerous tools and methods available to automate the software delivery process. This enables the organizations to establish smooth and sustainable Continuous Integration and Continuous Delivery (CI/CD) pipelines. Widely used tools in this domain, mainly include Jenkins,… Continue Reading →

How to Use Lambda Layer for Nodejs NPM Modules

Introduction: Unpacking the Magic of Lambda Layers Hey developers, welcome to AWS Lambda Layers. Today, we’re going to figure out how to add Node.js modules to Lambda Layer. If you’re worried about what AWS Lambda Layers are, then don’t worry… Continue Reading →

Sending Emails Notification with AWS SNS: A Step-by-Step Guide

Introduction Today, let’s see a simple yet useful AWS service and how we can use it to send emails.  What is AWS SNS? Or Simple Notification Service?This is to send and receive notifications to and from the receiver. SNS follows… Continue Reading →

Generate And Download the Code Analysis Report in the SonarQube Community Edition

Introduction The very first question to be answered is “What is SonarQube?”. Well, SonarQube is a powerful platform for continuous inspection of code quality, providing developers and teams with valuable insights into their codebase. One essential feature of SonarQube is… Continue Reading →

How to Implement Gemini AI Model in Golang: A Comprehensive Tutorial

Using Gemini “Google’s Most capable AI model” with Golang Google recently launched its AI Model to beat every other LLM model. We saw many amazing videos showing the mind-blowing capabilities of the Google Gemini AI. Google has launched its Google… Continue Reading →

How to Fortify Your Docker Container: A Deep Insight on Container Security

Introduction In June 2017, a cyber storm named NotPetya shook the digital world, using Docker containers to wreak havoc globally. Think of it like a sneaky villain—posing as ransomware but with a twist. It encrypted files and messed with systems… Continue Reading →

« Older posts Newer posts »