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

Highlights

  • Pro

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

Backend engineer obsessed with why systems break, not just that they run.
CSE student. Building deterministic, production-grade architectures in Java & Python.

Java Spring Boot Python Flask MongoDB MySQL Firebase React


Flagship Project

Production-level full-stack system that evaluates clinical interactions between medications and foods using a deterministic rule engine.

Why it matters:

  • Replaced ML with precision — Migrated from predictive ML to a rule-based engine for 100% clinical traceability and predictability
  • Production architecture — Layered backend (Flask REST API), JWT auth (Firebase), MongoDB persistence, batch processing algorithms
  • Full-stack execution — React + TypeScript frontend deployed on Vercel; Python/Flask backend handling complex rule evaluation
  • Engineering rigor — Includes architectural audits, evolution docs, and comprehensive technical reasoning behind pivots

Stack: Python, Flask, MongoDB, React 19, TypeScript, Firebase Admin SDK
Read my reasoning | Live app


Additional Work

Learning Projects (System-Level Focus)

Other Projects

  • Acadmate — Spring Boot REST API for academic management; JWT auth, layered architecture
  • TravelGenius — Hackathon project: intelligent travel planner

DSA & Problem Solving

Practicing algorithmic thinking and competitive programming on LeetCode — solving problems with focus on both efficiency and system-level understanding.


Writing

I write about the systems I build and the thinking behind architectural decisions. Each article connects engineering to deeper understanding.

More on Medium →


Currently Exploring

  • JVM memory models and garbage collection tuning
  • SQL query execution plans and optimization strategies
  • Concurrency patterns and thread-safe architecture
  • Building systems that are auditable and deterministic

Open Source

Currently participating in GirlScript Summer of Code (GSSoC) 2026.


Contact

LinkedIn · LeetCode · shrvyataluka20@gmail.com · Medium

Pinned Loading

  1. drug-food-interaction-predictor drug-food-interaction-predictor Public

    Layered full-stack platform for deterministic drug-food interaction evaluation using a modular rule engine.

    Python

  2. 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

  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