Blog
Articles about development, tools, and my journey as a developer.

4 min read
Inserting Millions of Records in Java: Strategies and Benchmarks
Struggling with slow bulk inserts in Java? This guide compares 6 strategies — from Hibernate saveAll() to native SQL and CSV.

8 min read
Implementing Serverless Batch Transcription with AWS Step Functions and Azure AI Services
A guide to building a serverless batch transcription system using AWS Step Functions and Azure AI Services.

7 min read
Extracting Structured Data from PDFs with Claude Sonnet and Amazon Bedrock
Learn how to extract structured data from PDFs using Claude Sonnet and Amazon Bedrock services.

3 min read
Creating Compatible Lambda Layers with Python on Windows
A step-by-step guide to creating AWS Lambda layers with Python on a Windows environment.

2 min read
Automating Python unittest Coverage Reports on GitLab Pages
Set up a GitLab CI pipeline to run Python unit tests and publish coverage reports to GitLab Pages.

3 min read
Simplifying API Data Retrieval with PostgreSQL JSON Columns: A Practical Guide
Learn how to fetch JSON data as columns in PostgreSQL to simplify API data retrieval.