Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

The Quest Continues: Porting the Word Game With AsyncSSH

The Quest Continues: Porting the Word Game With AsyncSSH
Last week, we reimplemented our 20-questions variant, and it received quite a bit of attention. So far we built a web experience, as well as a command line interface for the game. However, unlike the ...
04.05.2025 0 Read More

How to Build a Simple Python Video Stream Server with aiortc?

IntroductionSetting up a simple video stream server using Python and the aiortc library might seem challenging at first, especially when integrating both Python and HTML/JavaScript components. In this...
04.05.2025 0 Read More

Python for DevOps is becoming a hot topic on Internet! 🚀

Python for DevOps is becoming a hot topic on Internet! 🚀
🔥 Exciting News!It’s amazing to see the DevOps and Python community resonating with the ideas in this book - Python for DevOps by @bpb_online — from automating infrastructure and CI/CD pipeline...
28.03.2025 0 Read More

How to Optimize Chat History and Product Recommendations in LangGraph

IntroductionIn the realm of AI chatbots, ensuring that user interactions yield relevant product recommendations can significantly enhance user experience. If you've been experimenting with LangGraph a...
04.05.2025 0 Read More

Web Scraping with Python: Extracting Data from JavaScript-Rendered Pages with Selenium

When it comes to web scraping, most developers are familiar with libraries like BeautifulSoup and requests for static HTML pages. However, modern websites often rely on JavaScript to dynamically load ...
04.05.2025 0 Read More

Web Scraping with Python: Extracting AJAX-loaded Content with Selenium and BeautifulSoup

Web Scraping with Python: Extracting AJAX-loaded Content with Selenium and BeautifulSoupIn the world of modern web scraping, websites often rely on AJAX (Asynchronous JavaScript and XML) to load conte...
04.05.2025 0 Read More

Web Scraping with Python: Scraping Images from a Website Using BeautifulSoup

Web Scraping with Python: Scraping Images from a Website Using BeautifulSoupImages are an important part of many websites, and sometimes, you may want to scrape and download images for use in your own...
04.05.2025 0 Read More

Web Scraping with Python: Scraping Data Using Requests and lxml

In the world of web scraping, the lxml library is a powerful tool for parsing HTML and XML documents. Combined with the requests library, which simplifies sending HTTP requests, it provides a lightwei...
04.05.2025 0 Read More

Web Scraping with Python: Scraping Data from APIs Using Requests

APIs (Application Programming Interfaces) are a great way to access structured data from websites in a more efficient and reliable manner. Unlike traditional web scraping, which involves parsing HTML,...
04.05.2025 0 Read More

Web scraping: Silent and Maintainable

Web scraping: Silent and Maintainable
With size, complexity emerges. Silent Scraping While writing the scraper, we will first hide behind a VPN or proxy. Then we are going to scrape the target a significant number of times until...
28.03.2025 0 Read More
Loading...
#reading
🧱 Mastering the Monotonic Stack Pattern in Java – With Real-World Examples
0
I Use This Golden Cursorrule to Improve Everything with Cursor
0
🧵 Why Rust Needs `FdWrapper`: Understanding File Descriptors and RAII at the System Level
0
💡Why Use Azure Service Bus? How to Integrate in .NET
0
The Importance of Contributor Recognition Systems in Open Source Projects
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0