What language/framework do I need to learn to build user registration?
Trang Le

Trang Le @bytrangle

About: Web developer with a soft spot for animation.

Location:
Vietnam
Joined:
Aug 30, 2019

What language/framework do I need to learn to build user registration?

Publish Date: Aug 30 '19
6 2

Hi all. Please pardon my stupid question, but I'm still learning front end, so everything about the back end is mystifying to me.

I've built an app for learning purpose, but it's just occurred to me that one day I'd like to integrate user registration and authentication into it. So what language/framework/platform do I need to learn? Laravel, Mongdb, asp.net, AWS or anything else?

I don't mind anything, but it's be a plus if it can integrate well with React or Vue, since it is what I'm more familiar with.

Comments 2 total

  • Afif Sohaili
    Afif SohailiAug 30, 2019

    imho the easiest to start with is the platform you're building on top of right now. Learn the concepts around auth (Basic auth, JWT, oauth, etc.). Once you have grasp the concepts, they can be brought to any backend language you want, all of them should have these auth libraries.

    • Trang Le
      Trang LeSep 1, 2019

      Thank you for the very sound advice.

Add comment