Hello World
8/30/2026
This is my first post on my new personal blog.
I’ll be writing about technology, software engineering, architecture, and other things I find interesting.
Code Example
Here is a simple Java example using System.out.println():
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, world!");
}
}
Lists
- Java
- Spring Boot
- Kafka
Quote
Good software is easier to change than to explain away.
Table
| Technology | Purpose |
|---|---|
| Astro | Site generation |
| Markdown | Blog content |
| Cloudflare Pages | Hosting |