DEV Community

Discussion on: How I Doubled my Salary in 5 Months and Got an Amazing Job

Collapse
 
theminshew profile image
Michael Minshew

I didn't see how you did on the express api? probably just me missing it after i scanned for it a few times. how did you go about that process?

Collapse
 
samwsoftware profile image
Sam Williams

Express is pretty simple, I didn't learn very much new stuff but I got a lot of practice setting up new express servers for each of the projects I built that had a back end.

If you've never used Express before, the Node with React course covers what you need to know.

Most of the back end learning was about using new APIs and services, like Passport for oAuth, MailGun for emailing and Mongo and mongoose for databases.

Collapse
 
theminshew profile image
Michael Minshew

Awesome, Thanks for the reply. I have to check my Udemy catalog. I might actually have that node course.