Cloud Computing

Kubernetes in plain English

Talk containers with an IT pro for more than a minute and the conversation will inevitably turn to container management and orchestration. It might be easy to deploy a container, but operationalizing [...]

Kubernetes in plain English2024-02-12T22:33:43+05:00

SEO – What Are SERPs

What are SERPs, and why are they important to SEO? SERPs (short for search engine result pages) are important to every search strategy and must be monitored closely. More [...]

SEO – What Are SERPs2023-09-20T02:24:00+05:00

AWS Aurora Upgrade

Performing major version upgrades for Amazon Aurora MySQL with minimum downtime Amazon Aurora combines the performance and availability of commercial databases with the simplicity and cost-effectiveness of open-source databases. An [...]

AWS Aurora Upgrade2022-01-12T21:29:10+05:00

Setting up a CI/CD pipeline by integrating Jenkins with AWS CodeBuild and AWS CodeDeploy

n this post, I explain how to use the Jenkins open-source automation server to deploy AWS CodeBuild artifacts with AWS CodeDeploy, creating a functioning CI/CD pipeline. When properly implemented, the CI/CD pipeline is triggered [...]

Setting up a CI/CD pipeline by integrating Jenkins with AWS CodeBuild and AWS CodeDeploy2021-11-23T19:40:13+05:00

AWS Route53 redirect to another domain

HTTP REDIRECTION Issue I want to redirect internet traffic from my root (apex) domain (for instance, example.com) to another domain (for instance, example.net). How can I do this? Resolution [...]

AWS Route53 redirect to another domain2021-11-17T00:03:08+05:00

NoSQL Design for DynamoDB

NoSQL database systems like Amazon DynamoDB use alternative models for data management, such as key-value pairs or document storage. When you switch from a relational database management system to [...]

NoSQL Design for DynamoDB2020-12-08T01:18:27+05:00

Managing backend requests and frontend notifications in serverless web apps

Web and mobile applications usually interact with a backend service, often via an API. Many front-end applications pass requests for processing, wait for a result, and then display this [...]

Managing backend requests and frontend notifications in serverless web apps2020-09-30T01:42:39+05:00
Go to Top