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.
224 articles · Page 8 of 23
Filter by tag ▾
- All posts
- ADK
- AI
- API
- Agentic AI
- Agents
- Angular
- AngularJS
- Bash
- CSharp
- Cloudinary
- Conference
- Core Web Vitals
- DevFest
- DevRel
- Developer Tools
- Firebase
- Frontend
- Function Calling
- Gemini
- Ghost
- Google ADK
- Google chrome
- GraphQL
- Image Formats
- Image Optimisation
- Jamstack
- JavaScript
- LLM
- Large Language Models
- Learn To Code
- MCP
- MEAN
- Machine Learning
- Memory
- MongoDB
- MySQL
- NLP
- Next.js
- NoSQL
- Node.js
- PHP
- Performance
- Polymer
- Progressive Web App
- Progressive Web Apps
- RAG
- React
- Recruitment
- Review
- RxJS
- Serverless
- Service Worker
- Sponsored
- Taipei
- Thought Leadership
- Tooling
- Transformers.js
- TypeScript
- VMware
- Veo
- Vercel AI SDK
- Vue.js
- Web Assembly
- Web Development
- Web Performance
- this || that
-
404 after refreshing the browser for Angular / Vue.js app
This article discusses how to add utilise HTML5 style navigation for both Angular and Vue.js applications, and how to implement server side URL rewriting for full functionality.
-
Retrieve only queried element in an object array in MongoDB collection
In this 'Quick Tip' article, we review how to retrieve only the queried element in an object of arrays in MongoDB.
-
An Overview of ES2015 (ES6) Modules
This article focuses on the current state of Modules in the JavaScript ecosystem
-
Remove unused CSS / JavaScript code from your project
This article discusses how to run code coverage checks in Chrome DevTools as well as via Puppeteer in an automated way.
-
A Cloudinary plugin for Workbox.js
In this article we review how to adaptively cache images based on network speed with Workbox.js via a custom plugin.
-
Adaptive image caching based on network speed with Workbox.js
In this article we review how to adaptively cache images based on network speed with Workbox.js and Cloudinary.
-
Image management via GraphQL
In this article, we take a look at how to manage images using GraphQL.
-
Symbol, Iterator and Generator in JavaScript
In this article, we'll take a look at Symbols, Iterators and Generators in JavaScript (ES2015) and we'll also implement an interesting example of using all three technologies.
-
Capturing user input in a Node.js application
This article discusses how to create an application in Node.js that will await input from a user via the readline built-in module.
-
Introduction to Serverless (FaaS)
In this article we are reviewing Serverless architectures, with a focus on Function-As-A-Service and we also take a look at an example implementation of FaaS