Skip to content
View Diffusity's full-sized avatar
💻
Building
💻
Building

Highlights

  • Pro

Block or report Diffusity

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
Diffusity/README.md
class DiffusityProfile {

    String name = "Parth Maharaja";
    String role ="Android + Backend Engineer + part - time vibeCoder";

    String[] interests = {
        "Android Development",
        "Backend Engineering",
        "System Design",
        "Low-Level Programming",
        "Data Structures & Algorithms"
    };

    String[] languages = {
        "Java", "Kotlin", "Go", "Python",
        "JavaScript", "C++", "C"
    };

    String[] currentFocus = {
        "Building performant Android apps with scalable backends",
        "Exploring Local LLMs & Agentic AI fundamentals",
        "Implementing backend systems from scratch."
    };

    String[] projects = {
        "repoShere - Git/GitHub-inspired microservices system",
        "Aura Retail OS - Design patterns (OOD project)",
        "Custom HTTP Server - From-scratch implementation"
    };

    Technologies tech = new Technologies();
    static class Technologies {

        String[] android = {
            "Kotlin", "Jetpack Compose", "Java", "XML"
        };

        String[] backend = {
            "Spring Boot",
            "Spring Web",
            "Spring Data JPA",
            "Hibernate",
            "JWT Authentication",
            "Microservices",
            "REST APIs",
            "Ktor",
            "Concurrency & Multithreading (learning)",
            "Spring AI (learning)",
            "Redis (learning)",
            "gRPC (learning)",
            "Kafka (learning)",
        };

        String[] lowLevel = {
            "C", "C++", "Memory & Concurrency"
        };

    }
}

Pinned Loading

  1. repoSphere repoSphere Public

    TypeScript 1 1

  2. Bloom Bloom Public

    Forked from Jay1570/Bloom

    Kotlin

  3. GROOT GROOT Public

    Forked from Jay1570/GROOT

    Kotlin

  4. groot_vcs_cli groot_vcs_cli Public

    Python 2