Hello World - Welcome to My Blog

|2 min read
introductionblogselfhosting

Hello World#

Welcome to my blog! I'm Artur, a full-stack developer passionate about building modern applications and selfhosting everything I can.

Why a Blog?#

I've always wanted a space to share my thoughts on:

  • Technology - The tools and frameworks I use daily
  • Selfhosting - Running my own services on my homelab
  • Development - Tips, tricks, and lessons learned

What to Expect#

Here you'll find posts about:

Code & Development#

// Example: A simple greeting function
function greet(name: string): string {
  return `Hello, ${name}! Welcome to the blog.`;
}

console.log(greet("World"));

Selfhosting Adventures#

Running services on my own infrastructure is a passion of mine. From Coolify deployments to Docker orchestration, I'll share what I learn.

"The best way to learn is to do, and the best way to remember is to teach."

Tech Stack Deep Dives#

I work with:

| Technology | Use Case | |------------|----------| | Next.js | Frontend & Full-stack | | .NET/C# | Backend services | | Docker | Containerization | | Coolify | Self-hosted PaaS |

Stay Tuned#

This is just the beginning. I'm excited to share my journey with you.


Thanks for reading! Feel free to reach out on GitHub or LinkedIn.