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 7 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
-
Introduction to the Jamstack
The aim of this article is to introduce the Jamstack. What is it about? What benefits are there for those who use it? These are the questions we will answer while having an overview of some of the services that can be used under the umbrella of the stack.
-
Using React Hooks with GraphQL
Using React hooks with GraphQL means less boilerplate code for apps. Read more about it in this article.
-
The three rendering musketeers: server-render, client-render and pre-render
Today there are three popular rendering mechanism used: server-side rendering (SSR), client-side rendering (CSR) and pre-rendering. This article reviews how they differ from one to the other.
-
What Is Isomorphic JavaScript?
This article discusses isomorphic (universal) JavaScript and how it can be applied to a PWA without any frontend frameworks, relying only on vanilla JavaScript.
-
Creating Progressive Web Apps with Vue
This article discusses how to create Progressive Web Apps using Vue.js (with the help of Workbox)
-
Basic Internet Knowledge - Internet 101
Useful informations for beginners, about how the workings of the internet, including topics such as IP addresses, webservers and more.
-
Creating a Realtime PWA Using Angular and Firebase (Part 2)
In this article we take a look at how to transform an application created using Angular & Firebase to function as a Progressive Web App.
-
Thoughts about Web Development and Coding from a Newbie
Thoughts about Web Development and Coding from a Newbie
-
Creating a Realtime PWA Using Angular and Firebase (Part 1)
In a series of articles we'll take a look at how to create a PWA using Angular, Firebase and Cloudinary.
-
Using Decorators in JavaScript
This article discusses decorators used in JavaScript.