Skip to main content

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.

  1. Angular - Http vs HttpClient

    A new, more robust HttpClient is available as of Angular 4.3. In this article we are discussing its main changes with code examples.

  2. Securing a REST API

    In this article we are discussing how to secure a REST API using JWT (JSON Web Tokens).

  3. Angular - Promise vs Observable

    An article explaining the differences between Promises and Observables in Angular.

  4. Factory Pattern in TypeScript

    This article discusses how to apply the Factory Pattern in a TypeScript environment

  5. What is semantic versioning?

    In this article we are discussing what semantic versioning is.

  6. Async/await in Node.js

    `async/await` is a great way to create asynchronous code and Node.js now supports these operators out of the box.

  7. Façade Pattern in TypeScript

  8. What's new in Express 5?

    Express, the most used web server for Node.js has a new release coming out soon. In this article we discuss the changes Express 5 will bring.

  9. Abstraction in TypeScript

    Abstraction is an Object Oriented programming concept to hide complexity and in TypeScript we can make use of this via the abstract keyword.

  10. Adapter pattern in TypeScript

    Design patterns help us to design better software and write better code. Learn how to use the Adapter pattern with TypeScript in this article.