SYSTEM: ONLINE
VER: 2026.07

CREATIVE

PORTFOLIO LOADINGINITIALIZING MODULES...
0%
VIRAJ MALICREATIVE ENGINEER
HELLO.
I'M
VIRAJ
Architecting Experiences
Frontend Engineer
RESUME.DOCX
SCROLL TO DISCOVER
01 / STORYTELLING

WHO IS VIRAJ MALI?

Viraj Pravin Mali profile picture

Who I Am

A relentless Frontend & Mobile App Developer focused on bridges. I build interfaces that feel smooth, look gorgeous, and translate technical complexity into intuitive experiences.

What I Love

Micro-interactions that surprise users, Web3 applications built on Solana, hybrid app codebases with Angular/Ionic, and slick, performant React web interfaces.

My Philosophy

Digital products must be more than static layouts. They should breathe, respond, and adapt to the human touch. Performance, accessibility, and clean architecture are non-negotiable.

My Approach

Deconstruct complicated specifications down to their mathematical fundamentals. Research existing paradigms, sketch interactions, prototype rapidly, and iterate based on real feedback.

0 Internships Completed
0+ Projects Built
0+ Tech Competencies
0 Research Papers
02 / THE PATH

JOURNEY TIMELINE

2020

Secondary Schooling

Foundation Stage

Gained core fundamentals in math, logic, and early computer literacy, initiating my passion for technology.

2020 - 2024

Diploma in Computer Technology

K. K. Wagh Polytechnic, Nashik

Successfully completed with hands-on labs in object-oriented programming, data structures, database management systems, and initial web development technologies.

Jun 2023 - Jul 2023

Software Engineering Intern

Cyber Sanskar, Nashik

Collaborated on web interface modules using HTML, CSS, and vanilla JavaScript. Got introduced to Android Studio and mobile interface designs.

2023 - 2024

Peer-Reviewed Research Paper

Solana Smart Gateway Research

Co-authored and published research on SoulPay merchant gateway inside the International Journal of Scientific Research in Engineering & Management (IJSREM).

2024 - 2027

BE in Computer Engineering

Smt. Indira Gandhi College of Engineering, Navi Mumbai

Undergoing advanced engineering degree (Expected 2027) covering advanced software engineering, networking, mobile computing, and blockchain applications.

Aug 2025 - Present

App Developer Intern

Prudent Tech IT Solutions

Developing cross-platform mobile apps with Ionic Framework and Angular. Building, testing, and integrating enterprise-grade REST APIs, state handlers, and custom plugins.

Present

Advanced Mobile App Architectures

Building Cross-Platform Systems

Creating optimized React Native and Ionic ecosystems. Integrating native iOS/Android device APIs, push notification gateways, local offline-first storage, and high-fps layouts.

03 / TECHNOLOGIES

MY TECH UNIVERSE

Hover over the technology planets drifting in space to unlock details about my proficiency, frameworks, and system building capacities.

Frontend SYSTEM

Mobile SYSTEM

Blockchain SYSTEM

Backend & DB SYSTEM

Tools & OS SYSTEM

04 / PORTFOLIO

FEATURED PROJECTS

SoulPay Portal.html
STATUS: ONLINE

SoulPay

Merchant-Side Solana Blockchain Payment Gateway

#React.js#Node.js#Solana Web3.js
VM_SECURE_AUTH
Lead Creator & Blockchain Researcher

SoulPay

Merchant-Side Solana Blockchain Payment Gateway

Tx ConfirmationSub-Second
Intermediary Fees0%
Throughput Limit50k+ TPS

PROBLEM & SOLUTION

Problem: Traditional merchant gateways suffer from high credit card fees (2-4%), delayed settlement windows, and lack of transparency, making web3 checkout adoption difficult.
Solution: Built a fully trustless, decentralized payment interface generating real-time merchant QR codes. Consumers scan and sign transactions directly via Solana wallet adapters for peer-to-peer settlement.

TECHNICAL DEPLOYMENT

React.jsNode.jsSolana Web3.jsQR Code APIVercel

ARCHITECTURE

Client (React.js, Solana Web3.js) connects directly to Solana RPC cluster. Node.js backend handles dynamic pricing conversion, API signature tracking, and generates verifiable checkout tokens.

