Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1011 Bytes

File metadata and controls

28 lines (20 loc) · 1011 Bytes

CLAUDE.md

Project Overview

Personal DevOps/engineering cheat sheet repository. A collection of markdown reference files containing commonly used commands and configurations — not a software application.

Structure

  • Root-level .md files: Quick-reference cheat sheets (docker, git, k8s, linux)
  • kafka/: Kafka cheat sheet, Kafka Connect REST API reference, and Confluent Kafka setup guide (KRaft mode)
  • postgres/: PostgreSQL reference + sample employee database dump
  • setup/: Installation guides (Java 21, Maven, Git, Docker, PostgreSQL 17)

Tech Stack Focus

Java/Spring backend developer working with:

  • Apache Kafka (Confluent Platform)
  • Kubernetes (kubectl, minikube)
  • PostgreSQL 17
  • Docker
  • Linux (Debian-based)

Conventions

  • Markdown files use ## headers with underscores for emphasis (e.g., ## _Topic_)
  • Commands are in fenced code blocks with appropriate language tags (sh, sql, bash)
  • Sections separated by --- horizontal rules
  • Git username: vatsan127