1. 📌 About Author

    2026

    Education and facts

  2. FastAPI DDD Blog - Part 4

    2026 · python, software-architecture

    Publication Lifecycle. Editorial Review

  3. FastAPI DDD Blog - Part 3

    2026 · integrations, python, software-architecture

    External Integration. Users Engagement

  4. FastAPI DDD Blog - Part 2

    2026 · ai, python, software-architecture

    Cognitive Layer. LLM Integration

  5. FastAPI DDD Blog - Part 1

    2026 · python, software-architecture

    Setup Project. Dependencies Direction. CRUD

  6. Second brain. Where is the First?

    2024 · productivity

    On overengineering note-taking systems before you actually need them.

  7. Python concurrency and parallelism

    2023 · concurrency, python

    Threads, processes, and the GIL explained through the practical difference between waiting and working.

  8. Exceptions or conditional checks in Python

    2022 · python

    When EAFP keeps application code cleaner than returning `None` through multiple layers.

  9. Python hash() and identity

    2022 · patterns, python

    `hash()` is not a stable identity function, and large integer-style hashes can be truncated to platform hash width.

  10. Flatten nested iteration in Python

    2022 · patterns, python

    How to flatten nested iteration with `itertools.chain` and generator expressions without making the code harder to read.

  11. Python generators in practice

    2022 · python

    Concrete situations where generators actually earn their keep.

  12. Stale This article is outdated — information may no longer be accurate.

    Family Budget Bot v1 for Telegram

    2022 · personal-projects

    A self-hosted Telegram bot for tracking shared family expenses.