Skip to content
View peephole5layer's full-sized avatar
πŸ‘‹
πŸ‘‹

Organizations

@BackendCraft

Block or report peephole5layer

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

Hey πŸ‘‹, I'm Divyanshu Mishra

Java Backend Developer β€’ Cloud Enthusiast β€’ System Design Learner

Typing SVG

profile views


πŸ’« About Me

class DivyanshuMishra {

    String role = "Backend Developer";

    String[] currentFocus = {
        "Spring Framework",
        "System Design",
        "Microservices",
        "Cloud Native Development"
    };

    String[] techInterests = {
        "Distributed Systems",
        "Scalable Backend Architectures",
        "AWS Cloud"
    };

    String motto = "Keep Building. Keep Scaling.";
}
  • πŸš€ Exploring Cloud Native Applications
  • 🌱 Currently learning Spring Framework & System Design
  • 🀝 Open to collaborate on Backend & Cloud Projects
  • πŸ’¬ Ask me about Java, APIs, Backend Systems
  • πŸ“« Reach me at mdivyanshu624@gmail.com

🌐 Connect With Me


⚑ Tech Stack


🐍 Contribution Snake Animation

snake animation


πŸ“ˆ Activity Graph


πŸš€ Current Goals

  • βœ… Master Spring Ecosystem
  • βœ… Learn Scalable System Design
  • βœ… Build Production Grade Microservices
  • βœ… Deploy Projects on AWS
  • πŸ”„ Contribute to Open Source

πŸ’‘ Developer Mindset

while(!success){
    learn();
    build();
    improve();
    repeat();
}

⚑ Building scalable backend systems one commit at a time ⚑

Pinned Loading

  1. Java-Programs Java-Programs Public

    Forked from codehouseindia/Java-Programs

    Share your Java Programs here.

    Java

  2. Let-Us-Java Let-Us-Java Public

    Forked from CodeNerve/Let-Us-Java

    [Hacktoberfest 2021] Any amazing πŸ”₯ πŸ’― code you may think of in Java, Let's compile all of them here

    Java

  3. docent_webSurfing docent_webSurfing Public

    Forked from bhav380/docent_webSurfing

    CSS 1 1

  4. campus_navigation campus_navigation Public

    interactive web application designed to help students and visitors find the shortest and most efficient path within a university campus

    Java

  5. smart_queue_system smart_queue_system Public

    an online system where users can take tokens for services (doctor, salon, etc.) and track their queue position in real time, while admins can manage the queue smoothly.

    Java

  6. api-rate-limiter api-rate-limiter Public

    A Spring Boot–based API Rate Limiter that controls request flow per user/IP using Redis caching.Ensures fair usage, stability, and protection of APIs with smart request throttling.

    Java