Skip to content
View shreyasganesh0's full-sized avatar
πŸ˜ƒ
πŸ˜ƒ

Block or report shreyasganesh0

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

Hi there πŸ‘‹ I'm Shreyas.

Welcome to my Github HomePage!

  • πŸ“– I am doing my Master's in Computer Engineering at the University of Florida, Gainesville with a focus in Systems Programming.
  • πŸ“Š I have experience is in Python with multiple projects, courses and papers in Data Science and machine learning. I am currently working a lot with systems programming and low level coding
  • πŸ’¬ I'm looking to collborate on anything that involves networking, databases, message brokers, ... the whole nine yards.
  • πŸ”­ I'm currently actively learning Zig, Go and Python for backend development in my spare time and im actively looking for jobs in backend development.
  • πŸ“« You can connect with me on LinkedIn always down to have a conversation or collaborate.
  • ⚑ Fun fact: I love video games (don't we all) and hope to make my own soon.

Pinned Loading

  1. python-redis-clone python-redis-clone Public

    An asynchronous Redis clone in Python using asyncio. Implements the RESP protocol, master-replica replication, RDB file parsing, and key expiry.

    Python

  2. ride-location-tracker ride-location-tracker Public

    A real-time geospatial location tracker in Go. Uses WebSockets, a custom in-memory Pub/Sub hub, and Redis (for geospatial queries) to broadcast driver locations.

    Go

  3. chord-protocol chord-protocol Public

    An implementation of the Chord Distributed Hash Table (DHT) protocol in Gleam. Explores P2P routing, finger tables, and successor lookups.

    Gleam

  4. chirpy chirpy Public

    A full-stack backend API for a Twitter clone ("Chirpy") built in Go. Implements a REST API, JWT authentication, password hashing, and a type-safe Postgres database layer using sqlc.

    Go

  5. java-kafka-clone java-kafka-clone Public

    A Kafka clone in Java focused on the network and protocol layer. Implements the binary wire protocol, varint decoding, and a multi-threaded TCP broker.

    Java

  6. sqlite-clone-zig sqlite-clone-zig Public

    A barebones SQLite clone built in Zig to explore database internals. Implements file format parsing and B-Tree traversal to read the schema and count tables.

    Zig