Skip to content

Instantly share code, notes, and snippets.

View ratneshrt's full-sized avatar
💤
Sleeping

Ratnesh Kumar ratneshrt

💤
Sleeping
View GitHub Profile
@ratneshrt
ratneshrt / ARCHITECTURE.md
Created April 15, 2026 10:16
Ananta — Telegram-Driven DevOps on an Android Phone (OpenClaw + Go + Bash + PM2)

Ananta — Telegram-Driven DevOps on an Android Phone

What is this?

Ananta is a self-hosted mini deployment platform that lets you deploy git repos by simply sending a message to a Telegram bot. The entire infrastructure runs on an old Android phone running OpenClaw (a Linux environment on Android). No cloud servers, no CI/CD subscriptions — just a phone, Go, Bash, and PM2.


High-Level Architecture

@ratneshrt
ratneshrt / INTERVIEW_PREP.md
Created April 15, 2026 10:12
Interview Prep: Docker, K8s, Kafka, TypeScript, Turborepo, Rendering, Python, Go & more

Interview Preparation — Complete Revision Guide

Docker · Kubernetes · Kafka · TypeScript · Turborepo · Rendering Patterns · Python · Go + More


Table of Contents

  1. Docker
  2. Kubernetes (K8s)
  3. Kafka
  4. TypeScript
@ratneshrt
ratneshrt / Debub.py
Created December 17, 2024 18:35
fixed all the problems.
import pandas as pd
import pymysql
from sqlalchemy import create_engine
df = pd.read_csv('Walmart.csv')
df.shape
print(df.head())