Welcome to the new home for my projects and writing. This first entry is just a placeholder to exercise the layout, code formatting, and navigation.
What to expect
- Hands-on writeups about shipping side projects.
- Deep dives into TypeScript-heavy builds.
- Notes on performance, DX, and the occasional debugging story.
const hello = (name: string) => `Hello, ${name}!`;
console.log(hello('Tanvir'));
Stay tuned for the real posts soon.
No previous post yet.
No next post yet.