Skip to content
View sunanda35's full-sized avatar
πŸ˜‰
Learning and building things.. .
πŸ˜‰
Learning and building things.. .

Organizations

@Genopi

Block or report sunanda35

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sunanda35/README.md

root@sunanda:~# ./init_profile.sh

Software Engineer | Engineer focused on systems, scale, and failure.


🧿 Who Am I?

Backend engineer working on systems that break under load.

I design like failure is expected β€” because it usually is.


πŸ“‚ /usr/bin/skills (The Stack)

.
β”œβ”€β”€ ☁️ cloud_infrastructure
β”‚   β”œβ”€β”€ aws                  # Lambda, EC2, S3, RDS, SNS/SQS
β”‚   β”œβ”€β”€ gcp                  # Cloud Run, Pub/Sub, BigQuery
β”‚   └── devops               # Docker, CI/CD, Load balancers, Observability
β”‚
β”œβ”€β”€ πŸ›οΈ backend_core
β”‚   β”œβ”€β”€ nodejs_ts            # Event loops, workers, distributed queues
β”‚   β”œβ”€β”€ microservices        # Async flows, idempotency, reliability
β”‚   └── rust                 # Performance, memory-safety flex
β”‚
β”œβ”€β”€ πŸ—„οΈ persistence_layer
β”‚   β”œβ”€β”€ postgresql           # Weird queries β†’ clean query plans
β”‚   β”œβ”€β”€ cassandra            # Writes fast. Reads... depends 😏
β”‚   β”œβ”€β”€ mongodb              # Schema-less until it isn’t
β”‚   β”œβ”€β”€ arangodb             # Graphs when joins get ugly
β”‚   └── redis                # Pub/Sub, caching, rate limits, cuz speed fixes feelings.
β”‚
β”œβ”€β”€ ⛓️ web3_&_systems
β”‚   β”œβ”€β”€ solana               # Parallel world of transactions
β”‚   └── arduino_c++          # Sensors, signals, and soldering burns
β”‚
└── 🐍 scripting
    └── python               # Automation, scripts, data pipelines

❯ ~/side_quests (After-Party)

$ ls -la projects/ --status --brief

PERMS      PROJECT         STATUS      DESCRIPTION
drwxr-xr   devutils.lol    [ACTIVE]    Built because I got tired of slow tools.
                                       Runs on your Resource. If it lags, it's your fault 😏
drwxr-xr   js-std          [IN-DEV]    JS package

$ readlink -f ./favorites: devutils.lol


πŸ‘Ύ User.config

[runtime]
state   = "active"
process = "Call of Duty"
music   = "Hard Techno"  # BPM > 145
fuel    = "caffeine, anime"

[connect]
linkedin   = "https://www.linkedin.com/in/sunanda35"
twitter(X) = "https://x.com/0xSunanda"

🧩 Engineering Philosophy

β€œSystems fail. That’s normal.”

So I design with that in mind β€”

retries aren’t optional, logs need to tell the truth, and one bad component shouldn’t take everything down.

  • Reliability > Shiny Tools
  • Performance > Hype
  • Clarity > Cleverness

Everything else is just trade-offs.


πŸ›°οΈ Terminal Output

echo "Boot sequence complete. Systems optimal. Deploying next idea..."

Pinned Loading

  1. Infinite-GIF Infinite-GIF Public

    Live stocks, crypto, and chaos embedded where scripts are banned.

    JavaScript 1 1

  2. GIF-VPN GIF-VPN Public

    Blocked. Proxy? Tunneling full browser sessions inside image traffic because we can.

    JavaScript

  3. my-cmd-cli my-cmd-cli Public

    You can add multiple executable command with a name. When you run this name, every command will execute sequencially.

    JavaScript

  4. DevUtils-community DevUtils-community Public

    Dev Tools can handle unlimited file size, free forever

    TypeScript