Rishabh Joshi

Rishabh Joshi

| Full Stack Developer & Designer |

Available to work
DOWNLOAD CV_

More about myself

bash ~ 80×24

user@portfolio:~$ whoami

Who am I?

Hi! I'm Rishabh, an Electrical and Computer Engineering (ECE) major at Shiv Nadar University. I'm passionate about combining technology and creativity — whether it's through programming, designing intuitive user interfaces, or building responsive websites. With a foundation in Java, PHP, and Python, I enjoy developing functional and visually appealing web applications. My skills in UI/UX design allow me to craft user-centered digital experiences, and I'm constantly exploring new tools and trends to grow as a full-stack developer and engineer.

v1.0.4

> Who is Rishabh Joshi?

An ECE student passionate about blending design and development — creating intuitive digital experiences with modern technologies and innovative approaches. He is a freelance web designer and full-stack developer based in India.

> What services do you provide?

UI/UX Design, Web Development, Full-Stack Development, Interactive Design Solutions, and comprehensive Digital Experience Creation tailored to client needs. Also Photography and Videography services for events.

> What is your educational background?

Electrical and Computer Engineering (ECE) Major at Shiv Nadar University with specialized expertise in design and full-stack development practices.

Skills & Experience

Python Java C++ C# Kotlin HTML CSS JavaScript React Next.js Tailwind CSS Figma Adobe XD Photoshop VS Code Git GitHub Firebase
Dec 2025 — Jan 2026

Frontend Developer Intern

Internship Studio · Remote

Developed a high-performance E-Commerce platform featuring category filtering, asynchronous cart management, and a streamlined multi-step checkout experience.

React JavaScript E-Commerce
Sep 2025 — Present

Videography Director

Business Conclave 2025

Directing large-scale visual coverage for the annual flagship summit. Managing multi-camera setups and end-to-end cinematic post-production.

Directing Post-Production Creative Lead
May 2025 — Present

Official Photographer

Cultural Committee · Shiv Nadar University

Capturing core student life and high-profile campus events. Specialist in vivid action photography and professional event documentation.

Event Photo Editing Visual Media
May 2024 — Present

Freelance Web Designer

Independent Contractor

Delivering data-driven and visually arresting digital experiences for global clients. Focused on SEO, accessibility, and pixel-perfect design-to-code execution.

Web Dev UI/UX Branding
iot_sensor.cpp
#include <DHT.h>
#include <WiFi.h>
#include <Firebase.h>

#define DHTPIN 4
#define DHTTYPE DHT22

void setup() {
  Serial.begin(115200);
  dht.begin();
}

void loop() {
  float temp = dht.readTemperature();
  Firebase.setFloat("temperature", temp);
}

IoT Sensor System

/* Real-time temperature & humidity monitoring with Firebase integration for IoT applications. */

C++ IoT Firebase
fire_detect.c
#include <stm32f4xx.h>
#include <zigbee.h>

void ADC_IRQHandler(void) {
  temp_reading = ADC_GetConversionValue(ADC1);
  
  if(temp_reading > FIRE_THRESHOLD) {
    zigbee_send_alert("FIRE_DETECTED");
  }
}

void main() {
  system_init();
  while(1) {
    process_sensors();
  }
}

Forest Fire Detection System

/* Comprehensive sensor implementation with Zigbee mesh networking for forest fire detection. */

C STM32 Embedded

Let's Stay Connected

Got questions or want to collaborate? Feel free to reach out — I'm open to new projects, freelance work, or just a casual chat about design and development.

OPEN MAIL_

System status: OPERATIONAL & RUNNING