Skip to content
View Yashraghuvans's full-sized avatar
🏆
Focusing
🏆
Focusing

Organizations

@YNVSolutions

Block or report Yashraghuvans

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Yashraghuvans/README.md
Profile views Code Time

Snake animation


🌐 About Me

const yash = {
    role: [
        "Salesforce Product Architect @ EaziCore",
        "Ex-Full Stack Intern @ YNV Solutions"
    ],
    location: "India 🇮🇳",
    code: ["Apex", "TypeScript", "Swift", "Kotlin", "C++", "Python"],
    focus: [
        "Salesforce Ecosystem (CRM & SFS)",
        "iOS Development",
        "System Architecture",
        "DevOps"
    ],
    motto: "Architecting Scalable Solutions.",
    currentlyExploring: "Enterprise Cloud Patterns & Advanced iOS",
    portfolio: "https://yash-engine.vercel.app"
};

🛠️ Tech Arsenal

💻 Languages

C C++ C# Java Python Swift Kotlin TypeScript JavaScript

🌐 Web Dev

React Next.js HTML5 CSS3 Tailwind

📱 Mobile Dev

Android Jetpack Compose SwiftUI

☁️ Cloud & DevOps

Firebase Google Cloud Vercel Git

🔧 Tools

VS Code Xcode Android Studio Canva Stripe


💎 Engineering Highlights

Project & Scope Architecture & Tech Stack Lifecycle & Links
☁️ AssetFlow-Pro
Enterprise Asset Management (EAM)

An enterprise-grade system for tracking asset lifecycle, automated depreciation logic, and maintenance scheduling.
Salesforce
Apex LWC
SOQL Flow
🟢 Open Source

🔗 View Code
🎗️ SwiftCause Ecosystem
Cross-Platform Donation Engine

A dual-interface platform connecting UK Nonprofits with donors. Features a native iOS donor app and a responsive Next.js admin dashboard.
SwiftUI Next.js
TypeScript Firebase
Google Cloud
🟢 Production Ready

📱 View iOS
💻 View Web
🤖 Gen-AI Labs
AI & Computer Vision Research

Experimental repository for LLM integration and Vision models. Includes real-time video segmentation and prompt engineering pipelines.
Python YOLOv8
OpenCV Jupyter
LLMs
🔵 Active Research

🔗 View Lab
💸 FinFlow
Fintech Analytics Dashboard

Analytics-heavy platform for tracking loan disbursements and builder payments. Features complex data visualization.
React Node.js
MongoDB Chart.js
🟢 Completed

🔗 View Code

📈 GitHub Analytics

Contribution Graph

🎯 Current Focus

graph LR
    %% Central Node
    Root((Yash)):::root

    %% LEFT SIDE (Foundational Engineering)
    %% Arrows point TO Yash to force them Left
    Mob(Mobile Dev):::mobile --> Root
    Web(Web Dev):::web --> Root

    %% RIGHT SIDE (Professional & Architecture)
    %% Arrows point FROM Yash to force them Right
    Root --> SF(Salesforce Arch):::salesforce
    Root --> Cloud(Cloud & DevOps):::cloud

    %% BOTTOM / CENTER (Strategic Focus)
    %% Linked specifically to appear distinct
    Root -.-> Learn(Strategic Focus):::learning

    %% --- DETAILS (Vertical lists attached to branches) ---
    
    %% Left Branch Details
    Mob --- M1(iOS/SwiftUI):::mobile
    M1 --- M2(Android/Kotlin):::mobile
    
    Web --- W1(Next.js / React):::web
    W1 --- W2(TypeScript):::web

    %% Right Branch Details
    SF --- S1(CRM & SFS):::salesforce
    S1 --- S2(Apex & LWC):::salesforce

    Cloud --- C1(Firebase):::cloud
    C1 --- C2(GCP / CI/CD):::cloud

    %% Bottom Branch Details
    Learn --- L1(System Design):::learning
    L1 --- L2(Cloud Arch):::learning

    %% Charming Color Palette
    classDef root fill:#ffdd99,stroke:#e6b800,stroke-width:3px,color:#4d3d00,rx:15px,ry:15px;
    classDef salesforce fill:#ffccd5,stroke:#ff6680,stroke-width:2px,color:#800020,rx:5px,ry:5px;
    classDef mobile fill:#cce5ff,stroke:#66b2ff,stroke-width:2px,color:#004080,rx:5px,ry:5px;
    classDef web fill:#d4edda,stroke:#82c998,stroke-width:2px,color:#155724,rx:5px,ry:5px;
    classDef cloud fill:#eaddff,stroke:#c4a7ff,stroke-width:2px,color:#4a0080,rx:5px,ry:5px;
    classDef learning fill:#fff3cd,stroke:#ffe680,stroke-width:2px,color:#856404,rx:5px,ry:5px;
Loading

🏆 Profile Summary

Yash's GitHub Summary

🤝 Connect With Me

LinkedIn Twitter LeetCode HackerRank GeeksforGeeks Portfolio Email



Pinned Loading

  1. SwiftCause_Web SwiftCause_Web Public

    Forked from YNVSolutions/SwiftCause_Web

    Modern Donation Platform for UK-Based Nonprofits

    TypeScript

  2. AssetFlow-Pro AssetFlow-Pro Public

    Enterprise Asset Management System Based on CRM

    Apex

  3. Swift_Cause_IOS Swift_Cause_IOS Public

    Forked from YNVSolutions/SwiftCause_IOS

    Swift Cause is a modern, open source mobile donation platform built for nonprofits.

    Swift

  4. FinFlow FinFlow Public

    The app will help users track loan disbursements, payments to builders, and interest accruals.

    JavaScript 1

  5. Flap-Flight Flap-Flight Public

    A simple, addictive, and challenging endless flyer game inspired by the classic Flappy Bird.

    C#

  6. Vector-Visions Vector-Visions Public

    This repository contains a simple Python script to perform video segmentation using YOLOv8 and Ultralytics.

    Jupyter Notebook