Posts
All the articles I've posted.
Optimizing Django for High Traffic: A Practical Guide to Boosting Performance
Posted on:August 28, 2025 at 07:19 PMIs your Django service slow under load? Learn practical steps to optimize performance: boost JSON speed with orjson, implement smart Redis caching, tune Python GC, & reduce data volume. See real results from 60% lower latency to 3x higher throughput.
Focus What Matters
Posted on:April 7, 2025 at 02:19 AMFocus on What Matters: Transform Busy Work into Meaningful Results!
How not to be afraid of your team
Posted on:August 8, 2023 at 09:37 AMHow one engineering manager was afraid to talk to a developer and how to solve this fear.
Make a weather app with Dart
Posted on:July 29, 2023 at 11:57 PMHow to write a simple command-line application to get current weather by using OpenMeteo API.
Reading CSV files in Dart
Posted on:November 4, 2022 at 03:22 PMWe read CSV files in Dart from synchronous mode to asynchronous Streams.