Should I Stick with NestJs or Switch to a Different Backend Framework?

0
6
Asked By CuriousCoder92 On

Hey everyone! I'm in my senior year and tasked with building the backend for a real-time mobile app. This is my first time working on an actual backend, as I've only done projects like a management system in Java before. I need to set up a database, create my own API, and work with external APIs. I've been advised by some AIs to use NodeJs with NestJs, so I enrolled in a Udemy course for it. However, I'm feeling overwhelmed because my experience with Node and JavaScript is pretty limited. With just two months left, I'm wondering if I should stick with NestJs or switch to something I know better, like Java or Kotlin. I've been told learning those might be harder, but I'd really appreciate some insights from people who have more experience. Thanks a lot!

3 Answers

Answered By RailsRacer On

Have you considered Ruby on Rails? It can set things up really quickly in API mode. With just one command, Rails can scaffold your database, API controller, and data models, making your backend development smoother. AI can also help generate Rails code easily.

Answered By DevGuruMike On

Totally agree! Two months isn’t a lot of time to learn JavaScript and backend patterns at the same time. Since you already know Java, you could pick up Spring Boot fairly quickly and focus on backend concepts. Plus, Spring has great documentation and a strong community, so you'll have support when you face issues.

Answered By TechSavvySam On

I'd recommend sticking with what you're familiar with. You can focus on understanding the architectural patterns of backend development instead of getting bogged down by unfamiliar syntax. Whether it's Spring or NestJs, the core concepts remain the same, so don't let the new language slow you down.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.