RNRamu Narasingainthinkthroo.com·Apr 10 · 3 min readskills folder in Langfuse codebase.In this article, we review skills folder in Langsude codebase. You will learn: vercel-react-best-practices vercel-composition-patterns Skills I review skills in the OSS codebases to identify the00
RNRamu Narasingainthinkthroo.com·Apr 7 · 3 min readmom, a Slack bot powered by an LLM, in pi-mono codebase.In this article, we review mom (Master Of Mischief). You will learn: What is mom? Features What is mom? A Slack bot powered by an LLM that can execute bash commands, read/write files, and intera00
RNRamu Narasingainthinkthroo.com·Apr 7 · 4 min readTypeBox, a JSON schema type builderIn this article, we review TypeBox. You will learn: What is TypeBox? TypeBox usage in pi-mono codebase What is TypeBox? TypeBox is a JSON schema type builder with static type resolution for Type00
RNRamu Narasingainthinkthroo.com·Apr 4 · 4 min readState management in Twenty codebase — Part 1.1Inspired by BulletProof React, I applied its codebase architecture concepts to the Twenty codebase. This article focuses only on the state management in Twenty codebase. Prerequisite State manageme00
RNRamu Narasingainthinkthroo.com·Apr 2 · 3 min readWeb Worker for background JSON parsing in Langfuse codebase.In this article, we review how Langfuse parses JSON using web workers in the background. You will learn: What is Web Worker? json-parser.worker.ts useParsedTrace.ts What is Web Worker? Web Work00