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.
225 articles · Page 11 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
- Production AI
- 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
-
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
-
What's new in Angular 6?
In this article we are discussing the changes involved with the latest relase of the popular frontend framework by Google, Angular 6.
-
Caching HTTP requests with Angular
Often when working with Angular applications, we make HTTP requests to access data from an API. Sometimes we are making requests to the same API endpoint in which case it'd make sense to cache the result of the response to avoid further requests.
-
Using Next.js and Auth0
Server-side rendering is an exciting concept especially when authentication is also part of an application. In this article, we take a look at how to achieve authentication using SSR.
-
Quién es full stack (web) developer?
En este artículo vamos a tratar de responder una pregunta muy importante: quién es un desarrollador full stack?
-
Binding HTML with Angular
In this article we are reviewing what it takes to render HTML content inside Angular templates, including a word of caution regarding unsafe content.