Skip to content
View Jaysurya85's full-sized avatar

Highlights

  • Pro

Block or report Jaysurya85

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

Hi 👋 I'm Jaysurya Ray

Backend & Systems Engineer | Full-Stack Developer
Graduate Student in Computer Science @ University of Florida

I enjoy building scalable backend systems, distributed applications, and clean frontend interfaces that make complex systems easy to interact with.


About Me

  • Former Specialist Programmer at Infosys
  • Built scalable backend systems and optimized distributed workloads
  • Interested in systems programming, networking, and distributed systems
  • Currently exploring Java, Rust, and backend architecture
  • Competitive programmer (Codeforces +1600 rating)

GitHub Stats

GitHub Card


Tech Stack

  • Languages: Java • Python • Rust • C • JavaScript • TypeScript

  • Backend: Spring Boot • Django • REST APIs • Redis • Microservices

  • Frontend: React • SolidJS • Flutter • HTML • CSS

  • Infrastructure: Docker • Linux • Git • CI/CD


Competitive Programming

  • Codeforces rating: +1600 (Expert)
  • Solved 800+ problems
  • Focus on algorithms and data structures

Profile
https://codeforces.com/profile/jaysuryaray1998


Systems & Backend Projects

P2P File Sharing System

A BitTorrent-like peer-to-peer file sharing protocol implemented in Java.

Features:

  • TCP socket communication
  • piece-based file distribution
  • choking / unchoking mechanism
  • concurrent peer communication

P2P Demo

Repository
https://github.com/Jaysurya85/P2PFileSharing


Redis Clone (Rust)

Implemented an in-memory Redis clone with persistence and RESP protocol support.

Features:

  • Redis Serialization Protocol (RESP)
  • in-memory key-value store
  • expiration support
  • systems-level Rust implementation

Repository
https://github.com/Jaysurya85/custom_redis_rust


Frontend Projects

Algorithm Visualizer

Interactive platform to visualize graph and sorting algorithms.

BFS

Live Demo
https://algo-visualiser-d4a06.web.app


Contact

LinkedIn
https://linkedin.com/in/Jaysurya85

Email
jaysuryaray1998@gmail.com

Pinned Loading

  1. P2PFileSharing P2PFileSharing Public

    A P2P File sharing project like bit torrent

    Java

  2. AlgoVisualiser AlgoVisualiser Public

    JavaScript

  3. custom_redis_rust custom_redis_rust Public

    creating my own redis and learning rust at the same time.

    Rust