Oleksandr Hanhaliuk

Oleksandr Hanhaliuk @ohanhaliuk

About: AWS Community Builder, Certified AWS Solution Architect, Software Engineer https://medium.com/@o.hanhaliuk https://www.credly.com/users/oleksandr-hanhaliuk https://www.youtube.com/@alex_hanhaliuk

Location:
Warsaw, Poland
Joined:
Feb 19, 2024

Oleksandr Hanhaliuk
articles - 16 total

AWS MCP and Cursor IDE Together Make AWS Simple!

I show how to connect AWS’s new Model Context Protocol (MCP) to Cursor IDE and cut a 65-line CDK...

Learn More 6 1Jun 8

How to Reduce Your AWS Bill: 3 Hidden Costs You Might Be Ignoring

I just published a quick YouTube video showing 3 easy fixes to lower your AWS costs on production...

Learn More 1 2Mar 28

Beat The Burst: Optimizing AWS ALB and ECS Fargate for Sudden Traffic Spikes

AWS ECS Fargate is a serverless tool for managing your containers without the need to manage...

Learn More 8 2Mar 18

AWS Fargate and SQS for Long-Running Jobs with TypeScript

This article will explain my experience in setting up the AWS ECS Fargate container which handles...

Learn More 5 0Mar 12

Mastering CQRS: Command Query Responsibility Segregation in Modern Applications - Software Architecture Patterns

Introduction Modern applications demand scalability, performance, and flexibility. One...

Learn More 2 0Feb 21

Ensuring Data Consistency with the Transactional Outbox Pattern on AWS

Introduction In distributed systems, ensuring data consistency across services is crucial....

Learn More 0 0Feb 14

Serverless MapReduce for Excel: Scale Your Marketing Data with AWS

Introduction MapReduce is a programming model for processing large datasets in parallel....

Learn More 1 0Feb 8

Ensuring Data Consistency in Microservices with the Saga Pattern (AWS DynamoDB & PostgreSQL)

Learn how to coordinate distributed transactions using the Saga pattern, AWS Lambda, SQS, DynamoDB, and PostgreSQL.

Learn More 0 0Feb 7

Single Responsibility Principle in Javascript

Understanding the Single Responsibility Principle in JavaScript When writing clean, maintainable...

Learn More 1 0Dec 6 '24

Building Testable CloudFront Functions with TypeScript

AWS CloudFront Functions are a powerful tool for running lightweight JavaScript code at the edge,...

Learn More 0 0Nov 23 '24

Scalable ETL pipeline for Google Merchant XML Feed and RDS with AWS Glue

Handling and transforming data efficiently is essential when managing large, structured XML data like...

Learn More 1 1Nov 3 '24

Organizing AWS CDK with Separated Lambda and Fargate Code in a Monorepo

AWS Cloud Development Kit (CDK) offers a great solution for packaging Lambda functions with...

Learn More 1 0Oct 19 '24

Real-Time Incident Recovery with Event-Driven Microservices Architecture and Early Monitoring

Introduction It was a regular day. I’ve deployed a few more features to our core...

Learn More 1 0Sep 20 '24

AWS S3 Upload API Implementation

Amazon Web Services (AWS) offers a versatile and secure solution for uploading files to S3 buckets....

Learn More 1 0Sep 18 '24

Postgres tsvector with TypeORM

PostgreSQL offers two specific data types that make full-text search easier. Full-text search is...

Learn More 2 1Aug 24 '24

GRASP in Javascript functional programming

In the world of software development, design patterns serve as time-tested solutions to common...

Learn More 0 0Aug 13 '24