Open Source Licenses for Cloning and Reworking Code
15 Jul 2024
4 min read
On this page
Tags:
More Articles
What Is An Agent Harness? The Pattern Behind Every AI Coder
A deep dive into agent harnesses — the loop that wraps an LLM and turns it into something that can read files, run tests, and ship code. We break down the six parts, the turn loop, the design tensions, and build one in 30 lines of TypeScript.
Read article
Recommended tsconfig settings For Nextjs 14
Recommended tsconfig settings for Nextjs 14
Read article
Filtering Object Attributes Based on User Roles in TypeScript
Filtering object attributes based on user roles dynamically using TypeScript and CASL to control access to data.
Read article
How to work with Git Submodules
Various scenarios are covered to give a complete overview of Git Submodules
Read article