Filtering Object Attributes Based on User Roles in TypeScript
02 Oct 2024
7 min read
On this page
Related 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
Building A Reusable Generic Http Client In Nextjs 14
Learn how to build a reusable, type-safe HTTP client for making API requests with GET, POST, PUT, and DELETE methods.
Read article
Recommended tsconfig settings For Nextjs 14
Recommended tsconfig settings for Nextjs 14
Read article
How to Use CASL in Next.js for Role Based Access Control
How to use CASL in Next.js for role based access control
Read article