DEV Community

GIRIDHARAN S
GIRIDHARAN S

Posted on

What I've Been Building as a Full Stack Developer β€” 2025 Edition

Hey devs πŸ‘‹

I’m Giridharan, a Full Stack Developer who spends most of his time building web apps with the MERN stack.

Recently I started working as a Frontend Engineer at a startup, building production-scale applications and learning a lot about real-world software engineering along the way.

I’ve been wanting to write publicly for a while, so I thought I’d start by sharing what I’ve been building recently β€” both at work and in my personal projects.

Full Stack Developer


πŸ§‘β€πŸ’» What I Work On Daily

At the startup where I work, my role mainly focuses on building scalable React applications.

Most of my day involves:

βš›οΈ Building reusable React components
πŸ“¦ Managing application state with Redux Toolkit & RTK Query
🧩 Designing Micro-Frontend architectures
πŸ”— Integrating APIs and improving application performance

One of the most interesting things I work with is Micro-Frontend architecture.

Instead of one massive frontend application, the system is split into multiple independent mini-apps that can be developed and deployed separately.

It’s complex… but extremely powerful when done right.


πŸ› οΈ Things I've Built Outside Work

Outside of work, I spend a lot of time building small tools and platforms that solve real problems.

Here are a few of my projects πŸ‘‡


πŸ”— Linkvio β€” URL Shortener Platform

A scalable URL shortening platform designed for fast redirects and secure link management.

Key features include:

⚑ Redis caching for very fast redirects
πŸ” Role-Based Access Control (RBAC)
πŸ—„οΈ PostgreSQL for structured link storage
🧩 Modular Node.js backend with a clean React frontend

This project taught me a lot about backend architecture and caching strategies.

🌐 Live Demo:
πŸ‘‰ https://linkvio.vercel.app


πŸ“Έ Imgsend β€” Permanent File Sharing

Imgsend is a file sharing platform that supports:

πŸ–Ό Images
πŸŽ₯ Videos
πŸ“„ PDFs
πŸ”— URLs

You upload a file and get a permanent shareable link.

No expiry.
No account required to view.

Think of it as a lightweight permanent file sharing tool.

🌐 Live Demo:
πŸ‘‰ https://imgsend.vercel.app


πŸ“ Blogsphere β€” Blogging Platform

Blogsphere is a MERN-based blogging platform where users can publish and share articles.

Features include:

πŸ” JWT Authentication
πŸ‘₯ Role-Based Access Control
✍️ Rich content publishing
πŸ“± Responsive UI

It was a great project for learning about authentication, authorization, and API design.

🌐 Live Demo:
πŸ‘‰ https://gblogs.vercel.app


πŸ€– Product Sentiment Analysis

This project analyzes product reviews using machine learning.

Users submit reviews and the system classifies them as:

πŸ˜€ Positive
😐 Neutral
😑 Negative

The interesting part here was connecting machine learning inference with a web application UI.

🌐 Project Page:
πŸ‘‰ https://gsenti.vercel.app


πŸ“¦ My First npm Package

I also published my first npm package:

πŸ“¦ @giridharans/qr-code

A lightweight QR code generator for React applications.

It allows developers to generate QR codes with simple props like:

  • value
  • size
  • colors

πŸ“¦ npm Package:
πŸ‘‰ https://www.npmjs.com/package/@giridharans/qr-code

Publishing my own npm package was a really exciting milestone.


πŸ“Š By the Numbers

So far in my developer journey:

πŸ— Multiple production apps deployed
πŸ“¦ 1 npm package published
βš”οΈ 500+ coding problems solved
🌐 Portfolio:
πŸ‘‰ https://giridharans.tech

πŸ”­ Projects showcase:
πŸ‘‰ https://1729apps.vercel.app


πŸš€ What I'm Learning Next

Right now I'm focusing on:

βš™οΈ System design concepts
☁️ Cloud technologies
🧠 Writing better scalable code

And also something I’ve been delaying for too long:

✍️ Writing more technical blogs


🀝 Let's Connect

If you're working with:

βš›οΈ React
🌐 MERN stack
πŸ— Micro-Frontend architecture

I'd love to connect and learn from you.

You can find my work here:

🌐 Portfolio: https://giridharans.tech
πŸ”­ Projects: https://1729apps.vercel.app


Thanks for reading πŸ™Œ
More posts coming soon about Micro-Frontends, system design, and building real-world projects.

Top comments (0)