r/FullStackDevelopers

▲ 47 r/FullStackDevelopers+2 crossposts

Why does the market seem heavily dominated by Java jobs compared to Node.js?

I have been actively looking for backend opportunities, but I am finding it difficult to secure interviews or openings for Node.js roles. Instead, it feels like the vast majority of backend positions currently

reddit.com
u/Ashamed_Estate_7984 — 12 hours ago

[HIRING] Senior & Mid-Level Full-Stack Developers | Contract Project | Remote (India)

[HIRING] Senior & Mid-Level Full-Stack Developers | Contract Project | Remote

We’re looking for 2 full-stack developers for a contract-based project:

1 Senior Full-Stack Developer

1 Mid-Level Full-Stack Developer

Estimated workload: ~800 hours per developer

Remote

Contract/project-based engagement

About the project

You’ll be working on an existing multi-tenant SaaS platform for vehicle inspection management in Brazil. A working prototype already exists, and the core architecture and requirements are largely defined.

The platform includes:

Web management platform

Offline-first React Native Android app

Supabase / PostgreSQL backend

Multi-tenant architecture

Dynamic form and checklist engine

PDF generation and digital signatures

External and government-system integrations

Media upload and synchronization

We’re looking for developers with strong full-stack experience who can work independently on a technically complex production system.

To apply, please send:

Your CV or résumé

Senior or mid-level position

Your hourly rate

Availability

Relevant full-stack project experience

GitHub, LinkedIn, or portfolio, if available

Please send me a DM with the details above.

reddit.com
u/Either_Badger6404 — 11 hours ago
▲ 19 r/FullStackDevelopers+10 crossposts

Came across an interesting opportunity for anyone who has successfully landed a job before.

Mercor is looking for real, successful job application documents to understand what actually works in hiring.

Role Details:

Type: Part-Time
Location: Remote
Pay: $80-$100 per submission (one-time)

What You Need to Submit:

  • Resume (PDF, Word, or Google Doc)
  • Cover Letter used in a successful application
  • Full Job Description (complete posting, not just title)
  • Application Form (PDF if available)
  • Any written responses:
    1. “Why do you want to work here?”
    2. Supplemental/custom application questions (submit separately)

Important:

  • Remove all personal or sensitive information before submitting
  • Content must be original (non-AI generated) and timestamped
  • Documents will only be used for evaluation
  • If not selected, all files will be deleted
  • If selected, a team member will contact you

SUBMIT HERE - https://work.mercor.com/explore?listingId=list_AAABnbSj7YgPm4YKXZtIopLt

If you’ve landed a job before and still have your application files, this is a straightforward way to get paid for it.

u/mkithan — 19 hours ago
▲ 2 r/FullStackDevelopers+1 crossposts

Full Stack Developer | Next.js • React • Node.js • TypeScript • SaaS • AI

Hi everyone!

I'm a Full Stack Developer from India looking for remote freelance, contract, or full-time opportunities.

Over the past year, I've been building production-ready SaaS applications, ERP systems, AI-powered tools, and scalable web applications.

🛠 Tech Stack

Frontend

  • React.js
  • Next.js
  • TypeScript
  • JavaScript (ES6+)
  • Tailwind CSS

Backend

  • Node.js
  • Express.js
  • FastAPI
  • REST APIs

Databases

  • PostgreSQL
  • MongoDB
  • Supabase
  • Firebase

Cloud & DevOps

  • Docker
  • Git & GitHub
  • Vercel
  • Render
  • Oracle Cloud (OCI)
  • Google Cloud Platform (GCP)

🚀 What I Can Build

  • SaaS Applications
  • Admin Dashboards
  • ERP & CRM Systems
  • AI-powered Web Apps
  • REST API Development
  • Authentication & Role-Based Access Control (RBAC)
  • Multi-tenant Applications
  • Database Design
  • Payment Integrations
  • Bug Fixes & Feature Development
  • Existing Codebase Maintenance & Refactoring

📌 Recent Projects

  • 🏢 Multi-tenant Real Estate CRM SaaS
  • 📚 Smart Institute ERP & Attendance Management System
  • 🍱 Multi-tenant Tiffin Management SaaS
  • 🤖 AI-powered Deepfake Detection Platform
  • 📊 Custom Admin Dashboards & Automation Tools

Why Work With Me?

✅ Clean, maintainable code
✅ Strong communication
✅ Fast learner and proactive problem solver
✅ Comfortable working with existing codebases
✅ Focused on long-term collaborations, not just one-off tasks

🌐 Portfolio

Portfolio: https://rehan-dev-in.vercel.app

GitHub: https://github.com/Rehanbagwan007

LinkedIn: https://linkedin.com/in/rehan-bagwan-00a719244

If you're looking for a reliable full-stack developer to build a product, improve an existing application, or join your team, feel free to send me a DM. I'm available to start immediately.

Thanks for reading! 🚀

reddit.com
u/Low-Government4057 — 19 hours ago

I want full stack projects

