rogulski.it

My name is Piotr, a passionate pythonista and this is my blog!

    Recent posts

    Feb 25, 2023
    Streamlining Event-Driven Architecture with Knative Channels and SinkBinding — I share my experience building a fully event-driven service using Knative and KafkaChannel-based resources with SinkBinding. Learn how to leverage these powerful tools to optimize data processing and streamline your architecture.
    Jan 24, 2023
    Troubleshooting and debugging knative with kafka — Quick command-guide how to check if knative-eventing works properly with knative kafka broker
    Jan 17, 2023
    Smart mock by side effect replacement — Helpful usage of side effect and mock in testing with custom iterator
    Sep 15, 2022
    Consume Kafka events with Knative service and FastAPI on kubernetes — Build fully scalable, event-driven and easy to maintain system using Python (FastAPI), Kafka, and Knative. Everything in kubernetes ecosystem
    Jul 4, 2022
    How to delete kubernetes stuck CRD deletion — Easy way to unblock kubernetes Custom Resource Definition delete action when it is frozen
    May 2, 2022
    Handle python versions and virtualenv like a pro! (including Apple M1) — Work with pyenv/virtualenv/virtualenvwrapper without struggling on Apple M1