skip to content
luminary.blog
by Oz Akan
Home
Growth
Tech
Way
Tags
About
Open Search
Close
Dark Theme
Open main menu
Posts with the tag typescript
All
Tags
→
#typescript
Post List
$We Need More Data Centers
We Need More Data Centers
One function. Four implementations. A 173-million-times performance difference.
Nov 7, 2025
•
Oz Akan
•
Technical
$A Tale of Software Rot
A Tale of Software Rot
A fictional story about systematically eliminating duplication to prevent software rot in a growing engineering organization.
Jul 24, 2025
•
Oz Akan
•
Technical
$SOLID Principles with Examples
SOLID Principles with Examples
It is better with examples.
Jul 21, 2025
•
Oz Akan
•
Technical
$Avoiding Stack Overflows with Trampoline Functions
Avoiding Stack Overflows with Trampoline Functions
When you can't tail call, you need to trampoline your way out in TypeScript to handle deep recursion without hitting stack overflow errors.
Apr 25, 2025
•
Oz Akan
•
Technical
$Asynchronous Typescript Code Examples
Asynchronous Typescript Code Examples
Asynchronous programming in TypeScript, callbacks, promises, await/async, RxJS.
Jan 10, 2021
•
Oz Akan
•
Technical
$Best Async Document for Typescript
Best Async Document for Typescript
Asynchronous programming in TypeScript, callbacks, promises, await/async, RxJS.
Jan 5, 2021
•
Oz Akan
•
Technical