

Become an in demand software engineer by taking this course on Node, SQL, PostgreSQL, and backend web development. As one of the most popular web development stacks today, learning Node, SQL, and PostgreSQL is a must. Knowing these languages and frameworks will open doors and jobs for you.
In this project-based course, you’ll learn how to build Node, SQL, and PostgreSQL applications by building three full projects. You’ll discover some techniques widely used in the industry today. And you’ll find out how to use notable libraries like Express and Pg.
You will skyrocket to the top of the talent pool because you can build backend web applications. The backend is the heart of services and products. So knowing how to write the backend is the other highly crucial skill looked for by top software companies like Google, Facebook, Microsoft, and more.
In this course, you’ll get familiar with Node by building an application from the start. First, you’ll learn how to use the native Node modules to build a server.
Second, you’ll build a more in-depth application with Node and Express to learn how to a build an api with a complete set of http request methods.
Next, you’ll dive into SQL and PostgreSQL to build a solid foundation around these tools. After, you’ll build an api that combines all the previous concepts with Node and PostgreSQL so that you understand how to create Node apps that work with advanced databases.
If you’ve already gone through the the quick JavaScript and web development tutorials online, then this course will take you to the next level.
Ready to step up your coding game? Excited to boost your skills? Then what you are waiting for? Let’s get started coding!
-
15Express
-
16Setting Up the Fortunes API
-
17JSON for Fortunes
-
18First Express Endpoint
-
19Optional: Startup with an Executable
-
20Get a Random Fortune or One by ID
-
21Fortunes Post Method
-
22Clean the Fortunes Post Method and Use Postman
-
23Update Fortunes with Put
-
24Delete Fortunes
-
25Fortunes API | Section Summary
-
34Setting up the Monsters API
-
35Node SQL Configure Script
-
36Optional: Configure with Password
-
37Configure the Postgres Pool
-
38Monsters GET Request with Express
-
39Error Handling in Express with Middleware
-
40Monsters Get by ID and Express Routes
-
41Monsters Post Method
-
42Monsters Put Method
-
43Monsters Delete Method
-
44The Habitats Route
-
45Relations and more Advanced Queries
-
46Monsters API | Section Summary