Nobody's talking about what happens when an AI agent does the wrong thingEvery week there's a new video going around. Agent writes the code, agent closes the ticket, agent generates the report, agent does the thing. It's genuinely good stuff. What almost nobody's talking aAug 19, 2026路5 min read路75
Spread the Word: Exploring JavaScript's Spread SyntaxAs a person who regularly codes in JavaScript, one of my most preferred and frequently used features in the language is the spread syntax. The beauty of this operator lies in its simplicity, versatility, and the clean and intuitive code that it enabl...Aug 7, 2023路5 min read路52
Learning RQ Scheduler in Flask by Building a Virtual Pet GameIntroduction In this article, we are about to embark on a fantastic journey to understand the Redis Queue (RQ) Scheduler within the Flask framework, powered by Python. We are going to do this by creating a simple, yet highly educational game - a "Vir...Jul 31, 2023路5 min read路178
Automating Tasks in Flask: A Comprehensive Guide to Apscheduler IntegrationAre you looking to automate tasks in your Flask application and store the results in MongoDB? Look no further than apscheduler. This powerful Python library enables you to schedule and run tasks at specific intervals or times. By combining apschedule...Jul 3, 2023路6 min read路924
Flask + Docker + VSCode: How to Simplify Debugging and Improve Your Development ExperienceA Comprehensive Guide to Debugging Flask Applications Running in Docker with VSCodeMar 13, 2023路5 min read路3.7K
Git Beyond the Basics: 5 Advanced Commands for Power UsersGit is a powerful version control system that can help you manage your projects effectively. It has many useful commands that can save you time and increase your productivity. Here are some of the top Git commands that you should know: Updating the l...Mar 8, 2023路2 min read路39
How to Build a Blog with Gatsby: A Beginner's GuideIntroduction Gatsby is a popular open-source framework for building fast and modern websites and applications. At its core, Gatsby uses React and GraphQL to generate static HTML, CSS, and JavaScript files that can be deployed to any hosting provider....Feb 27, 2023路8 min read路131