Topics
TypeScript
Every article on TypeScript published on this blog, newest first: 2 in total, written by Ramón Chancay.
2 articles on TypeScript
Sensitive data out of the prompt: a TypeScript library written in 39 minutes from its specification
sanitype redacts, masks or drops sensitive data inside the process before a payload leaves for an LLM, a log sink or a third party. How it is implemented in TypeScript.
Read moreSwift for people who already master TypeScript: the five differences that change how you design
Swift explained for TypeScript developers: value vs reference semantics, optionals as part of the type system, enums with associated data, protocols with extensions, and Codable instead of zod.
Read more