browser


The Engineer's Guide to Lightpanda: Next-Gen Headless Browsing without the RAM Overhead

As a dev, you're probably used to the "Puppeteer/Playwright struggle"—where your browser instances eat up all your RAM and take forever to boot


Unleashing the Power of chrome-devtools-mcp: A Deep Dive into Machine-Controlled Browser Inspection

The Chrome DevTools for coding agents, or chrome-devtools-mcp (which stands for Machine Controlled Protocol), is essentially a tool that allows an AI/coding agent to interact with and control the Chrome DevTools Protocol (CDP)


Integrating Servo: A Lightweight Alternative for Web Rendering in Native Apps

Servo is an experimental, high-performance web rendering engine developed in Rust. It was originally created by Mozilla and is now an independent project focused on leveraging Rust's safety and concurrency features to build a faster



The Software Engineer's Guide to Glide Browser: Keyboard-Focused Web Development

The project glide-browser/glide is an extensible and keyboard-focused web browser built on top of Firefox. It’s designed for users who prefer navigating the web primarily with the keyboard


Ladybird Browser: A Software Engineer's Perspective on Open-Source Independence

Ladybird is a new, independent web browser and browser engine. When we say "independent, " we mean it's not a fork of Chromium (like Chrome


Revolutionizing Web Scraping with LLMs: An Engineer's Guide to mishushakov/llm-scraper

Imagine you need to extract specific information from a website, but that information isn't neatly organized in an API or a standard format