marek

User Avatar

About Marek

This author has not yet filled in any details.
So far Marek has created 50 blog entries.

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