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'.
“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
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'.
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.
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.
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.
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.