Welcome to My Digital Space
April 17, 2026
Welcome to my new personal website. As a Software Engineer with a passion for building robust Android applications, I wanted a place not only to document my professional journey but also to share one of my other passions: photography.
Why Build This?
In the fast-paced world of tech, it's easy to get lost in the noise. Having a designated corner of the internet where I can share:
- In-depth Android Engineering posts: Architecture, Jetpack Compose, performance tuning, and Kotlin deep dives.
- Photography showcases: Minimalist galleries capturing moments as I see them.
What to Expect
I'll be updating this space periodically with new blog posts and photo collections. The site itself is built using a modern statically-exported Next.js stack with an MDX-based CMS, allowing me to write posts directly in Markdown with the full power of React components embedded if needed.
Stay tuned for more!
// A little preview of what's to come
@Composable
fun WelcomeMessage(name: String) {
Text(text = "Hello $name, welcome to my blog!", style = MaterialTheme.typography.h6)
}