Skip to content
View SiddhiikaN's full-sized avatar
  • india

Organizations

@JavaLabs-io

Block or report SiddhiikaN

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

Hi, I'm Siddhika 👋

I'm a Java developer who builds tools and systems — mostly backend, mostly things that make things work better.

Tech Stack

Java MySQL Git GitHub

Projects

API Contract Verifier

Compares two versions of a JSON API response and flags what changed — added fields, removed fields, value changes, and type changes. Assigns a risk score (HIGH / MEDIUM / LOW / SAFE) based on the nature of the diff. Built to catch breaking changes before they reach consumers.

Inventory Management System

A Java desktop application for managing product stock with full CRUD operations. Built with a layered architecture.

Organisation

JavaLabs-IO — a GitHub organization focused on Java tooling, backend experiments, and real-world system simulations.

Current focus

Focused on infrastructure patterns and distributed systems concepts in Java.

Pinned Loading

  1. API-Contract-Verifier API-Contract-Verifier Public

    API version diffing with breaking-change detection.

    Java 1

  2. InventoryManagementSystem InventoryManagementSystem Public

    A simple Java Swing application for managing product inventory with MySQL database connectivity.

    Java 1

  3. JavaLabs-io/network-contagion JavaLabs-io/network-contagion Public

    A Java program that simulates infection spreading through a tree-based network.

    Java

  4. JavaLabs-io/QueueSimulator JavaLabs-io/QueueSimulator Public

    A Java-based queue simulator demonstrating real-world queue management with priority handling and dynamic operations.

    Java