meta intro 2 min read

πŸ‘‹ Welcome to Technical Creators Club

Technical Creators Club is a community blog about technology, written in Git. Practical knowledge for developers who actually build things.

Contents

πŸ‘‹ Welcome to Technical Creators Club

Author: @ValerasNarbutas Β· Tags: meta intro Β· Reading time: ~2 min


Hello, builder! πŸ‘·

Welcome to Technical Creators Club (Lithuanian: Tech KΕ«rΔ—jΕ³ Klubas) β€” a community blog about technology, written in Git.

KΕ«rΔ—jΕ³ is Lithuanian for creators. That’s the spirit here: practical knowledge for people who actually build things, shared by the community, for the community.

Why a Git Blog?

Most blogs are owned by platforms. Posts live on servers someone else controls, behind dashboards that change, get acquired, or disappear.

A Git blog is different:

  • Your content, your repo β€” posts are Markdown files, versioned like code
  • No CMS, no database β€” just files and commits
  • Forkable and diffable β€” anyone can see the history of every post
  • Stays simple β€” no build pipeline to maintain

What to Expect

Articles here will be practical and direct. Topics include:

  • Git workflows and version control techniques
  • Developer tooling that actually improves your workflow
  • Architecture and design patterns
  • AI tools and automation
  • Open source culture and contribution

No SEO-bloated intros. No padding. Just the useful part.

How Posts Are Published

Each post is a Markdown file in the _posts/ directory, named YYYY-MM-DD-slug.md.

Want to contribute your own post? See CONTRIBUTING.md.


Next up: ⚑ Top Developer Tools in 2026