Skip to content
View omdongare9422's full-sized avatar

Highlights

  • Pro

Block or report omdongare9422

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.

Content in all repositories owned by your account will be closed.
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
omdongare9422/README.md
Om Dongare

LinkedIn Email YouTube Profile views



Typing intro

๐Ÿ’ป om@github:~$ whoami

package profile;

public class OmDongare extends Developer implements Musician {
    private String primaryLanguage = "Java";
    private String[] domains = {"Android", "Backend APIs", "System Design", "IoT"};
    private boolean lovesUsefulSoftware = true;

    public void displayProfile() {
        System.out.println("Signal: Useful software > Impressive demos.");
        System.out.println("Currently building: Systems where mobile, backend, and data play nice.");
        System.out.println("Off-duty: Keyboardist / Musician ๐ŸŽน. Chords + rhythms = logic + code.");
    }
}

I like working on software where the pieces have to talk to each other โ€” mobile clients, APIs, databases, devices, and the messy real-world details in between.


๐Ÿš€ system.diagnostics

========================================================================
[SYSTEM REPORT] - Software & Systems Architecture Specs
========================================================================
โ— Engine Core         : Java 21 / JVM Ecosystem
โ— Mobile Subsystem    : Android Native (Kotlin, Jetpack Compose, XML)
โ— API Middleware      : Spring Boot, Django, Express, Node.js REST APIs
โ— Persistence Layer   : Oracle DB, MySQL, MongoDB
โ— Hardware Interfaces : ESP32, Raspberry Pi, Arduino (MQTT Protocol)
โ— Integration Flow    : Event-driven pipelines, IIoT telemetry & cloud
========================================================================

I enjoy designing clean boundaries between mobile frontends, backend business logic, and databases.


โš™๏ธ toolbox --core

Core technology stack

๐Ÿ› ๏ธ Tech Stack Categorized

  • Mobile & APIs: Android SDK, XML, REST APIs, Spring Boot, Express, Django
  • Data & ML: Oracle DB, MySQL, MongoDB, TensorFlow, Pandas, NumPy, scikit-learn
  • Systems & IoT: MQTT, ESP32, Raspberry Pi, Arduino

๐Ÿ“Š github --pulse

GitHub streak
Contribution activity graph

๐Ÿš€ projects --live

I intentionally donโ€™t hard-code static project cards here because work evolves. Instead, my pinned repositories directly below this README are my live portfolio.

This keeps the profile focused on how I engineer systems while allowing my featured projects to update dynamically.

๐Ÿ‘‡ Explore my pinned repositories below to see what I am building right now ๐Ÿ‘‡


๐ŸŽน sidequest --music

When Iโ€™m away from code, Iโ€™m usually at a different keyboard. ๐ŸŽน
I play music because it scratches the same itch as programming: timing, structure, patterns, improvisation, and knowing when not to add another note.


System.out.println("Build things worth using.");

Java ยท Android ยท Spring Boot ยท Django ยท APIs ยท Databases ยท IoT ยท System Design


LinkedIn ย โ€ขย  Email ย โ€ขย  YouTube



footer

Pinned Loading

  1. data_Manipulation_using_Matplotlib data_Manipulation_using_Matplotlib Public

    Student Data Manipulation using File Handling and Data Representation using Matplotlib

    Python

  2. Python_dictionary-filehandling Python_dictionary-filehandling Public

    This repository contains a Python project focused on implementing a dictionary using file handling techniques. The project aims to provide users with a simple and efficient way to store, retrieve, โ€ฆ

    Python