Building HasteKit: A LLM & Agent SDK For Golang From Scratch
Learn what it takes to build an LLM & Agent SDK for Golang and a LLM Gateway to swap model providers easily and get deep observability.
Learn what it takes to build an LLM & Agent SDK for Golang and a LLM Gateway to swap model providers easily and get deep observability.
The idea of unblocking the main thread by offloading heavy computations to WebWorkers is fascinating to any web developer. However, sending large data to Web Workers can be a challenge, as it can cause performance issues and slow down the application. In this blog post, we will explore how to send large data to Web Workers efficiently.
Here is why your Macbook giving you electrical shocks when you put it in charge. This article shows how you can fix it.
Multistreaming to Youtube, Twitch, Facebook, and custom RTMP servers using AWS Medialive can be an alternative to services like Restream.io
Making API calls using Axios and Redux-Observable is useful for polling an API , request cancellation, making sequential or parallel requests.
This article shows how to use a Python virtual environment in VSCode, without having to change the pythonPath in VSCode settings.
Building a simple tool for DB Migrations in Go that can run up and down migrations and list status of each migrations.
This article gives you a list of most commonly used Vim keyboard shortcuts to move, delete, change, copy, and paste text content in Vim.
Learn how to configure Vim as an IDE by adding syntax highlighting, intellisense, linting, file explorer, git integrations and themes.
Learn how to develop a website with dark mode feature or multiple themes using CSS variables. CSS variables is the easiest way to create a multi-theme app.