Anthillo /blog

Welcome to the Anthillo blog

Marek Kowalski

Platform Engineer ·

Hi! This is the Anthillo engineering blog. We will write about use cases from our projects and share what we learn along the way.

What to expect

  • write-ups of real deployments and the problems we hit,
  • articles about tools we actually use,
  • code you can run.

Rule number one. We only write about what we have run in production ourselves — no theoretical how-tos.

How code looks on this blog

Code blocks come with a filename bar and a copy button:

hello.ts
const hello = (name: string): string => `Hello, ${name}!`;
console.log(hello('world'));

What’s next

More posts are in the works. Also check out anthillo.com.