Writing
Notes on AI, agents, web technologies, and building with LLMs
Technical articles on AI integration, agents, agent harnesses, MCP, web technologies, and emerging tools. Working notes from a Google Developer Expert with 25+ years of building and teaching.
230 articles · Page 14 of 23
Filter by tag ▾
- All posts
- ADK
- AI
- AI Agents
- AI Literacy
- API
- AX
- AXI
- Agent Experience
- Agentic AI
- Agents
- Angular
- AngularJS
- Architecture
- Article 4
- Automation
- Bash
- C2PA
- CLI
- CSharp
- Cloudinary
- Compliance
- Conference
- Content Credentials
- Core Web Vitals
- DevFest
- DevRel
- Developer Tools
- Docker
- EU AI Act
- Firebase
- Frontend
- Function Calling
- Gemini
- Ghost
- Google ADK
- Google chrome
- GraphQL
- Harness Engineering
- Image Formats
- Image Optimisation
- Jamstack
- JavaScript
- LLM
- Large Language Models
- Learn To Code
- Loop Engineering
- MCP
- MEAN
- Machine Learning
- Memory
- MongoDB
- MySQL
- NLP
- Next.js
- NoSQL
- Node.js
- PHP
- Performance
- Polymer
- Product Strategy
- Production AI
- Progressive Web App
- Progressive Web Apps
- Provenance
- RAG
- React
- Recruitment
- Review
- RxJS
- Serverless
- Service Worker
- Sponsored
- SynthID
- Taipei
- Thought Leadership
- Tooling
- Transformers.js
- TypeScript
- VMware
- Veo
- Vercel AI SDK
- Vue.js
- Web Assembly
- Web Development
- Web Performance
- this || that
-
What is semantic versioning?
In this article we are discussing what semantic versioning is.
-
Async/await in Node.js
`async/await` is a great way to create asynchronous code and Node.js now supports these operators out of the box.
-
Façade Pattern in TypeScript
-
What's new in Express 5?
Express, the most used web server for Node.js has a new release coming out soon. In this article we discuss the changes Express 5 will bring.
-
Abstraction in TypeScript
Abstraction is an Object Oriented programming concept to hide complexity and in TypeScript we can make use of this via the abstract keyword.
-
Adapter pattern in TypeScript
Design patterns help us to design better software and write better code. Learn how to use the Adapter pattern with TypeScript in this article.
-
Resolving Error: Uncaught (in promise): EmptyError: no elements in sequence
In this article we'll see how to fix the `Error: Uncaught (in promise): EmptyError: no elements in sequence` error caused by the Angular router.
-
Singleton Pattern in TypeScript
Design patterns help us to design better software and write better code. Learn how to use the Singleton patternwith TypeScript in this article.
-
Resolving 'Can't bind to 'ngFor' since it isn't a known property of 'element'' error in Angular
Read how you can potentially fix the 'can't bind to ngFor since it's not a known property of 'element' error.
-
Resolving 'import is blacklisted' tslint error for RxJS and Angular
Read how to fix the 'This import is blacklisted, import a submodule instead' tslint error for RxJS and Angular.