Software Engineer at Openmalo· 1 yr 5 mos experience

Hi, I'm Yash Thesiya.

I build modern, animated, and performant web applications with React, Next.js and Node.js, Nest.js– from smooth frontends to reliable backends. I have worked on SaaS projects where I implemented Gen AI and other cutting-edge technologies to create intelligent, scalable solutions.

Right now I'm working at Openmalo, shipping production features, collaborating with teams, and turning real product problems into clean, maintainable code.

yashThesiya.tsTypeScript · Next.js
// fun fact: this file is still compiling me
type Stack = "frontend" | "backend" | "fullstack";

interface SoftwareEngineer {
  name: string;
  company: string;
  experienceInYears: number;
  stack: Stack[];
}

const yashThesiya: SoftwareEngineer = {
  name: "Yash Thesiya",
  company: "Openmalo",
  experienceInYears: 1.42, // 1 year & 5 months-ish ⏱️
  stack: ["frontend", "backend", "fullstack"],
};

function hire(engineer: SoftwareEngineer) {
  return engineer.company === "Openmalo" ?
    "already doing cool things 👨‍💻" :
    "this is your sign to send a message ✉️";
}


console.log(hire(Openmalo));

Skills

Here are some of my skills in modern web development.

Frontend

React
Next.js
MUI
Tailwind CSS
TypeScript
jQuery

Backend

Node.js
Express.js
NestJS

Database

MySQL
PostgreSQL
Firebase
Supabase
MongoDB

Other Tools

Git
GitHub
GitLab
AWS
Vercel
Docker
GitHub Actions
SELECTED WORKS

Building Digital Scale

Crafting robust, scalable, and user-centric applications. Here are some of the flagship projects I've engineered.

Full-stack Developer2023 - Present

Creativeshizzle

AI-Powered Content & Brand Suite

A comprehensive platform empowering businesses to automate content creation. Leveraging advanced LLMs, it generates on-brand articles, schedules posts, and provides a real-time collaborative workspace.

AI Brand Voice Analysis (GPT-4 / Claude)
Long-form Article Generation (2000+ words)
Real-time Canvas Chat with Markdown
Automated Social Media Scheduling
Next.jsNest.jsSupabaseLangChainStripeDocker
Technical Lead2023 - Present

XyReg

MedTech Regulatory Compliance Platform

An enterprise-grade solution for medical device companies to manage global regulatory submissions and compliance. Streamlines the entire product lifecycle from concept to post-market surveillance.

Global Market Submission Management
ISO 13485 QMS Compliance Tracking
ISO 14971 Risk Management Integration
AI-Driven Lifecycle Analytics
ReactRadix UIExpress.jsSupabaseVertex AIStripe

EDUCATION

My educational background and continuous learning journey.

Master of Computer Applications (MCA)

Advanced Software Engineering & Application Development

LDRP Institute of Technology and Research

2025 - Present

Currently in Semester 2. Specializing in advanced web technologies, cloud computing, and enterprise application architecture.

Bachelor of Computer Applications (BCA)

Computer Science Fundamentals

Saurashtra University

2023 - 2025

Built a strong foundation in programming, database management, and software development lifecycles. Graduated with honors.

FUN ZONE

Because portfolios don't have to be boring! 🎉

Fun Facts About Me

I once debugged a bug for 3 hours only to find it was a typo. 🐛
My code has more comments explaining 'why' than 'what'. 📝
I can recite the entire React documentation... in my dreams. 😴
Tea is my primary programming language. ☕
I've never met a console.log I didn't like. 🪵
My git commits are more creative than my commit messages. 🎨
I speak fluent TypeScript, JavaScript, and Stack Overflow. 💬
My rubber duck has heard more problems than a therapist. 🦆

Developer Jokes