PinnedPrabhavith ReddyRefactoring To Patterns: Constructor Chaining — 1There are situations where we tend to copy constructors to create a new one, which leads to duplication of code and prone to bugs. There…Aug 25, 2023Aug 25, 2023
Prabhavith ReddyControlling Creativity: How to Get Reproducible Outcomes from LLMsWhy am I getting different results for the same prompt with same model?Apr 271Apr 271
Prabhavith ReddyStreamline Your Codebase: A Guide to Template MethodTemplate Method is a behavioral design pattern where it helps us to optimize duplicate code. Often many of us write redundant code to solve…Mar 31Mar 31
Prabhavith ReddyHalf-Price Dining Hack: Beat the Clock with Swiggy Dine Out’s GlitchI would like to share a glitch in Swiggy Dine Out where it can allow us to enjoy maximum discount of 50% at any valid restaurant even…Mar 23Mar 23
Prabhavith ReddyUnlocking the Power of Large Language Models for Financial Analysis: A Deep Dive into Pay Slip…IntroductionMar 141Mar 141
Prabhavith ReddyHow to Use Tree-Based Prompting for Data Extraction with LLMsDiscover tree-based prompting with LLMs for efficient data extraction. Uncover the potential of RAG and Vector DB.Feb 241Feb 241
Prabhavith ReddyA Juicy Example of the Chain of Responsibility Pattern in C#The Chain of Responsibility pattern is a behavioral design pattern that passes a request through a chain of objects until one of them…Feb 7Feb 7
Prabhavith ReddyLLM, Lang Chain, and Pydantic: A Powerful Trio for Object-Oriented Web Data ExtractionDo you want to extract data from any website or URL in an object-oriented way, without writing complex parsers or initializing objects…Jan 212Jan 212
Prabhavith ReddyHow to Perform Semantic Search on Your Own Data with ChatGPT and LangChain.Large language Models like ChatGPT have changed the way we work, getting a precise response by answering questions was something that we…Jan 14Jan 14