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 9 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
-
How to pass command line arguments to a Node.js app?
In this article, we'll take a look at how to pass command line arguments to a Node.js application executing from the CLI.
-
Add Material Design to an Angular application
This article reviews how to add and utilise Material Design within an Angular application.
-
Add Bootstrap to an Angular application
This article discusses how to integrate Bootstrap with an Angular project in three ways - using Bootstrap natively, via ng-bootstrap as well as ngx-bootstrap.
-
What is an opaque response?
In this article, we'll take a look at the mysterious 'opaque response' and learn what it means.
-
Image Management in Ghost - A performance report
This article draws a comparison between the built-in Ghost Image Management and a third party Image Management solution including a performance comparison.
-
Loading data before components in Angular
In this article, we'll review a few ways to make sure that data is available for a component before we load it and display it in the application to the user.
-
What's new in HTML 5.2 and HTML 5.3?
In this article, we'll review the latest proposed additions to HTML - more precisely we'll discuss HTML 5.2 and HTML 5.3.
-
Deprecation Warnings in MongoDB's Node.js API
This article shows how to fix some of the deprecation warnings after updating to MongoDB 4 as well as using the MongoDB Node.js 3.x API.
-
Adaptive image loading based on network speed
In this article, we'll explore a concept based on Network Information API, Service Workers and Cloudinary to enable web applications to serve lower quality images (if necessary) in order to speed up the perceptual load time of the web app.
-
Sharing a MongoDB connection in Node.js/Express
This article covers how to share a MongoDB database connection in a Node.js/Express application in the right way.