How I Built a Web-Based Pomodoro Timer with OpenCode and Grok Code

πŸ… Try Smart-Pomo or see the code πŸ’» Github repository: https://github.com/fabiobiffi/smart-pomo βœ… Production environment: https://smartpomo.com/ A hands-on experiment with coding agents and the future of software development πŸ€– Over the past few months, AI-assisted development has become a recurring topic. Chatbots that write code, assistants that suggest snippets, tools that promise to β€œ10x your productivity”. … Read more

Vibe coding πŸ€–: AI works, you supervise and sip some tea 🍡.

vibe coding

Let’s be honest: how nice would it be, for anyone who writes software, to sit at a desk with a good cup of tea, give the right instructions, and watch the code write itself? My answer: incredibly nice. In recent times we’ve been witnessing something close to that scenario, thanks to the exponential improvements in … Read more

I Caught 1300+ of Cyberattacks Using a Python Honeypot 🍯: Real Data, Vulnerability Analysis, and Tips

Python Honeypot

Introduction In recent years, cybersecurity has become one of the top concerns for developers and companies. To explore this field hands-on, I launched a small experiment: building a honeypot, a trap designed to attract malicious bots, log their behavior, and analyze the types of attacks they perform. The full project is available on GitHub: https://github.com/fabiobiffi/honeypot … Read more