Working on: https://learn-less.netlify.app/
🌐 Portfolio: https://wentallout.io.vn
- Language: TypeScript
- Framework: SvelteKit
- Styling: TailwindCSS, shadcn-svelte
- Database: Postgres, Supabase
- Validation: Zod
- Deploy: Netlify
- Testing: Playwright
- Captcha: https://www.better-captcha.dev/
- AI Assistant: Claude Code
- Workflow Automation: n8n
- Backend Deploy: render.com (Web Services, API)
|
|
|
|
|
✉️ Email: [email protected]
query: read dynamic data from the server.
query.batch: solves the n+1 problem.
form: can use with zod
https://gitingest.com - Turn repo into text for LLMs. Serena: https://github.com/oraios/serena - coding agent toolkit
The name of the game is that you only have approximately 170k of context window to work with. So it's essential to use as little of it as possible. The more you use the context window, the worse the outcomes you'll get.
Frequent Intentional Compaction: building your entire workflow around context management Goal: Keep Context Utilization under 40%
Three phases: Research, Plan, Implement.
- Research step: Understand how the system works, find all relevant files, explore causes of XYZ bug.
- Plan step: outline the exact implementation steps, include file names, lines and snippets, explicit about testing steps
- Implement step: Go write the code. "If properly planned, the implementation is easy and expected." Keep context under 40%
This is not magic => You still have to read the PLAN.
https://youtu.be/IS_y40zY-hc?si=z8M_cw13shSgQ0Ly
😎 Theme made by me: https://marketplace.visualstudio.com/items?itemName=wentallout.khoaneostyle