I’m still a student and have completed about five full-stack projects. However, the person who has been giving me work has fallen ill and is currently unable to work. I’m quite good in Springboot and backend development and could also work on Go with sufficient time.

My point is that I’m willing to work for a very low rate because I understand my product isn’t fully complete. If someone needs an assistant I’m happy to help. I can build the project from scratch but I’ve never finished one before. I’ve contributed my part and handed it over to the other person.

We’re also facing some financial difficulties so if anyone is interested please let me know. Thanks.

I will build first then you can check before actually paying any money.

https://github.com/Sankalpa-KMCP
Have only one full stack application for now.

▲ 13 r/FullStackDevelopers+2 crossposts

Project idea for a new full stack developer?

As the title says, I wanna know what kind of projects can get a new full stack developer hired in 2026.

Does the project need to have AI integration?

What is it that the beginners should look out for when building their projects for portfolio?

reddit.com
u/SnooCookies1995 — 2 days ago
▲ 7 r/FullStackDevelopers+1 crossposts

Suggest Fullstack Projects using Java Spring boot

Currently looking for good project ideas for my portfolio/resume as I'm looking for Interships.

I'm mainly focused on backend so a good backend focused project.

reddit.com
u/iai-white — 2 days ago
▲ 75 r/FullStackDevelopers+10 crossposts

We open-sourced a graph-free multi-hop RAG framework — matches Graph-RAG accuracy without the rebuild cost (Apache-2.0)

We just open-sourced MOTHRAG - a multi-hop RAG framework that skips the knowledge graph entirely.

The problem we kept running into: the accurate multi-hop systems (GraphRAG, HippoRAG, RAPTOR) all build a graph offline, and every time the data changes you rebuild it. For a corpus that updates often, that's a constant re-indexing bill.

MOTHRAG uses a graph-free dense index with query-time orchestration instead, no graph, no GPU, every component behind a commodity API. On multi-hop benchmarks it matches the graph-based systems, and updates are just embed-and-append instead of a full rebuild.

Benchmark MOTHRAG (ours) GraphRAG HippoRAG RAPTOR
HotpotQA 78.1 68.6 75.5 69.5
2WikiMultiHop 76.3 58.6 71.0 52.1
MuSiQue 50.5 38.5 48.6 28.9

Apache-2.0, pip install + API keys to run. Honest weak spot that we have right now: recall bottlenecks on MuSiQue, still working on that one tho. Repo in the comments.

Would love feedback from anyone running RAG on changing data in production!

u/Annual-Commercial563 — 4 days ago

Is Full Stack worth in 2026?

​

In 2026 As AI become very generous to create 3D websites that take human to do a month . Is it Worth learning Fullstack as fresher 2026 passout or need choose another path as career.

Even though we start Full stack now it would take upto 6 or 7 months to complete without DSA after 7 months will be there any hiring for freshers or AI take over all the fresher level Fullstack jobs

Please clear me i need make a decision in 2 days to join institute

reddit.com
u/_nithish — 3 days ago
▲ 3 r/FullStackDevelopers+1 crossposts

Starting Offline Java Full Stack Classes in Pune - Study Tips, DSA Advice & Realistic Job Chances in 6 Months?

Hi everyone,

I'm starting offline Java Full Stack classes in Pune soon.

Excited but a bit overwhelmed. I want to make the most of

these 6 months and aim for a 4 LPA+ job (fresher level).

1.How should I study effectively during the course? Daily

routine, projects, balancing theory + practice?

2.Key things to know/remember in Java full stack (Core

Java, Spring Boot, frontend like React/Angular, databases,

etc.)?

3.DSA strategy - How much is enough for freshers? Best

resources/practice plan alongside full stack?

4.Is 4 LPA+ realistic in 6 months from offline classes in

Pune? Any success stories or realistic expectations?

Background: just completed my b.tech in IT.

Any tips on building portfolio, resume, internships, or

Pune-specific opportunities would be awesome. Thanks in

advance!

reddit.com
u/omkar43k — 3 days ago
▲ 24 r/FullStackDevelopers+1 crossposts

[Hiring] Looking for 2 Full Stack Developers for Remote VC backed SaaS

We are a VC backed startup looking to add to our Engineering team asap, and will continue to grow the team over the next 6-9 months.

MUSTS:

  • Solution driven, succeed and fail as a team mind frame. No finger pointing. We come to the table with solutions and when things go wrong, we focus on how to fix and prevent it in the future.
  • Collaboration and communication. We want only people who are here to work together to find the best path forward, and are here to learn and share their knowledge. No egos.
  • YOU MUST CARE. We want the old school dev types. The ones who did it (or would have done it) before it was cool. The kind that love it and care about how something is being built. Those who are invested in seeing their team, products, and company succeed.
  • US based. We are remote, however we are not currently hiring outside the US or able to provide visa sponsorship.

Hands-on individual-contributor roles focused on building and shipping product. You'll spend your days writing application code, shipping features, and improving our velocity.

