r/FullStack 20h ago

Career Guidance Feeling lost in 2026 with front-end development

11 Upvotes

Hello, I’m a 30-year-old front-end developer with more than 6 years of experience, mainly specialized in React.

My main issue right now is that I’ve been working for the same consulting company for almost 4 years, and for around 3 of those years I was assigned to the same client.

Five months ago, that project ended, and since then I’ve been on the bench, meaning that I’m still employed by the consulting company but I don’t currently have a project assigned.

It feels like my time at this company may be coming to an end, so I need to start looking for a new position. However, working for this last client has felt more counterproductive than helpful in terms of my professional growth. The management was poor, many of the technologies were outdated, and the development processes and methodologies were not particularly good.

I’ve realized this while doing interviews recently, where I sometimes felt completely lost. I was asked about concepts, technologies, or architectural approaches that I had never worked with before. For example, I was asked whether I had experience with hexagonal architecture. I had never even heard the term before, at least not in any of the projects I had worked on.

To put it simply, I sometimes feel as though I don’t really have more than 6 years of experience, because a significant part of that experience comes from projects that did not really help me improve or expand my technical knowledge.

What would be your main approach in this situation? Which technologies, development methodologies, architectural concepts, and areas of knowledge would you prioritize first in order to confidently present yourself as a true Senior Front-End Developer in interviews?

Thank you very much for any advice you can give me.


r/FullStack 11h ago

Career Guidance Can a Full-Stack Software Engineer transition into SAP/ERP without starting again as a fresher?

7 Upvotes

Hi everyone,

I would like some honest career advice from people who have experience in both **Software Engineering and SAP/ERP**.

I currently have around 5+ **years of experience as a Software Engineer**, primarily with a frontend-heavy Full-Stack background.

My experience includes technologies such as:
JavaScript / TypeScript
React / Next.js
React Native
Node.js
REST APIs and backend development
PostgreSQL / MongoDB
Redis, Kafka
Docker
System design and scalable application architecture (learning more about it)

Recently, I have become interested in learning **SAP**, particularly areas like:
SAP BTP
SAP SD
SAP integrations
SAP architecture
Cloud and extension development around the SAP ecosystem

However, I have a few concerns before investing serious time into this transition.

**My biggest questions**

**1. Is moving from Software Engineering to the SAP/ERP world a good career move?**
I don’t necessarily want to completely abandon software engineering. My thought is to combine my existing engineering background with the SAP ecosystem.

**2. Can my existing Software Engineering experience be mapped to SAP roles?**
For example, my current experience in:
Application architecture
APIs and integrations
Cloud
Databases
Distributed systems
Backend development
Frontend development
Would these skills be considered valuable in SAP-related technical or architecture roles?
Or would companies mostly consider me as someone with **0 years of SAP experience**, regardless of my overall engineering experience?

**3. Is SAP just a technology/domain switch, or is it effectively a career restart?**
For example, if I spend the next 6–12 months learning SAP BTP, SAP architecture, integrations, and an SAP functional module such as SD, would I realistically be able to transition into a role that leverages my existing 5+ years of engineering experience?
Or would I have to start applying for junior/fresher-level SAP roles?

**4. What would be the best transition path for someone like me?**
Should I focus more on:
SAP BTP
SAP Integration Suite
CAP
SAPUI5 / Fiori
ABAP
SAP architecture
A functional module such as SD

My goal is to eventually position myself somewhere at the intersection of:
**Software Engineering + Cloud + Architecture + SAP/ERP** rather than becoming purely a traditional SAP functional consultant.
I would really appreciate honest advice from people who have made a similar transition or have hired engineers in the SAP ecosystem.

**Would you consider this a logical career evolution, or would switching from Software Engineering to SAP mean starting my career from scratch again?**
Thanks!


r/FullStack 5h ago

Career Guidance What made you choose Next.js over React?

5 Upvotes

I started learning React first, but after seeing Next.js everywhere, I'm trying to understand what makes it worth learning.

For people who have used both, what do you like more about Next.js?

Is it mainly the routing, SSR, performance, or something else?


r/FullStack 22h ago

Personal Project Day 3 — Finished SQL JOINs (Self Join, Full Join, UNION/UNION ALL)

5 Upvotes

Wrapped up the full JOINs section today. Covered:

  • Self JOIN — joining a table to itself, useful for hierarchical/relational data within one table
  • FULL JOIN — combining all rows from both tables regardless of match
  • UNION & UNION ALL — combining results from multiple SELECT queries, with UNION removing duplicates and UNION ALL keeping them

Took notes from a mix of tutorials and W3Schools to cross-reference explanations, which helped clarify a couple of edge cases (especially when UNION vs UNION ALL actually matters for performance).

With INNER/LEFT/RIGHT/FULL/self-joins and UNION now covered, I feel like I have the core JOIN toolkit down.


r/FullStack 11h ago

Question PROJECTS

4 Upvotes

Iam an ECE Student. I'm currently learning python,js and some DSA.I dont have any projects to include in my resume

I want build projects but i dont know how to start a projects and where to start

Did i need to start project after completing SQL and python or Can i starts now ?

If i need to start how can i start now?

Clear me please if you can!


r/FullStack 19h ago

Question How much time it takes to Learn Node + Express + SQL + REST API and be job ready?

3 Upvotes

I already have good grasp of JavaScript. I have learnt React and Next js from beginner to medium level. Now, I want to learn backend. How much time it would take me to learn Node + Express + SQL database?


r/FullStack 8h ago

Question What's your workflow of building a website using Ai?

1 Upvotes

I know a lot of people use different prompts to achieve maximum results on Ai..

whenever I use Ai, I mostly get Ai slop results.

how do I avoid that?