Warren Markhamwarrenmarkham.hashnode.dev·Mar 10, 2024TIL about LangChain's RunnableLike objectsWhile reading through the langchain_core.runnable.base code, the ability to create Runnable objects out of RunnableLike objects caught my eye. This article is also viewable at https://github.com/WarrenTheRabbit/TIL/. What is LangChain? LangChain is ...Discuss·194 readsRunnableLike
Warren Markhamwarrenmarkham.hashnode.dev·Mar 8, 2024Custom truth testing in requests moduleThis is a 'Things I Learned' entry. A TIL entry is about the things or ways of thinking that interest me, that I want to strengthen, or that I plan on coming back to. Expect quotes, code snippets, brief comments, walk-it-backs, little test exploratio...Discussdescriptors
Warren Markhamwarrenmarkham.hashnode.dev·Jan 21, 2024Test-Drive a Non-Functional Requirement#C #bubblesort #Unity #TDD #conventionalcommits #Makefile #testautomation Let's try using TDD to implement the client's requirements for bubble sort. The client is Holberton's server-side test system. It reads the code I push to GitHub and attempts ...Discuss·30 readsUnity Test Framework
Warren Markhamwarrenmarkham.hashnode.dev·Jan 17, 2024Setting up a Holberton School project#C #Unity #testframework #Makefile #automation #conventionalcommits Let's work through Sorting algorithms & Big O. It is a project in Holberton School Australia's C curriculum. ℹ If you are thinking of studying at Holberton School Australia, this a...Discuss·36 readsholberton-school-australia