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 11 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
-
res.json() vs res.send() vs res.end() in Express
In this article we are discussing the differences between the json(), send() and end() methods available as part of Express response object.
-
Introduction to GraphQL
In this article, we'll take a look at GraphQL and go through a basic example while exploring why it's a great supplement for REST APIs.
-
Concurrent HTTP connections in Node.js
-
Why shouldn't JSONP be used?
JSONP is could be considered to be a useful way to avoid CORS errors however it has more cons than pros - this article discusses the most important factors.
-
Display real-time data in Angular
In this article, we'll be taking a look at two ways to display real-time data in an Angular application - one using a timeout and the other using sockets.
-
Unsubscribe from Angular/RxJS subscription
In this article, we are discussing when it is required to unsubscribe from an observable in Angular to avoid memory leaks.
-
Blockchain implementation using JavaScript
In this article, we are implementing a blockchain solution using JavaScript and while implementing, getting familiar with this emerging technology.
-
HTML Attributes vs DOM Properties
When working with various JavaScript frameworks, or only just by working in the field of web development, newcomers and novice developers often confuse attributes and properties concerning HTML pages. In this article, we'll clarify the difference between these two.
-
Hiding / removing elements in DOM using JavaScript
In this article, we'll take a look at how to hide and remove elements in DOM by using JavaScript, and we'll learn a few techniques and explain the differences between them.
-
Progressive Web Applications - Free Handbook