How SQL Injection attack works

I share a funny story where I found a SQL Injection vulnerability in an IBM service, also how it works, how to explore it using Python and Flask.... | Continue reading


@blog.guilatrova.dev | 2 years ago

How to log in Python like a PRO

I'll show you what good logging is with real-life examples. Most people don't know what to log, so they end up creating just noise.... | Continue reading


@blog.guilatrova.dev | 2 years ago

Handling exceptions in Python like a pro

In this post, I show you a real-life example of how to create, handle and log exceptions effectively in Python.... | Continue reading


@blog.guilatrova.dev | 2 years ago