
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 ...

Brian Baliach
- 19 May 2023
Bypassing GPT-4's Context Length Limitation with Sliding Window Technique
GPT-4, despite its incredible linguistic prowess, suffers from a noteworthy constraint: its context length limitation, which essentially refers to the maximum number of input tokens. The sliding wind...

Brian Baliach
- 19 May 2023
The Final Act: Streaming Video and Receiving it in a WebRTC Video Conference (Part 3/3)
Welcome back, fellow video conferencing enthusiasts! In the previous parts of our blog series, we've covered accessing the webcam's video stream and setting up a signalling server. Now it's time for ...