I'm a CTO & Backend Developer
with a focus on Web Development.
I can assist you with:
Check out my projects
Here you can see my most recent projects. I'm always developing something new, stop by from time to time!
Some of my writing
Along with coding I also like to write about life and technology. Here are some of my recent posts.
The article offers a comprehensive comparison of three prominent Python web frameworks—FastAPI, Django, and Flask. It delves into each framework’s architecture, design principles, and main features, providing code examples to illustrate complex serialization processes.
Algorithmic trading has revolutionized the financial markets by allowing traders to execute orders at speeds and frequencies impossible for human traders. In this guide, we’ll explore how you can leverage Python—a powerful and accessible programming language—to implement your own algorithmic trading strategies.
Learn how Python generators provide memory-efficient iteration, using lazy evaluation to handle large data streams without loading everything into memory.