Skip to content
View shravyataluka-codes's full-sized avatar

Block or report shravyataluka-codes

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

Shravya Taluka

Second-year Computer Science undergraduate.

Focused on building strong foundations in Java backend systems, with emphasis on data structures, database behavior, and operating system concepts.


What’s here

acadmate
Spring Boot REST API for academic management.
Includes JWT authentication and MySQL integration.


java-systems-and-algorithms
Data structures and algorithms implemented in Java.
Includes unit tests and complexity analysis.
(Current focus: arrays and hashing)


java-system-tools
Small CLI-based utilities built in Java.


java-database-engineering
Experiments with JDBC, SQL, and database interactions.


Java-Operating-Systems-Engineering
Exploring OS concepts through small concurrency experiments.


AI-Systems-Engineering
Notes and small experiments around AI systems and infrastructure.


skill-tracker
A personal study tracker.
Built with HTML, CSS, and JavaScript.


Current Focus

  • Java backend development (Spring Boot, APIs, system design)
  • Data structures and problem solving
  • Database behavior and query execution
  • Concurrency and OS-level concepts

Currently Exploring

  • How the JVM handles memory during algorithm execution
  • What happens inside MySQL during query execution
  • Thread vs process behavior beyond Java abstractions

Next Build

Working on a real-time competitive system focusing on:

  • matchmaking
  • state management
  • backend-driven game logic

LinkedIn

Pinned Loading

  1. java-systems-and-algorithms java-systems-and-algorithms Public

    A structured repository for mastering Data Structures & Algorithms in Java, organized with system-level thinking and backend engineering discipline.

    Java

  2. java-database-engineering java-database-engineering Public

    Learning JDBC, SQL and database interactions using Java.

    Java

  3. acadmate acadmate Public

    AcadMate is a Spring Boot REST API for academic management that helps students track subjects, chapters, resources, and study progress in one place. Built with JWT authentication, MySQL, and a clea…

    Java