Skip to content
View devanshranjan10's full-sized avatar
πŸ˜‡
Chilling
πŸ˜‡
Chilling

Highlights

  • Pro

Block or report devanshranjan10

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

Java Engineer DSA Enthusiast Codeforces


πŸš€ Building the Future, One Commit at a Time πŸš€


πŸ‘¨β€πŸ’» About Me

public class Devansh {
    private String role = "Java Engineer β˜•";
    private String[] languages = {"Java", "C++", "C", "JavaScript", "TypeScript", "Python", "HTML", "CSS"};
    private String[] interests = {"DSA", "Competitive Programming", "Web Dev", "Backend Engineering"};
    private String[] competitivePlatforms = {"Codeforces", "LeetCode", "HackerRank"};
    private String codeforcesHandle = "devanshranjan";
    
    public void solveProblems() {
        // Solving DSA problems daily in Java
        while(true) {
            practiceDSA();
            participateInContests();
            buildProjects();
        }
    }
    
    private Technologies techStack = new Technologies() {
        frontEnd: ["React", "Vue", "Vanilla JS"],
        backEnd: {
            java: ["Spring Boot", "Spring Framework", "Hibernate"],
            js: ["Node", "Express"]
        },
        dsa: ["Java Collections", "Algorithms", "Data Structures"],
        competitiveProgramming: ["Java", "Problem Solving"],
        databases: ["MongoDB", "Firebase", "PostgreSQL", "MySQL"],
        devOps: ["AWS", "Docker", "GitHub Actions"]
    };
    
    private String currentFocus = "Building Solace & OpenCause | Solving DSA in Java";
    private String funFact = "I turn coffee β˜• into optimized Java code πŸ’»";
}

πŸ”₯ Streak Stats

devanshranjan10

πŸ“Š GitHub Stats

stats graph

πŸ† GitHub Trophies

trophy

βš”οΈ Competitive Programming & DSA

🎯 Solving Problems Daily in Java 🎯

Codeforces

Codeforces Handle: devanshranjan

Languages Used for CP: Java

Focus Areas:

  • πŸ”₯ Data Structures & Algorithms
  • ⚑ Competitive Programming
  • 🎯 Problem Solving
  • 🧠 Algorithm Optimization

πŸ’» Tech Stack

Languages

Java C++ C JavaScript TypeScript Python HTML5 CSS3 Solidity

Frameworks & Libraries

Spring Spring Boot Hibernate React Next.js NodeJS Express.js NestJS Vue.js

Databases & Cloud

Firebase MongoDB PostgreSQL MySQL AWS

Java Ecosystem

Maven Gradle IntelliJ IDEA Eclipse

Tools & Others

Git GitHub Docker Postman VSCode Jira


β˜• Java Engineering & DSA

🎯 Java Engineer | DSA & CP Specialist 🎯

Primary Language for Competitive Programming: Java β˜•

Expertise:

  • πŸ”₯ Data Structures & Algorithms - Mastery in Java Collections Framework
  • ⚑ Competitive Programming - Active on Codeforces, LeetCode, HackerRank
  • πŸ—οΈ Backend Development - Spring Boot, Spring Framework, Hibernate
  • πŸš€ System Design - Building scalable Java applications
  • πŸ’» Problem Solving - Optimizing algorithms and data structures

Java Skills:

  • Core Java (Collections, Multithreading, Concurrency)
  • Spring Framework (Spring Boot, Spring MVC, Spring Security)
  • JPA/Hibernate for database operations
  • Maven/Gradle for build automation
  • RESTful API development
  • Microservices architecture

DSA Topics:

  • Arrays, Linked Lists, Stacks, Queues
  • Trees, Graphs, Heaps
  • Dynamic Programming
  • Greedy Algorithms
  • Graph Algorithms (DFS, BFS, Dijkstra, etc.)
  • String Algorithms
  • Number Theory

πŸ“ˆ Contribution Graph

activity graph

🎯 Current Projects

🌟 Solace - Mental Health Platform

A comprehensive digital mental health platform for students with AI-powered chat, mood tracking, and community support.

πŸ”— View Repository β†’

πŸš€ OpenCause - Decentralized Fundraising Platform

A blockchain-based transparent fundraising platform built with NestJS, Next.js, and Solidity smart contracts. Features crypto payments, evidence verification, and IPFS storage.

πŸ”— View Repository β†’


🎨 Random Dev Quote

random quote

🀝 Connect with Me

πŸ’‘ Fun Facts

  • β˜• Java Engineer - Building robust backend systems with Spring Boot
  • πŸ”₯ DSA & CP Enthusiast - Solving problems daily on Codeforces (handle: devanshranjan)
  • 🎯 Currently working on Solace (Mental Health Platform) & OpenCause (Blockchain Fundraising)
  • πŸ’» Competitive Programming - Love solving algorithmic challenges in Java
  • 🌱 Learning: Advanced Java Patterns, System Design, Blockchain Development
  • πŸ’¬ Ask me about: Java Development, DSA, Competitive Programming, Web Dev, Mental Health Tech, Blockchain
  • ⚑ Fun fact: I optimize Java code like it's a competitive programming problem!
  • πŸš€ Building scalable applications with Java Spring Boot and modern web technologies

⚑️ "Code is like humor. When you have to explain it, it's bad." ⚑️

Thanks for visiting! ❀️

Profile Views


🎯 "The best way to predict the future is to create it." 🎯

Made with ❀️ by Devansh Ranjan

⭐️ From devanshranjan10

Popular repositories Loading

  1. solace solace Public

    Your Gentle Companion for Mental Wellness. A warm, supportive digital mental health platform designed with love for students. Here, your mental health matters, your feelings are valid, and you're n…

    JavaScript 1

  2. opencausepublic opencausepublic Public

    OpenCause is a revolutionary crowdfunding platform that brings transparency and trust to charitable giving through blockchain technology. Unlike traditional crowdfunding platforms, OpenCause escrow…

    TypeScript 1

  3. IndiaTwinKit IndiaTwinKit Public

    MATLAB

  4. devanshranjan10 devanshranjan10 Public

  5. sqlfluff sqlfluff Public

    Forked from sqlfluff/sqlfluff

    A modular SQL linter and auto-formatter with support for multiple dialects and templated code.

    Python