Skip to content
© 2026 Ujas Sojitra
//

Based in Rajkot,Gujarat, India.I believegreat softwarecan be clean,scalable andbuilt to last.With a focuson the MERN stack,I craft dynamicweb applications —from interfaceto API to data.

Selected Work

A few things I've designed and built end-to-end — hover to preview, click to read the full case study.

An AI-assisted platform that streamlines trucking and logistics operations end-to-end.

Live demo Code
ReactNode.jsSupabasePostgreSQLREST APIAI

The problem

Trucking and logistics operations are slowed down by manual coordination — scattered data, repetitive decisions, and no smart layer to assist with day-to-day operations. Teams needed a single, intelligent platform to manage and accelerate the workflow.

The solution

TruckAst.ai is a full stack, AI-powered platform built with React, Node.js, and Supabase. It brings trucking operations into one place with real-time data, secure authentication, and an AI assistance layer that helps users move faster and make better decisions.

Architecture

React front end → Node.js API layer → Supabase (PostgreSQL, authentication, and storage) as the backend-as-a-service. Real-time data through Supabase, secure auth, and an AI layer integrated into the workflow for smart assistance.

Key features

  • AI-assisted workflow for trucking & logistics operations
  • Secure authentication and user management via Supabase
  • Real-time data synced through the Supabase backend
  • Clean, responsive React dashboard
  • Node.js API layer connecting the UI, data, and AI

Results

  • AI assistance reduces manual, repetitive steps in the workflow
  • Real-time Supabase sync keeps the dashboard always up to date
  • Secure, scalable architecture built for growth

Challenges & how I solved them

Integrating an AI layer cleanly into a real-time data workflow.

Fix — Kept the AI logic behind a dedicated Node.js API layer so the React UI stays fast while the heavy lifting happens server-side.

Handling auth, data, and real-time updates without a heavy backend.

Fix — Used Supabase for authentication, PostgreSQL data, and real-time sync — shipping faster with a secure, scalable foundation.

About

Not a fresher chasing tutorials — an engineer trusted with production systems and the business outcomes that ride on them.

I'm a Full Stack (MERN) Developer based in Rajkot, Gujarat, building dynamic, responsive web applications end-to-end — from React interfaces to Node/Express APIs and MongoDB data models. I work professionally as a MERN Stack Developer, turning ideas into clean, production-ready software.

I hold a B.E. in Information Technology (CGPA 7.95) and bring a strong foundation in data structures, algorithms, and computer networks to my work. I care about clean, optimised code, well-designed REST APIs, and interfaces that are genuinely pleasant to use.

Write clean, optimised code that's easy for the next developer to read — ship dynamic experiences, keep learning, and let real users guide what gets built next.
— Development philosophy

Career goal

Grow into a senior full stack engineer — deepening my MERN expertise, owning larger systems, and continuously adapting to new technologies to deliver better digital experiences.

Full MERN ownership

Comfortable across React, Node, Express, and MongoDB — building features end-to-end without hand-offs.

API & integration

RESTful API development and integration, plus secure authentication and clean data handling.

Clean, optimised code

Readable, efficient solutions with an eye on performance and maintainability.

Strong CS foundation

Data structures, algorithms, and computer networks underpin the way I design systems.

Languages:Gujarati (Native)Hindi (Fluent)English (Intermediate)
Skills

Depth across the full stack — the front end users touch, the services behind it, and the databases underneath.

Dynamic, responsive, user-friendly interfaces built with React.

React.jsJavaScriptHTML5CSS3Responsive Design
Experience

Owning features end-to-end and delivering measurable business impact in production.

MERN Stack Developer

Openmalo Technologies

Rajkot, Gujarat

Jan 2025 – Present

Full Stack Developer building scalable, user-friendly web applications with the MERN stack — delivering efficient solutions through clean, optimised code.

Responsibilities

  • Develop dynamic, responsive web applications using React, Node.js, Express, and MongoDB.
  • Build and integrate RESTful APIs with secure data handling.
  • Handle database design and queries across MongoDB and MySQL.
  • Write clean, optimised, and maintainable code as part of a collaborative team.

Achievements

  • Shipped production features end-to-end across the full MERN stack.
  • Improved application performance and user experience through optimised code.
  • Strengthened API development and database handling on real-world projects.
Business impact: Scalable, efficient web applications delivered with clean code — improving performance and the overall user experience.
ReactNode.jsExpressMongoDBREST APIsNestJS

MERN Stack Developer

Excelsior Technologies

Gujarat, India

2024 – 2025

Worked as a MERN stack developer building dynamic, responsive web applications with RESTful API integration and database management.

Responsibilities

  • Built responsive front ends and integrated RESTful APIs.
  • Managed application data and database operations.
  • Collaborated within a team, contributing to problem-solving and feature delivery.

Achievements

  • Delivered user-friendly interfaces with a focus on performance.
  • Grew hands-on experience across the full MERN stack.
Business impact: Reliable, responsive web applications that improved user experience for client projects.
ReactNode.jsExpressMongoDBMySQL
Education

A strong foundation in Information Technology, computer science fundamentals, and consistent academic performance.

B.E. — Information Technology

2021 – 2025

Shantilal Shah Engineering College, Bhavnagar

CGPA 7.95

Higher Secondary Education (GSEB)

2019 – 2021

A Success School

85%

Secondary School Education (GSEB)

2018 – 2019

Shree Vandana Vidhyalaya

90.6%
Credentials

Verified learning and a track record of academic, technical, and professional wins.

Certifications

ReactJS Training & Development

Comprehensive training — UI, state management & hooks

Completed

IBM SkillsBuild — Artificial Intelligence

IBM · Basic knowledge of AI

Completed

Advanced Full Stack & System Design

Continuous learning

Upcoming

Achievements

Academic

  • B.E. in Information Technology — CGPA 7.95
  • Higher Secondary (GSEB) — 85% · Secondary (GSEB) — 90.6%

Technical

  • Built 3+ full stack & e-commerce web applications
  • Hands-on MERN, REST API development, and database handling

Professional

  • Working as a MERN Stack Developer delivering production features
  • Recognised for clean, optimised, and maintainable code
Services

From a single feature to an entire product — full-cycle engineering you can hand off and trust.

Frontend Development

Dynamic, responsive, user-friendly interfaces built with React, HTML & CSS.

Backend Development

Robust Node.js, Express & NestJS services with clean, scalable architecture.

Full Stack (MERN) Development

End-to-end web apps — from React UI to Node APIs and MongoDB — owned by one developer.

API Development & Integration

RESTful API design, integration, and secure data handling.

Database Design

Modelling and handling data in MongoDB and MySQL for real query patterns.

Performance & Clean Code

Optimised, maintainable code that keeps applications fast and easy to extend.

Writing

Practical notes on architecture, performance, and building software that lasts.

AI · Architecture6 min read

Adding an AI layer to a real-time app the clean way

How I integrated AI behind a Node API in TruckAst.ai without slowing the React dashboard.

Read article
Backend7 min read

Designing clean REST APIs with Node & Express

Practical patterns for structuring routes, validation, and responses in a MERN backend.

Read article
Databases5 min read

MongoDB vs MySQL: choosing the right store

When a document model shines, when relational wins, and how I decide on real projects.

Read article
FAQ

The things people usually ask before reaching out.

The MERN stack — React on the front end, Node.js & Express on the back end, and MongoDB for data. I also work with NestJS, Supabase / PostgreSQL, and MySQL, plus REST API design and integration.

Contact

Open to full-time roles, freelance projects, and serious collaborations. I usually reply within a day.