Our small, fully-remote team is distributed across the US. We share a customer-first mindset and a deep belief that technology will make construction finance more productive and fair for all.

Our stack: TypeScript, React, and React Native on the front end, with Postgres as our database. On the back end, we have a legacy Ruby on Rails monolith that we have plans to gradually migrate from. You don't need Rails experience, and it isn't what we're hiring for — what we care about is a strong React plus a solid backend engineering background.

reddit.com
u/Whole_Satisfaction84 — 5 days ago

[Hiring] Looking for senior full stack developer / full stack engineer for a SaaS project

This is for an E-commerce SaaS project
Skills Needed

• React.js & Next.js
• Node.js & Express.js
• JavaScript
• React
• Python
• API Integration
• Willing to do POC

• NOT LOOKING FOR AN AGENCY
• NOT LOOKING FOR AN INTERNSHIP / BEGINNER
• This is not a beginner friendly task
• 2+ Years of experience

Interested?DM with
• Send Resume & Portfolio & LinkedIn

Pay Rate: 50,000 - 70,000 INR / Month

Someone who is reliable, communicative, honest, and proactive

reddit.com
u/Legitimate-Theory695 — 5 days ago
▲ 5 r/FullStackDevelopers+1 crossposts

Full-Stack Developer for Subscription E-Commerce Platform

I’m looking for an experienced Full-Stack Developer to build an MVP for a subscription-based e-commerce platform.
The project includes:
Custom customer onboarding flow
User accounts
Subscription billing
Admin dashboard
Payment integration
Responsive web application
Clean, scalable architecture
The project details will be shared after an initial discussion.
Requirements:
Strong experience with modern web development
Previous experience building SaaS or e-commerce platforms
Ability to work independently
Good communication
Portfolio or GitHub with relevant projects
Please send:
Your portfolio
Similar projects you’ve built
Your tech stack
Estimated hourly rate or fixed-price quote
Estimated timeline
I’m looking for someone interested in a long-term collaboration if the MVP is successful.

reddit.com
u/StepNew1795 — 5 days ago
▲ 1 r/FullStackDevelopers+1 crossposts

Web development

Hi, I am new in coding field and I want to learn about coding so I thing I want to start with web development, if anyone is willing to help and guide me in this field it will be very helpful.

reddit.com
u/Punit_Sirohi — 5 days ago
▲ 7 r/FullStackDevelopers+2 crossposts

Hot Take: Building Tutorial Projects ≠ Being a Software Engineer

Maybe this is controversial, but the internet has sold people the idea that software development is easy money.

The result?

A flood of developers who can build tutorials but struggle with real-world production systems, debugging, architecture, security, or maintaining large codebases.

Coding is still an amazing career, but I think we've massively underestimated how hard professional software engineering actually is.

Curious if other experienced devs feel the same.

reddit.com
u/Puzzled_Wasabi_6245 — 5 days ago
▲ 4 r/FullStackDevelopers+1 crossposts

# [FOR HIRE] Full-Stack Developer | React | Next.js | Node.js | TypeScript | PostgreSQL | Remote

Hi everyone!

I'm a Full-Stack Developer with 2 years of experience working with clients, building modern, scalable, and high-performance web applications. I help startups, businesses, and agencies turn ideas into production-ready products by handling everything from frontend development and backend architecture to deployment and ongoing maintenance.

I focus on writing clean, maintainable code while creating fast, responsive, and user-friendly applications that are built to scale.

What I can help you with

  • Full-Stack Web Development
  • React & Next.js Applications
  • Node.js & Express.js Backend Development
  • REST API Design & Integration
  • PostgreSQL, Prisma ORM & MongoDB
  • Tailwind CSS & Responsive UI Development
  • TypeScript & JavaScript Development
  • Redux Toolkit State Management
  • Authentication & Authorization
  • SEO & Performance Optimization
  • AWS, Docker & Vercel Deployment
  • Custom Admin Dashboards
  • Bug Fixes & Performance Improvements
  • Long-Term Development & Maintenance

Tech Stack

Frontend

  • React
  • Next.js
  • TypeScript
  • JavaScript
  • Tailwind CSS
  • Redux Toolkit

Backend

  • Node.js
  • Express.js
  • REST APIs

Database

  • PostgreSQL
  • Prisma ORM
  • MongoDB

DevOps & Tools

  • Git
  • GitHub
  • Docker
  • AWS
  • Vercel

Why work with me?

  • 2 years of experience delivering client projects
  • Clean, scalable, and maintainable code
  • Strong communication and reliable delivery
  • Fast turnaround times
  • Long-term support after project completion
  • Comfortable working independently or with existing development teams

Whether you need a complete web application, a custom dashboard, API development, feature implementation, bug fixes, or performance optimization, I'd be happy to help.

If you're looking for a reliable Full-Stack Developer for freelance, contract, or long-term remote work, feel free to send me a DM. I'd love to discuss your project and see how I can help.

Looking forward to working together!

reddit.com
u/Visual_Parfait_5512 — 5 days ago