Webhooks Explained ( Clean Implementation)
The video demonstrates how to add webhooks to a FastAPI application and then evolve the design toward an event-driven architecture that decouples integrations from API endpoints. By using events to handle side effects, the approach makes applications more modular, extensible, and easier to maintain as new integrations and workflows are added.
youtube.com/watch?v=yc-gp3PF…
Django 6.1 New Features!
In this video, we'll look at new features coming in the Django 6.1 release, including fetch modes, mailers settings, and new database-level on-delete functionality for foreign key relationships.
youtube.com/watch?v=ib9am_m2…
The Django Mixin I Add to Almost Every Model
A practical look at TimestampUserMixin — a production-ready Django utility that adds audit fields and user tracking to any model with a single stamp() call.
medium.com/@djangowiki/the-d…
remote-cmd
A lightweight Python CLI API for managing servers over SSH. Add hosts, run commands, transfer files, target groups by tags - no Ansible DSL required.
github.com/Vae-Scrooge/remot…
Pattern Screamer: Subnet Discovery in Networks with Unknown Addressing
This article introduces Pattern Screamer, a reconnaissance tool that uses multi-protocol TTL tracing to discover routers, subnets, and network topology in environments with unknown addressing schemes. By combining heuristic subnet sampling with ICMP, TCP, and UDP probes, it dramatically reduces scan volume while enabling attackers and administrators to map network infrastructure without ...
ifritnoises.org/articles/pat…
Web Scraping with Python & JavaScript – MERN Stack Full Course
Learn to build robust web scrapers that can defeat modern anti-bot systems. In this full-stack course, you will transition from basic Python scripting to deploying a full MERN dashboard that scrapes and visualizes real-world data from Amazon, Booking.com, Indeed, and the TIOBE Index.
youtube.com/watch?v=V1JmI5sU…
Agentic RL: Token-In, Token-Out Done Right
Training agentic LLMs with reinforcement learning can silently break when tool-calling workflows re-tokenize model outputs between turns, causing gradients to be applied to sequences the model never actually generated. The article introduces the Token-In, Token-Out (TITO) approach, which avoids re-encoding decoded tokens and preserves training correctness while simplifying multi-turn RL ...
qgallouedec-tito.hf.space/
PyTorch Custom Operation
Using PyTorch custom operations is common in PyTorch models. PyTorch custom operations can be custom classes and custom functions implemented in C and CUDA and used in both Python and C inference programs. This post shares how to implement PyTorch custom operations in C and CUDA, and how to use them in PyTorch models and AOTInductor compiled inference programs, using a simple ident...
leimao.github.io/blog/PyTorc…
A User’s Journey with Plugin Playground: From First Idea to Installable JupyterLab Extension.
Plugin Playground lets developers prototype, test, and iterate on JupyterLab extensions entirely from within JupyterLab, eliminating much of the setup and packaging overhead of traditional extension development. The article follows the journey from a simple idea to a publishable extension, showing how Plugin Playground accelerates experimentation and lowers the barrier to building custom...
blog.jupyter.org/a-users-jou…
Open-LLM-VTuber / Open-LLM-VTuber
Talk to any LLM with hands-free voice interaction, voice interruption, and Live2D taking face running locally across platforms
github.com/Open-LLM-VTuber/O…