About
A source of insight, practical pointers,and reflections on application security and clean-code practices.
In this site, I share my findings as I explore security exploits, vulnerabilities, and software in general. My goal is to grow as a hacker, developer, and bug bounty hunter, while keeping security, clarity, and maintainability at the core of everything I do.
I also use these entries as a personal knowledge base: a place to document/jot down what I’ve learned, organize useful concepts, keep track of things I want to revisit and archive information I want to keep coming back to as I continue growing my skills.
For anyone who values Clean Code, Good Development Practices, Application Security, and is on their own journey of improvement.
The use of AI on this site is kept to a minimum and limited solely to grammar checking.
Simple is Always "Bueno"!
Beyond the initial template, this site has been extended with additional libraries and tools that I selectively integrate as needed. Each addition is chosen to improve structure, organization, and functionality, while staying aligned with long-term maintainability. I avoid unnecessary dependencies and prefer fully understanding what I use, so every library and organizational decision serves a clear purpose rather than convenience alone.
Deployment with GitHub Actions
This site is automatically deployed using GitHub Actions. Every time changes are pushed to the main branch, a workflow is triggered to build the MkDocs site and publish the generated static files. I try to keep it always up to date, removes the need for manual deployment, and keeps the publishing process consistent, repeatable and easy for me.