CHALLENGES

Handling RPC congestion and validating transactions instantly on the Solana ledger. Resolved by setting up optimized WebSocket subscription nodes and fallback RPC pools.

ChatCom App.html
STATUS: ONLINE

ChatCom

Real-Time Collaboration & Messaging Hub

#Angular#TypeScript#Firebase Auth
VM_SECURE_AUTH
Full Stack Engineer

ChatCom

Real-Time Collaboration & Messaging Hub

Message Latency< 50ms
Sync EngineRxJS Listeners
Security LevelRBAC Active

PROBLEM & SOLUTION

Problem: Organizations lack fast, reactive team portals that support fine-grained document sharing and roles without heavy monthly subscriptions.
Solution: Engineered a production-deployed real-time chat application with Angular reactive patterns and Firestore NoSQL database syncing, enabling instant channels and files exchange.

TECHNICAL DEPLOYMENT

AngularTypeScriptFirebase AuthFirestoreFirebase StorageSCSS

ARCHITECTURE

Angular frontend using RxJS state trees connected directly to Firebase Firestore listeners. Secure file buckets host binary media using Firebase Storage rules.

CHALLENGES

Preventing excessive Firestore read charges and maintaining state consistency during active socket syncing. Solved by writing client-side caches and query-throttling operators in RxJS.

Vortex AI Console.html
STATUS: ONLINE

Vortex AI

Gemini Powered AI Intelligent Assistant

#Next.js 15#React 19#Gemini API
VM_SECURE_AUTH
Frontend UI/UX Developer

Vortex AI

Gemini Powered AI Intelligent Assistant

Stream Delivery100% Fluid
Prompt HistoryLocalCache
Render Time< 5ms

PROBLEM & SOLUTION

Problem: Standard AI chatbot interfaces exhibit choppy, flashing layout shifts during streaming text responses, impairing readable scanning.
Solution: Designed a glassy chat terminal which parses token streams incrementally, rendering clean Markdown grids, syntax-highlighted code components, and typewriter indicators in real-time.

TECHNICAL DEPLOYMENT

Next.js 15React 19Gemini APIMarkdown ParserFramer Motion

ARCHITECTURE

Next.js server action proxies secure requests to Google Gemini model endpoint. Stream reader on the client processes stream chunk buffers into a React state array.

CHALLENGES

Managing state re-renders for multi-paragraph streams without triggering typing lags. Fixed by decoupling the active stream buffer from main layout nodes.

9:41 AMLTE 100%

NearBasket

Mobile Application
Add to Cart+
Mobile App Architect

NearBasket

Hyperlocal E-Commerce & Grocery Delivery App

Checkout Time< 2s
Location Accuracy99.9%
Frame Rate60 FPS

PROBLEM & SOLUTION

Problem: Hyperlocal delivery apps frequently lag on entry-level Android devices due to heavy background map polling and large asset loading cycles.
Solution: Built a optimized cross-platform React Native app with native bridge hooks for location tracking, lightweight item caching, and immediate cart updates.

TECHNICAL DEPLOYMENT

React NativeJavaScriptContext APIGeolocation APIGoogle Maps

ARCHITECTURE

React Native client with Context state API. Integrates Google Maps SDK for customer tracking and communicates via REST API with a Node/Express backend.

CHALLENGES

Battery depletion during background location polls. Mitigated by using adaptive frequency distance thresholds in GPS settings.

05 / EXPERIENCE

WORK EXPERIENCE

prudent_tech.ts
1
"text-pink-500 font-bold">import { Intern, Project } "text-pink-500 font-bold">from 'developer';
2
 
