Skip to content
View AlgorithmicDeer's full-sized avatar
πŸ€™
Chill
πŸ€™
Chill

Block or report AlgorithmicDeer

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

Typing SVG Cat GIF Cat GIF


GIF

Spotify Playing 🎧

Current Spotify Song

About Me 🦧

Retro GIF
import java.util.*;

public class DeveloperProfile {
    private String name = "Maanas Gaur";
    private String role = "Backend Engineer | Java, Spring & AI Systems";
    private String education = "B.Tech in CS & AI at IIIT Delhi";
    
    private Map<String, List<String>> skills = new LinkedHashMap<>();
    
    public DeveloperProfile() {
        skills.put("Backend", Arrays.asList(
            "Java", "Spring Boot", "Spring AI (LLM, RAG, Agents, MCP)",
            "Spring Cloud (Config, Gateway, Service Discovery)",
            "Spring Security (JWT, OAuth2)",
            "RabbitMQ (Event-driven Architecture)", 
            "PostgreSQL", "pgvector (Vector Search)",
            "REST APIs", "Docker", "Kubernetes"
        ));
        
        skills.put("Frontend", Arrays.asList(
            "React", "JavaScript", "HTML5", "CSS3"
        ));
        
        skills.put("AI/ML", Arrays.asList(
            "Python", "LangChain", "LangGraph"
        ));
    }
    
    public void sayHi() {
        System.out.println("Thanks for dropping by, hope you find my profile interesting :)");
    }
    
    public void debugLife() {
        System.out.println("β–ˆβ–ˆβ–‘β–‘ [] Design microservices");
        System.out.println("β–ˆβ–ˆβ–ˆβ–‘ [] Build AI Agents & MCP πŸ€–");
        System.out.println("β–ˆβ–ˆβ–ˆβ–ˆ [] Secure APIs & workflows");
        System.out.println("β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ [βœ“] Playing with cats 🐱");
    }
    
    public static void main(String[] args) {
        DeveloperProfile me = new DeveloperProfile();
        me.sayHi();
        me.debugLife();
    }
}

πŸ› οΈ Tech Stack

Java Spring Boot Spring Cloud Spring Security Spring AI Hibernate PostgreSQL pgvector Redis RabbitMQ Kafka Maven Git Docker Kubernetes Terraform GitHub Actions Postman React JavaScript HTML5 CSS3 Python Hugging Face LangChain LangGraph LangSmith

🐍 GitHub Contribution

snake gif


πŸ“¬ Connect with Me

LinkedIn Email

Retro Hacker GIF


Popular repositories Loading

  1. AlgorithmicDeer AlgorithmicDeer Public

    Config files for my GitHub profile.