·1 min read
Hello World
Welcome to Jaikoo Notes! This is my new blog where I'll be sharing thoughts, ideas, and notes on building things.
What to Expect
I'll be writing about a variety of topics:
- Code & Development - Deep dives into interesting technical problems
- Building Products - Lessons learned from shipping software
- Random Thoughts - Whatever's on my mind
A Code Example
Here's a simple TypeScript function:
function greet(name: string): string {
return `Hello, ${name}! Welcome to Jaikoo Notes.`
}
console.log(greet('World'))
Stay Tuned
More posts coming soon. In the meantime, feel free to subscribe to the RSS feed to stay updated.
Thanks for reading!