Library
Ideas worth returning to
Long-form essays and technical reference material about ADSM, TeqFW, agent-driven work, and software architecture.
These are not detached notes: they document the ideas and engineering decisions behind my client work, tools, and active R&D.
ADSM
Concepts
- Why Dependency Injection Matters in JavaScript
- Too Much Knowledge. What Can We Do? (knowledge and attention)
- Turning User Intent Into Controlled Product Evolution
- Why I always use enum in JS
- Namespace: scope or address?
- AZ-structuring for source code files
- Simulating Interfaces in JavaScript with JSDoc
- DTO in JavaScript
- IoC in regular JavaScript (ES6+)
- Dependency Injection: a Simple Object Container for modern JS
- Making JavaScript Code Resilient to Change
- Is Service Locator Really an Anti-pattern?
Methodology
Philosophy
TeqFW
- TeqFW: A Framework That Explains Itself to AI Coding Agents
- JavaScript in VS Code: language, tool, and analysis model
- Declaration of (Non)Dependencies for ESM
- What is TeqFW?
- Example of a Web App Based on TeqFW
- Example of a console application based on TeqFW
- TeqFW: Organizing the Top Level Code
- TeqFW: Event Basics
- TeqFW: Cross-Boundary Events
- TeqFW: Identifying Web Application Installations
- TeqFW: Core
- TeqFW: Dependency Injection
- TeqFW: Web Server
- TeqFW: Wrappers for Libraries
- TeqFW: Plugin Initialization and Shutdown