Joined May 2012
2,905 Photos and videos
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…
8
1,550
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…
3
11
1,876
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…
6
1,346
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…
1
10
971
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…
7
1,203
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/
7
933
Archaeologist A codebase intelligence toolkit that finds dead code, analyzes change impact, scores complexity, detects duplication, and generates interactive codebase graphs. github.com/prathik-arun/arch…
1
1
16
1,121
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…
1
15
1,276
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…
1
7
1,423
Introduction – Rust for Python Programmers microsoft.github.io/RustTrai…

8
66
4,445