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

Block or report gauravvsde

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
gauravvsde/README.md

Hi 👋, I'm Gaurav Verma

Software Engineer | AWS Certified Developer Associate

gauravverma245

Coding Profiles:

__gauravverma/ blackmailor blackmailor

Image A little more about me...

public class GauravProfile {

    private final String pronouns = "He/Him";
    private final String role = "Java Backend Developer";
    private final List<String> languages = List.of("Java", "C++", "JavaScript", "SQL");
    private final List<String> specialties = List.of(
        "Backend Architecture",
        "Microservices",
        "Cloud Deployments",
        "CI/CD",
        "System Design"
    );

    private final List<String> backendTechnologies = List.of(
        "Spring Boot",
        "Spring Security",
        "Hibernate",
        "JPA",
        "JUnit",
        "Mockito",
        "Kafka",
        "REST APIs"
    );

    private final List<String> devOpsTools = List.of(
        "Docker",
        "Kubernetes",
        "Jenkins",
        "Git",
        "Swagger"
    );

    private final List<String> cloudServices = List.of(
        "AWS EC2",
        "AWS S3",
        "AWS Lambda",
        "AWS CloudWatch",
        "Amazon RDS"
    );

    private final List<String> databases = List.of(
        "MySQL",
        "Redis"
    );

    private final List<String> monitoringTools = List.of(
        "Prometheus",
        "Grafana"
    );

    private final List<String> architectureStyles = List.of(
        "Microservices",
        "Monolithic"
    );

    private final String currentFocus = "Designing scalable, fault-tolerant backend systems in the insurance domain";
    private final String funFact = "I build better systems when fueled by caffeine and clean code!";

    public String getRole() { return role; }
    public List<String> getLanguages() { return languages; }
    public List<String> getBackendTechnologies() { return backendTechnologies; }
    public String getCurrentFocus() { return currentFocus; }

}

📫 How to reach me:

Pinned Loading

  1. MoneyManagerNextJs MoneyManagerNextJs Public

    JavaScript 1

  2. FullStackEcommerceWebsite FullStackEcommerceWebsite Public

    JavaScript

  3. EcommerceBackend EcommerceBackend Public

    Java