This guide will walk you through building a small application step-by-step, focusing on integrating several powerful tools and concepts essential for modern Android development. What We’ll Cover: Jetpack Compose: Building the UI declaratively. NoSQL Database (Firestore): Storing and retrieving data in the cloud. WorkManager: Running reliable background tasks. Build Flavors: Creating different versions of […]
Devops
Mastering AWS IaC with Pulumi and Python – Part 2
In Part 1 of this series, we learned about the importance of AWS and Pulumi. Now, let’s explore the demo part in this practical session, which will create a service on AWS VPC by using Pulumi. Before We Start, Ensure You Have the Following AWS Account with IAM permissions for resource creation Install Pulumi CLI: # […]
Mastering AWS Infrastructure as Code with Pulumi and Python – Part 1
Pulumi is a modern Infrastructure as Code (IaC) tool that allows you to define, deploy, and manage cloud infrastructure using general-purpose programming languages. Unlike Terraform, which uses HCL, Pulumi enables you to define infrastructure using Python, making it easier for developers to integrate infrastructure with application code. What You’ll Learn How Pulumi works with AWS […]
HCL Commerce Containers Explained
In this blog, we will explore the various Containers, their functionalities, and how they interact to create a seamless customer shopping experience. HCL Commerce Containers provide a modular and scalable approach to managing ecommerce applications. Benefits of HCL Commerce Containers Improved Performance: The system becomes faster and more responsive by caching frequent requests and optimizing […]
Deployment of Infra using Terraform(IaC) and Automate CICD using Jenkins on AWS ECS
Terraform Terraform is a HashiCorp-owned Infrastructure as Code (IaC) technology that allows you to develop, deploy, alter, and manage infrastructure using code. It maintains your infrastructure’s lifespan, enables you to define resources and infrastructure in human-readable, declarative configuration files, and manages your infrastructure’s lifecycle. Code is simply instructions written in the HCL (Hashi Corp Configuration […]
Best Practices for IaC using AWS CloudFormation
In the ever-evolving landscape of cloud computing, Infrastructure as Code (IaC) has emerged as a cornerstone practice for managing and provisioning infrastructure. IaC enables developers to define infrastructure configurations using code, ensuring consistency, automation, and scalability. AWS CloudFormation, a key service in the AWS ecosystem, simplifies IaC by allowing users to easily model and set […]
Automate the Deployment of a Static Website to an S3 Bucket Using GitHub Actions
Automating deployments is crucial for efficiency and reliability in today’s fast-paced development environment. GitHub Actions provides a seamless way to implement CI/CD pipelines, allowing developers to automate the deployment of static websites without manual intervention. In this blog, we will explore how to deploy a static website to an AWS S3 bucket using GitHub Actions. […]
RDS Migration: AWS-Managed to CMK Encryption
As part of security and compliance best practices, it is essential to enhance data protection by transitioning from AWS-managed encryption keys to Customer Managed Keys (CMK). Business Requirement During database migration or restoration, it is not possible to directly change encryption from AWS-managed keys to Customer-Managed Keys (CMK). During migration, the database snapshot must be […]
Windows Password Recovery with AWS SSM
The Systems Manager (SSM) streamlines managing Windows instances in AWS. If you’ve ever forgotten the password for your Windows EC2 instance, SSM offers a secure and efficient way to reset it without additional tools or manual intervention. Objective & Business Requirement In a production environment, losing access to a Windows EC2 instance due to an […]
Tell your Project’s Story using Azure DevOps Queries and Dashboards
Sometimes purely looking at an Azure DevOps backlog or Board may not tell the right story in terms of progress made towards a specific goal. At first glance, it may seem like a horror story, but in reality, it is not the case. The data needs to be read or conveyed in the right way. […]
How To Create High Availability Kubernetes Cluster on AWS using KUBEONE: Part-2
In Part-1, we learned about the importance of KUBEONE. Now, lets explore on demo part in this practical session will focus on creating High Availability Kubernetes Cluster on AWS using KUBEONE Setup KubeOne 1. Downloading KubeOne CREATE ec2 instance first with any type as suitable, then download KubeOne from below script. The below commands will […]
The Colorful World of Azure DevOps Boards
Out of the box, Azure DevOps provides black-and-white capabilities in terms of how it can be utilized to support a project and its code repository. Over time, teams establish and settle into work processes, often continuing to use those basic settings, which can lead to a mundane operation and, perhaps, risk losing sight of the […]