Web
17 talks in this track
How we Develop and Maintain a Modern Python Service at Mozilla: Merino as Example
talkAt Mozilla, we maintain services that are used by millions of users daily. These services are the backbone of expanding Firefox and providing users with useful features, all while protecting privacy....
Scaling, Refactoring and fixing a Django MVP for Production
talkSo you've built an AI startup using Async DJango - the MVP looks great and your hand full of users love it. Now you need to clean up the MVP, so you can scale. This is the Part Two, to building an AI...
Cracking the Code: Decoding Anti-Bot Systems!
talkJoin us for a presentation where we share the mysteries of anti-bot systems, guarding websites, APIs, and mobile applications ! 🌐📲 🛠️ What's in Store: 1/ Exploring the Defence Layers 2/ Anti-Bo...
µDjango 2.0, an asynchronous microservices technique.
talkA standard Django project involves working with multiple files and folders from the start. Let's see how the work with a Django project changes when we have only one file. This solution automatically ...
Your proposal: Data Harvest: Unlocking Insights with Web Scraping
talkIn today's data-driven world, knowing how to gather and analyze information is more critical than ever. Join us for a compact session on using Python for crawling the web and solve real-time problems....
FastDjango: Conjuring Powerful APIs with the Sorcery of Django Ninja
workshopDive into the world of modern web development by fusing the power of Django and FastAPI. This talk will guide you through the process of building robust, scalable, and efficient APIs using Django Ninj...
How to Utilize Machine Learning for Better Web Scraping
talkJoin Tadas Gedgaudas in an enlightening talk on revolutionizing web scraping with machine learning. Uncover how ChatGPT can adapt to website layout changes, making scraping more efficient and reducing...
Python behind the scenes of Danske Bank's Cloud Migration at Scale
talkA glance behind the curtains into how an execution part is going with Danske Banks Lift and Shift journey to public cloud. Let's deep dive into some of the technical challenges and a snek Python stack...
Django + HTMX: Democratise Full Stack Web Development
talkEnhance Django with HTMX: Elevate your web applications with seamless client-side interactivity and build dynamic, engaging experiences without page reloads - no React / Vue / Angular required!
Saying bye to the Keyboard, Hello to Alexa with Python AWS Lambda
talkJoin us, and discover how Alexa's ability to recognize and convert speech into text can be used to create applications that break the monotony of your daily routine without the need to use a keyboard ...
Django FTL: Resolving bottlenecks on the path to high performance.
talkRaw Django doesn't take the first places when comparing the performance of Python web frameworks. However, it can be pretty fast if we identify the bottlenecks and find ways to avoid them. Comparing p...
What are descriptors and why does Django need them?
talkFrameworks like Django use advanced Python features to provide devs with the magical tools they know and love. In this live-coded talk we’ll take a look at a couple of Django snippets that use desc...
Pythonic Insight: Navigating the Depths of Observability.
talkIn this presentation, we will be exploring Observability on a Python web application. We will delve into a real-world application, showcase, and discuss the importance of Obversing for Services. We wi...
Mastering Web Scraping: Unleash Your Data Extraction Wizardry!
talkUnlock the full potential of web scraping with this session! From novice to virtuoso, join us on an exciting journey of data extraction as we unravel secrets and advanced techniques. 🔍 Session High...
Building and Scaling an AI Startup with Async Django
talkDjango's async capabilities and batteries-included tooling make it an ideal framework for quickly building MVPs and iterating. This talk demonstrates building a document search MVP with Django templat...
OpenSearch, Python, and Serverless for Modern Search Applications
talkFacing challenges with search capabilities in your web applications? Discover how the combination of OpenSearch, Python, and serverless architecture can be your solution. This talk provides hands-on e...
Lessons (I Wish I Knew These Before) from Migrating a Farm of Django Projects from On-Premises to AWS with Kubernetes
talkAt Corner Case Technologies, we offer clients a service to migrate from on-premises infrastructure to AWS for various purposes, including high availability, cost optimization, and maintainability. Eac...