3
// Active Work Experience Module
4
"text-pink-500 font-bold">export "text-pink-500 font-bold">class PrudentTechIntern extends Intern {
5
"text-pink-500 font-bold">readonly company = 'Prudent Tech IT Solutions';
6
"text-pink-500 font-bold">readonly role = 'App Developer Intern';
7
"text-pink-500 font-bold">readonly duration = 'August 2025 - Present';
8
 
9
getStack(): "text-emerald-400">string[] {
10
"text-pink-500 font-bold">return ['Ionic', 'Angular', 'REST APIs', 'TypeScript', 'Agile', 'Git'];
11
}
12
 
13
"text-pink-500 font-bold">async getContributions(): "text-emerald-400">Promise<"text-emerald-400">string[]> {
14
"text-pink-500 font-bold">return [
15
'Architecting cross-platform apps for iOS & Android with Ionic/Angular',
16
'Building and integration of secure, scalable production REST APIs',
17
'Managing client-side state models and debugging native device wrappers',
18
'Collaborating in an Agile sprint-based Git flow with regular reviews'
19
];
20
}
21
}
Ln 21, Col 1UTF-8
Prudent Tech IT Solutions // Aug 2025 - Present
06 / ACADEMICS

EDUCATION & ACADEMICS

ACADEMIC MODULE // 01

Diploma in Computer Technology

K. K. Wagh Polytechnic
Nashik, India
2020 - 2024

CORE SYLLABUS FOCUS

  • Object Oriented Programming (Java/C++)
  • Data Structures & Algorithms
  • Database Management Systems (SQL)
  • Basic Web Development (HTML/CSS/JS)
  • Software Engineering Methodologies
STATUS: COMPLETED (FIRST CLASS)
VERIFIED_CREDENTIALS
ACADEMIC MODULE // 02

Bachelor of Engineering (BE)

Smt. Indira Gandhi College of Engineering
Navi Mumbai, India
2024 - 2027

CORE SYLLABUS FOCUS

  • Advanced System Architectures
  • Mobile Application Computing
  • Blockchain & Smart Contract Security
  • Object Oriented Analysis & Design
  • Operating Systems & Linux Networking
STATUS: CURRENTLY PURSUING (EXPECTED 2027)
VERIFIED_CREDENTIALS
07 / METHODOLOGY

DEVELOPMENT PROCESS FLOW

01

Discover Stage : Goal Alignment

Align on client objectives, analyze core project requirements, sketch high-level scopes, and define target deliverables to establish a clear development roadmap.

08 / MILESTONES

HONORS & ACHIEVEMENTS

ISSN Approved

Published Web3 Researcher

International Journal (IJSREM)

Co-authored peer-reviewed research analyzing blockchain transactional speed and security, validating merchant gateway architectures in Solana.

VERIFIED_RECORD_LOG
0% Intermediary Fee

Mainnet DApp Architect

SoulPay Solana Integration

Built and launched an active merchant blockchain payment node, processing decentralized direct wallet transfers under sub-second ledger updates.

VERIFIED_RECORD_LOG
iOS & Android Shipped

Production App Deployments

Cross-Platform App Intern

Engineered and shipped native iOS/Android features with Ionic/Angular and REST endpoints, debugging CocoaPods architectures and AVD builds.

VERIFIED_RECORD_LOG
08 / COMPARISON

WHY WORK WITH ME?

TRADITIONAL DEVELOPMENT //

Traditional Approach

  • Spaghetti structures, difficult to trace
  • Weak typescript typing / heavy 'any' defaults
  • Hard-coded API values, brittle logic
  • Difficult to scale for enterprise needs
STATUS: COMPROMISED
VIRAJ MALI'S STANDARD //

My Standard

  • Strict modular architectures, clean patterns
  • 100% type safety with strict generics
  • Decoupled state services, testable adapters
  • Built-in DRY standards, ready for growth
STATUS: CERTIFIED OPTIMALVM_ENGINE_ACTIVE
09 / DEVELOPER LAB

INTERACTIVE PLAYGROUND

[PRO-TIP: Enter the Konami Code on your keyboard for a hidden terminal module]

VIRAJ_MALI_TERMINAL.SH
VIRAJ MALI OS [VERSION 10.0.2026]
CORE SYSTEMS ONLINE. DECODER INJECTED.
TYPE 'help' TO DISCOVER AVAILABLE COMMANDS.
$PRESS_ENTER
10 / COMMUNICATION

COMMUNICATION HUB

MISSION_INTAKE.DAT
VIRAJ MALICREATIVE ENGINEER
© 2026 VIRAJ PRAVIN MALI. ALL RIGHTS RESERVED.
CRAFTED_WITH: NEXT.JS + THREE.JS