A Complete Guide to LangChain in Python
Learn about the essential components of LangChain — agents, models, chunks and chains — and how to harness the power of LangChain in Python. Continue reading A Complete Guide to LangChain in Python on SitePoint.
Read moreWhen a function cannot be extended
The relation between a function and its power series is subtle. In a calculus class you’ll see equations of the form “series = function” which may need some footnotes. Maybe the series only represents the function over part of its domain: the function extends further than the power series representation.
Read more5 Things I Learned the Hard Way as a Manager of Managers
Leaders don’t become great because of their power but because of their ability to empower othersContinue reading on Better Programming »
Read moreUnit Test the Observation Framework
Make your iOS 17 view models rock-solidContinue reading on Better Programming »
Read moreChris’ Corner: Can Has Blurs, Filters, and Masks
You’ve seen CSS’ new :has() selector right? There are all these “basic” use cases that leave me smiling because the solutions of the past were inelegant at best, and now are easy and satisfying. Here’s one: You want margin below your <h2> … unless there is a <time> right below
Read moreHow to setup duration based profiling in Sentry
Debug performance issues by getting the most important transactionsContinue reading on Better Programming »
Read moreCreate an AI Backend in 5 minutes using AWS CDK & Bedrock
Set up your own AI Backend for your application!Continue reading on Better Programming »
Read moreText-to-Audio Generation with Bark, Clearly Explained
Discover the capabilities and intricacies of Bark, the open-source Generative AI model for text-to-speech, text-to-sound, and text-to-musicContinue reading on Better Programming »
Read moreJetpack Compose Custom Hideable Bottom Sheet
Implementing custom hideable bottom sheet in Jetpack ComposeThe Jetpack Compose logo used in this image is the official logo created by GoogleHave you ever spent hours carefully designing your UI in Jetpack Compose just to run into a brick block when the standard bottom sheet components fall short of your unique requirements?
Read moreFrom prototype to production: Vector databases in generative AI applications
What exactly is a vector database? And how does it relate to generative AI?
Read more