Words & Ideas

“It is not knowledge, but the act of learning, not possession but the act of getting there, which grants the greatest enjoyment.”— Carl Friedrich Gauss


July 20, 20234 min read

Kafka on the Shore

Provides an insightful review and personal reflection on Haruki Murakami's novel 'Kafka on the Shore'. It shares a personal experience with Murakami's works and draws thematic comparisons with the movie 'Forrest Gump'.

June 12, 20226 min read

Python Flask: Asynchronous Upload to AWS S3

Explores techniques for achieving sub-second response times when uploading files to AWS S3 using Python Flask. It addresses the challenge of handling large file uploads asynchronously, preventing users from waiting for the process to complete. The guide covers both synchronous and asynchronous upload methods, utilizing tools like threading and Celery.

PythonFlaskAWS S3CeleryThreading
Read on Medium
May 18, 20228 min read

Writing Tests for a Foolproof Django Project

A practical guide to achieving 100% test coverage in Django projects by implementing multi-layered tests. It demonstrates the process through building a fully tested Todo List application, underscoring the importance of robust testing practices.

March 26, 20228 min read

Event-Driven Architecture with TypeScript and RabbitMQ

Explores the concepts of Event-Driven Architecture (EDA) and provides a practical guide to its implementation. The article demonstrates how to build an EDA solution using TypeScript and RabbitMQ. It contrasts EDA with traditional request-driven patterns, particularly in the context of microservices.

TypeScriptRabbitMQ
Read on Medium
January 27, 202210 min read

How to Deploy an Application to AWS Fargate

A step-by-step guide to deploying applications to AWS Fargate. It details the process using AWS Elastic Container Service (ECS) and AWS Application Load Balancer (ALB) to achieve a serverless deployment, reducing the overhead of server management.

AWSAWS FargateAWS Elastic Container ServiceAWS Application Load Balancer
Read on Medium