Our DevtoolsView Blogs
Featured
6 minute read

YDKTS: Fixing TypeScript's type-safety with Nominal types

TypeScript having structural type-checking gives you a false sense of security in type-safety. We fix that with a Nominal type system; a system which allows each type to have an identity beyond just it's member's types.
Yug Gajjar
October 19, 2023

Other blogs

Web Performance basics: You're doing images wrong

Reasons for, and methods of page load-speed optimization through images; concluded from my experimentation, Google's published research, HTTP Archive's State of the Web.
Yug Gajjar
November 20, 2023

The Programmer’s perspective on: Color Video

This article covers everything a software engineer would need to develop software that interfaces with videos. Going over component video, Luma, Chrominance, etc. Using demonstrated examples with Rust and some FFmpeg.
Coming Soon

The discourse on web performance: Shifting focus from Lighthouse to actual data

A meta-analysis revealing that a 100 score on Lighthouse is good, but not perfect; Almost half of the pages with a perfect Lighthouse score don’t meet the Core Web Vitals' thresholds.
Coming Soon
10x
Deep-tech engineering