ARArpit Rathoreinarpitrathore.com·Aug 15 · 16 min readLanding My First Apache Airflow ContributionThis is the story of my first open source contribution to Apache Airflow. It took five and a half months and thirteen commits to go from an open pull request to a merged one. Along the way the PR was 00
ARArpit Rathoreinarpitrathore.com·Sep 22, 2025 · 3 min readRedis CheatsheetInstall Redis cli $ brew install redis-cli General PING # Test connection, returns PONG AUTH <password> # Authenticate with password SELECT <db> # Switch to a specific database (default is 0) DBSIZE # Get total nu...00
ARArpit Rathoreinarpitrathore.com·Sep 16, 2025 · 3 min readInfluxDB3 cheatsheetInfluxDB 3 client: influxctl influxctl is the official command-line tool for managing and interacting with InfluxDB 3 clusters. Think of it as your Swiss Army knife for database setup, bucket manageme00
ARArpit Rathoreinarpitrathore.com·Jul 12, 2025 · 6 min readMilestone: Passing the AWS Certified AI Practitioner (AIF-C01) ExamAs a staff engineer working primarily on AWS, I've spent the last few years going deeper on the parts of the cloud I already knew: architecture, infrastructure as code, networking, security. This cert00
ARArpit Rathoreinarpitrathore.com·Jul 9, 2025 · 6 min readLinux cheatsheetHere is an extended and fully annotated version of the Linux Cheatsheet blog in Markdown, with: Brief descriptions for each command An Advanced Topics section covering cron, systemd, firewalld, SELinux, and more Linux Cheat sheet System Informat...00