Feb 15 · 4 min read · Model Integration in LangChain There are several ways to integrate models into a system using LangChain. The method you choose depends on flexibility, provider requirements, and project complexity. 1. Creating an Agent with a Specific Model You can ...
Join discussion
Dec 26, 2025 · 4 min read · People who work with images a lot, like bloggers, designers, developers and content creators, often work with lots of images at the same time. If you're preparing images for a website, social media, or digital projects, editing each image manually ca...
Join discussion
Dec 17, 2025 · 4 min read · Imagine being a celebrity with a massive following. Every time you post, you receive an overwhelming number of likes. Now, picture getting 100,000 likes within minutes. Would Instagram update its database 100,000 times in one minute to reflect this? ...
Join discussion
Dec 15, 2025 · 2 min read · Welcome to a blog series where we strip away the Kubernetes magic and look at the raw computer science concepts that power your cluster. At a high level, the difference is simple: CronJob (The Alarm Clock): A task designed to finish. It starts, does...
Join discussionDec 5, 2025 · 7 min read · In this article we will see how to leverage Postgres support for pipelining queries which “allows applications to send a query without having to read the result of the previously sent query”. This allows you for example to perform batch updates which...
Join discussionSep 29, 2025 · 5 min read · About This Series This time, I’m taking on a 30-day challenge to focus on streaming pipelines. Following the idea of “knowing not just what works, but why it works,” we’ll start by building a simple streaming framework from scratch. This will help us...
Join discussion
Sep 25, 2025 · 2 min read · Another day is here with us, you got to be grateful for such an opportunity. Today, I shall delve into the nitty gritty about everything batch processing. P.S; if my scope is limited please bare with me. Batch processing, when it comes to ingesting d...
Join discussion
Sep 9, 2025 · 5 min read · Refini - Photo Enhancement and Old Photo Restoration App Refini is an AI-powered photo enhancement and old photo restoration platform that brings your photos back to life. Whether you have blurry modern photos or damaged vintage photographs, we provi...
Join discussionAug 31, 2025 · 2 min read · When I first started looking into data engineering approaches, two terms kept popping up everywhere: batch processing and stream processing. At first, they sounded similar — both deal with handling large amounts of data — but as I dug deeper, I reali...
Join discussion