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

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.

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
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. resume-ecosystem-node resume-ecosystem-node Public

    Next-gen Resume & Career Ecosystem — auto-generating verified, dynamic resumes from real achievements (internships, courses, hackathons, projects). Built with scalable Node.js microservices, Kafka,…

    TypeScript

  2. sren-system sren-system Public

    AI-powered emotion recognition and smart content recommendation system built with Spring Boot, Flutter, and TensorFlow.

    Dart

  3. pitstop_frontend pitstop_frontend Public

    🚗 PitStop Frontend — A modern, Zomato-style Flutter UI for on-demand fuel delivery and roadside assistance. ⚡ Built with Flutter and Dart, featuring banner carousels, custom service cards, and dark…

    HTML

  4. pitstop-backend pitstop-backend Public

    🚗 PitStop Backend — A scalable microservices-based backend for the PitStop app, providing fuel delivery, emergency services, and location-aware support. Built with Spring Boot, Spring Cloud, Eureka…

    Java 1

  5. zidioconnect-frontend zidioconnect-frontend Public

    Frontend application for the ZidioConnect Microservice Job Portal. Built with React and TypeScript, it consumes data from the central API Gateway via secure JWT authentication

    TypeScript

  6. zidioconnect zidioconnect Public

    ZidioConnect is a microservices-based platform built with Java, Spring Boot, Spring Cloud, and MySQL. It includes student-service, recruiter-service, admin-service, analytics-service, jobpost-servi…

    Java