Skip to content
View Aditya7880900936's full-sized avatar

Highlights

  • Pro

Block or report Aditya7880900936

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
Aditya7880900936/README.md

About Me

I'm a backend & distributed systems developer who enjoys understanding how systems work end-to-end, not just shipping features.

I've worked across frontend, backend, and infrastructure, and I currently focus on backend systems and large open-source codebases where correctness, determinism, and maintainability matter.

const aditya = {
    focus: "Backend Systems & Distributed Architecture",
    values: [
        "Reading production code over tutorials",
        "Debugging and tracing as core engineering skills",
        "Small, correct changes that compound over time"
    ],
    currentlyDoing: "Contributing to production OSS & learning Rust",
    askMeAbout: ["Go", "Systems Design", "API Architecture", "Open Source"]
};

Open Source & Systems Work

I actively contribute to production-grade open-source projects.

πŸ” My Approach

  • Study architecture before touching code
  • Trace requests across components and layers
  • Identify invariants, edge cases, and failure modes
  • Make small, reviewable changes
  • Write tests that prevent regressions
  • Communicate clearly with maintainers

🎯 Areas I Care About

  • Distributed systems behavior
  • Service meshes and gateways
  • Control planes & config propagation
  • API design and request lifecycles
  • Deterministic and testable systems
%%{init: {'theme':'dark', 'themeVariables': { 'fontSize':'16px'}}}%%
graph LR
    A[Study<br/>Architecture] --> B[Trace<br/>Requests]
    B --> C[Identify<br/>Invariants]
    C --> D[Edge Cases &<br/>Failures]
    D --> E[Small<br/>Changes]
    E --> F[Write<br/>Tests]
    F --> G[Clear<br/>Communication]
    
    style A fill:#00ADD8,stroke:#fff,stroke-width:2px,color:#000
    style B fill:#00ADD8,stroke:#fff,stroke-width:2px,color:#000
    style C fill:#00ADD8,stroke:#fff,stroke-width:2px,color:#000
    style D fill:#00ADD8,stroke:#fff,stroke-width:2px,color:#000
    style E fill:#00ADD8,stroke:#fff,stroke-width:2px,color:#000
    style F fill:#00ADD8,stroke:#fff,stroke-width:2px,color:#000
    style G fill:#00ADD8,stroke:#fff,stroke-width:2px,color:#000
Loading

Technical Skills

πŸš€ Primary Languages

πŸ§ͺ Familiar / Learning

βš™οΈ Backend & Systems

πŸ’‘ Backend Expertise (Click to expand)
  • RESTful and config-driven APIs
  • Authentication & authorization
  • Rate limiting and abuse prevention
  • Concurrency & async execution
  • Request tracing and debugging
  • Writing regression-focused tests

🎨 Frontend (Strong Foundation)

πŸ—„οΈ Databases & Infrastructure (Hands-on)

🎯 Core Focus Areas

// Areas I spend most time reasoning about
package main

func main() {
    focus := []string{
        "Request lifecycles",
        "Control-plane behavior",
        "Config propagation",
        "Failure modes",
        "Testing for determinism",
    }
}
// Engineering values I optimize for
fn engineering_values() -> Vec<&'static str> {
    vec![
        "Correctness over cleverness",
        "Depth over speed",
        "Clarity over premature optimization",
        "Code for the next engineer",
    ]
}

🧠 Engineering Mindset

πŸ“š Learning

Prefer depth over surface-level speed

πŸ” Debugging

Trace systems before modifying them

βœ… Quality

Treat tests and reviews as part of the product

Core Principles:

  • Optimize for long-term maintainability
  • Assume someone else will read this code later
  • Small, correct changes compound over time

🎯 Current Direction

πŸ”¨ Active Work

  • Deepening Go backend & systems expertise
  • Contributing consistently to large OSS projects
  • Strengthening distributed systems intuition

πŸ“š Learning Path

  • Learning Rust to improve low-level reasoning
  • Understanding control plane architectures
  • Exploring service mesh internals

πŸ“Š GitHub Activity



GitHub Streak



🀝 Connect




πŸ’­ Personal Mantra


Pinned Loading

  1. Job_Portal Job_Portal Public

    JavaScript

  2. Imagify Imagify Public

    JavaScript

  3. auth_golang auth_golang Public

    Go

  4. graphQL-golang graphQL-golang Public

    Go

  5. Restaurant_Managment_System Restaurant_Managment_System Public

    Go 1

  6. microservices_go microservices_go Public

    Go