Showing posts from api tag

- 01 Apr 2025
Mastering Facebook APIs: A Guide to Media Handling, Encryption, and Messaging
Facebook's documentation is all over the place. It's quite difficult to specifically find what you're looking for, considering they have multiple pages that seem to leapfrog one another in delightful...

Brian Baliach
- 14 Feb 2024
Web Streams API in Action: Delivering 6000+ Log Lines Concurrently Across 20 Tabs
In today's fast-paced digital world, efficient data handling is crucial. Whether you're processing massive amounts of data, streaming real-time updates, or delivering content to multiple clients concu...

Brian Baliach
- 09 Jun 2023
Private GPT: Building a Web Scraper with HTML Parsing in TypeScript (Part 1)
In this blog, we will explore the process of building a web scraper using HTML parsing capabilities in TypeScript. This is the first part of a two-part series, where we will use this HTML scraper to ...