Skip to content
View srivilliamsai's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report srivilliamsai

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.

Content in all repositories owned by your account will be closed.
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
srivilliamsai/README.md
███████╗██████╗ ██╗    ██╗   ██╗██╗██╗     ██╗     ██╗ █████╗ ███╗   ███╗    ███████╗ █████╗ ██╗
██╔════╝██╔══██╗██║    ██║   ██║██║██║     ██║     ██║██╔══██╗████╗ ████║    ██╔════╝██╔══██╗██║
███████╗██████╔╝██║    ██║   ██║██║██║     ██║     ██║███████║██╔████╔██║    ███████╗███████║██║
╚════██║██╔══██╗██║    ╚██╗ ██╔╝██║██║     ██║     ██║██╔══██║██║╚██╔╝██║    ╚════██║██╔══██║██║
███████║██║  ██║██║     ╚████╔╝ ██║███████╗███████╗██║██║  ██║██║ ╚═╝ ██║    ███████║██║  ██║██║
╚══════╝╚═╝  ╚═╝╚═╝      ╚═══╝  ╚═╝╚══════╝╚══════╝╚═╝╚═╝  ╚═╝╚═╝     ╚═╝    ╚══════╝╚═╝  ╚═╝╚═╝

Software Developer | Full-Stack Engineer

Architecting distributed systems • Building scalable microservices

LinkedIn GitHub Twitter


whoami

class Developer {
    String[] expertise = {
        "Microservices Architecture", "Distributed Systems",
        "Event-Driven Design", "Cloud-Native Applications"
    };

    Stack backend = new Stack("Java", "Spring Boot", "Node.js", "Kafka");
    Stack frontend = new Stack("React", "Flutter", "TypeScript");
    Cloud[] platforms = {AWS, Azure, GCP};

    void build() {
        design("scalable systems");
        implement("clean architecture");
        deploy("production-grade solutions");
    }
}

./current-focus.sh

# !/bin/bash

pursuing_certifications() {
    echo "Oracle Cloud Infrastructure:"
    echo "   Multicloud Architect"
    echo "   AI Foundations"
    echo "  ⧗ Data Science | Developer"
}

working_on() {
    topics=("microservices" "distributed-systems" "event-driven-architecture")
    for topic in "${topics[@]}"; do
        echo "[*] Deep diving into $topic"
    done
}

$ git commit -m "Building the future, one commit at a time"

Pinned Loading

  1. vill vill Public

    A modular Python application/utility package managed via modern packaging standards.

    Python

  2. CarbonPersonalFootprintApp CarbonPersonalFootprintApp Public

    Full-stack personal carbon footprint tracker and calculator built with React and Spring Boot backend.

    JavaScript

  3. CRM_Application CRM_Application Public

    Enterprise CRM system built using React frontend and Spring Boot microservices orchestrated with Spring Cloud.

    JavaScript 2

  4. resume resume Public

    Professional software developer LaTeX resume template and automated Dockerfile build workflow.

    TeX

  5. pitstop pitstop Public

    A unified cross-platform mobile application and Spring Boot backend for fuel delivery, mechanic booking, and roadside emergency assistance.

    Dart

  6. resume-ecosystem-node resume-ecosystem-node Public

    Next-gen career and resume ecosystem built with scalable Node.js microservices, Kafka, Prisma, and Kubernetes.

    TypeScript