fk.
AboutWorkProjectsArticlesResumeContact
Back to Home

Writing

Thoughts, technical logs, and engineering notes.

AI Engineering•Jan 22, 2026

Fine-Tuning NVIDIA's Parakeet ASR Model: A Complete Guide from Dataset Creation to On-Device Deployment

A step-by-step tutorial on creating custom speech recognition models that run locally on Apple devices

TypeScript•Nov 15, 2023

Advanced Types in TypeScript

Learn about advanced types in TypeScript such as conditional types, mapped types, intersection types, and union types.

TypeScript•Dec 10, 2023

Generics in TypeScript

Learn about generics in TypeScript and how they can be used to create reusable and flexible components.