revanth.dev
PostsProfile
Back to Home

Posts & Deep Dives

Explore technical guides, architectural patterns, and production engineering notes on Golang, Python, Linux, and Cloud-Native systems.

search
Showing 8 articles
Featured ArticleNov 24, 20241 min read
arrow_forward

Handy Bash Commands & Productivity Tricks

Useful CLI commands and shell shortcuts for everyday developer workflows.

#Bash#Linux#CLI#Productivity
Nov 24, 20241 min read
arrow_forward

Concurrency vs Parallelism

Demystifying the core differences between concurrency and parallelism in systems engineering.

#Concurrency#Parallelism#Python#Architecture
Nov 24, 20241 min read
arrow_forward

Docker & Docker-Compose Essential Cheat Sheet

Essential Docker and Docker Compose commands for container management, cleanup, and server setup.

#Docker#DevOps#Containers#CheatSheet
Nov 24, 20241 min read
arrow_forward

Git Commands & Workflow Reference

Essential Git commands for version control, branch management, and undoing mistakes.

#Git#VersionControl#DevOps
Nov 24, 20241 min read
arrow_forward

MongoDB GeoJSON Queries & Spatial Indexing

Guide to storing and querying spatial GeoJSON data in MongoDB using 2dsphere indexes.

#MongoDB#Database#GeoJSON#Backend
Nov 24, 20241 min read
arrow_forward

Python Version Management with Pyenv

Managing multiple Python runtime versions seamlessly using pyenv.

#Python#Pyenv#DevEnvironment
Nov 24, 20241 min read
arrow_forward

PySpark Project Starter Template

Starter template for developing PySpark applications locally with Poetry and Click CLI.

#PySpark#BigData#Python#DataEngineering
Jul 21, 20241 min read
arrow_forward

Learning Go

Documenting my journey of learning Golang, concurrency models, and standard libraries.

#Golang#Programming#Backend