“Building a Web Research and Coding Agent”
Victor Jotham Ashioya;
Workshop
The proliferation of digital information demands innovative approaches to research and intelligence gathering. This workshop presents a cutting-edge autonomous web research agent that leverages artificial intelligence to transform complex information retrieval tasks into systematic, reproducible processes.
“Django internals and challenges in modern web development.”
Manka Velda;
Long Talk
Django is a powerful python framework, but how does it really work in the background? This talk explores what actually happens in the background, how requests are processed, the ORM functions, middleware operates, and more. We’ll also look at key challenges in modern web development, like scalability, performance, and security, and how Django helps manage them.
“The Django Whisperer: Talking to LLMs Like a Pro”
Jan Gondol;
Talk
Forget the endless back-and-forth just to squeeze out some code. Start externalizing your thinking. Learn to prompt with structure, map out your app’s architecture in writing, and even borrow a few coaching moves. The clearer you express yourself, the better your code becomes. Shifting from “what should I type?” to “how should I teach this?” gets you better results — in your code and in life.