Articles
Explore my latest thoughts on web development, technology, and more.
10 min read
The Web Speech API: Voice Recognition and Synthesis in the Browser
Learn how to use the native Web Speech API to add voice recognition (Speech-to-Text) and speech synthesis (Text-to-Speech) to your web applications, with practical examples and browser compatibility strategies.
Michaell Alavedra
6 min read
The JavaScript Internationalization API (Intl)
Discover how to use the native JavaScript Intl API to efficiently format numbers, dates, lists, and plurals without relying on heavy third-party libraries.
Michaell Alavedra
10 min read
The Temporal API and the Future of Dates in JavaScript
Everything you need to know about Temporal, the new native JavaScript API that replaces the Date object with immutable types, real time zones, and nanosecond precision.
Michaell Alavedra