TypeScript
10 articles
Exploding with Type Safety
We explore the operation of exploding an object in this post, and make it robust by adding strong typing for its inputs and output
Lazy is Easy
Evaluating lazy helps to save computation power. But, how we can implement one?
Project Morpheous
How I built a fluent interface to transform spreadsheet data into JSON that can be imported via the APIs.
Exploring NextJS ISR
How I used NextJS' Incremental Static Regeneration in our static e-commerce website and built a GraphCMS extension to trigger it
From No-Code to Code
How I migrated our E-Commerce shop from No-Code tool to NextJS
Pulumification
Experience and learnings during project that migrated the infra of a company to IaC using Pulumi
Tree Cache
How we implemented a type safe distributed cache in TS that supported partial invalidations