-
Node.js & Express APIs
Learn how they are commonly paired to build fast, scalable Application Programming Interfaces (APIs) using JavaScript on both the frontend and backend
-
NoSQL Databases (MongoDB)
Deep dive into MongoDB which stores data in flexible, JSON-like documents rather than traditional tables and rows
-
Relational Databases (PostgreSQL)
Learn about the advanced, enterprise-class, and open-source object-relational database management system
-
Backend Security & JWT
Learn how to protect server-side applications, data, and APIs from unauthorized access and malicious tampering using JSON Web Token (JWT), an open standard (RFC 7519) that securely transmits information between parties.