Blog

Hello World

Welcome to my blog! This is my first post.

  • kotlin
  • compose

Hello World

Welcome to my blog! I’m excited to start sharing my thoughts and experiences here.

About This Blog

This blog is built with Kotlin Multiplatform and Compose Multiplatform, running entirely in your browser via WebAssembly. Pretty cool, right?

Technologies Used

  • Kotlin Multiplatform
  • Compose Multiplatform
  • WebAssembly (Wasm)
  • Markdown rendering via multiplatform-markdown-renderer

What to Expect

I’ll be writing about:

  1. Mobile development with Kotlin
  2. Compose Multiplatform adventures
  3. Various tech topics that interest me

Code Example

Here’s a simple Kotlin snippet:

fun main() {
    println("Hello, World!")
}

Stay tuned for more posts!