Skip to content
View Manideepsainell's full-sized avatar

Block or report Manideepsainell

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ManideepsainelL/README.md

Hi, I'm Manideep Sai Nellutla πŸ‘‹

I'm a full-stack developer working with the MERN stack. I like building applications where both frontend and backend actually work together β€” not just UI.

Most of my focus is on backend logic like authentication, handling user actions, and working with APIs.

  • πŸ”­ Currently building and improving full-stack projects
  • 🌱 Learning system design and how backend systems scale
  • πŸ“ Hyderabad, India

🧰 Tech Stack

Frontend

  • React.js
  • React Router
  • Context API
  • HTML, CSS, Bootstrap

Backend

  • Node.js, Express.js
  • REST APIs
  • JWT authentication (HTTP-only cookies)
  • Middleware-based structure
  • Zod validation
  • In-memory caching

Database

  • MongoDB (Mongoose)
  • SQL (basics)

Tools

  • Git & GitHub
  • Postman
  • VS Code

πŸš€ Projects

πŸ“Œ TradeMint β€” Stock Trading Simulation App

A project where users can buy/sell stocks and track their portfolio.

What I implemented:

  • Built authentication using JWT stored in HTTP-only cookies

  • Created APIs for buy/sell orders, holdings, and transaction history

  • Wrote order execution logic:

    • check user balance
    • update holdings
    • store transactions
  • While testing, I noticed repeated API calls for stock prices
    β†’ added a simple in-memory cache (30 sec TTL) to reduce unnecessary calls

  • Integrated external API to fetch stock prices dynamically

πŸ”— Repository: https://github.com/Manideepsainell/TradeMint


πŸ“Œ Wanderlust β€” Property Listing App

A server-rendered app where users can create and manage property listings.

What I implemented:

  • Authentication and authorization for users
  • CRUD operations for listings
  • Image upload using Cloudinary
  • Map integration using Mapbox

πŸ”— Repository: https://github.com/Manideepsainell/Wanderlust


🎯 What I’m Looking For

  • Backend / Full-stack developer roles
  • Opportunities where I can work on real systems and improve my fundamentals

πŸ“« Connect with Me

Pinned Loading

  1. TradeMint TradeMint Public

    Production-style MERN trading simulation with real order execution, portfolio tracking, and brokerage-aware P&L logic.

    JavaScript

  2. Wanderlust Wanderlust Public

    Property booking/listing web app with Cloudinary uploads, Mapbox maps and secure authorization.

    JavaScript