Skip to content
View iambhargavnath's full-sized avatar
💻
Coding...
💻
Coding...

Block or report iambhargavnath

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

       


whoami

data class Engineer(
    val name: String     = "Bhargav Nath",
    val role: String     = "Software Engineer",
    val experience: Int  = 5,          // years
    val focus: List<String> = listOf(
        "Native Android & iOS",
        "Cross-Platform (Flutter)",
        "BLE / IoT Systems",
        "Machine Learning Integration",
        "Cloud-Connected Solutions"
    ),
    val motto: String = "Code • Build • Innovate • Scale"
)

5+ years crafting scalable mobile apps, intelligent IoT systems, and ML-powered experiences. I care about clean architecture, seamless UX, and code that lasts.


⚙️ Tech Stack


📱 Mobile Development

Android

Kotlin Java Jetpack Compose Android Android Studio

iOS

Swift SwiftUI Xcode

Cross-Platform

Flutter Dart

Services & Integrations

Firebase GraphQL Google Maps Google Play App Store


🤖 Machine Learning

Python TensorFlow scikit-learn NumPy Pandas OpenCV


Domain Capability
👁️ Computer Vision Image Classification · Object Detection · Image Processing
🎙️ Speech & Audio Speech Recognition · Signal Processing
🧠 Neural Networks Model Training · Optimization · On-Device Inference
☁️ Deployment Android/iOS Integration · Cloud Inference

📡 IoT & Embedded Systems

Arduino Linux Docker MQTT Raspberry Pi Bluetooth


Layer Technologies
📶 Connectivity BLE · Wi-Fi · Cellular · USB · MQTT · WebSocket
🔧 Hardware Sensors · Relays · Actuators · Hardware-Software Interfacing
☁️ Systems Cloud Connectivity · OTA Updates · Remote Monitoring

🔭 What I'm Building

  • 📲 High-performance native mobile apps with modern architecture
  • 🔌 End-to-end IoT pipelines — from firmware to cloud dashboard
  • 🧠 ML models trained, optimized, and shipped to production
  • 🌐 Real-time, cloud-connected systems at scale



Popular repositories Loading

  1. durationpicker-library durationpicker-library Public

    This is a duration picker dialog for android with hour, minute and second.

    Kotlin 2

  2. Calculator-iOS Calculator-iOS Public

    This is a simple calculator app for iOS made with swift.

    Swift 1

  3. QuoteApp-Android QuoteApp-Android Public

    This is a Quote App with CRUD functionality using Firebase Realtime Database.

    Kotlin 1

  4. SoilSensor-7in1 SoilSensor-7in1 Public

    Code to retrieve and analyse data from Soil Sensor 7 in 1.

    Jupyter Notebook 1

  5. ArduinoBluetooth ArduinoBluetooth Public

    This is an Android Application made to connect with Arduino Board to retrieve sensor data through Bluetooth.

    Java

  6. ArduinoRemote ArduinoRemote Public

    This is an Android Application made to send command to Arduino Board through Bluetooth.

    Java