How to Build a Web Data Scraper Using Python and Beautiful Soup
Learn how to build a web data scraper using Python and Beautiful Soup, including sending HTTP requests, parsing HTML content, handling pagination, and saving extracted data.
I’m Cliff, a software engineer with a passion for building practical solutions. This is my personal site, where I write about software development, architecture, tools, and services.
Learn how to build a web data scraper using Python and Beautiful Soup, including sending HTTP requests, parsing HTML content, handling pagination, and saving extracted data.
Learn what DynamoDB is, how to use it effectively, and best practices for optimizing performance and cost.
Discover how to analyze Git history to gain insights into your codebase, and learn how these techniques can drive significant business impact.
Learn how to build an asynchronous, serverless service that is compatible with streaming service responses.
Learn how to create a modern single-page application (SPA) using React and Vite, and deploy it to AWS using S3 and CloudFront