lesson
Build MongoDB API With Encryption for PII Data and AuthThe newline Guide to Angular UniversalWe're building software for people, and we need to give them a way to communicate with it. This lesson will show you how to prepare an API for user interaction like loging in and adding products to list of favorites. Moreover you will be introduced to the security essentials like cookies encryption and password hashing.
lesson
How to Build a MongoDB REST API to Fetch DataThe newline Guide to Angular UniversalOnce the database is set up and ready, you need to establish a connection with it. That's what you're going to do in this part of the course. Apart of that you will create backend API to get list of products and their descriptions.
lesson
How to Install MongoDB Locally and Import JSON DataThe newline Guide to Angular UniversalEvery application needs a persistence layer. This lesson will show you how to enroll for free Atlas cloud MongoDB instance. You will also feed your database with data.
lesson
How to Install Angular From the CLI and Add Bootstrap CSSThe newline Guide to Angular UniversalMost projects start from scratch. This one is not an exception. In this lesson you will initialize the Angular application using CLI, include the Cascading StyleSheet, set up routing and basic components.
lesson
How Does Angular Work with Heroku and MongoDB?The newline Guide to Angular UniversalIn this course module, you will build a production-ready Angular application. It will consist of a list of products with pictures, descriptions, and prices. Each product will have a dedicated landing page. You will also develop the functionality of adding products to a list of favorites and displaying that list. You will build a back-end and API to feed your application with data. The data will be retrieved from MongoDB provisioned in your Heroku application.
lesson
Angular Universal and the Era of Single-Page ApplicationsThe newline Guide to Angular UniversalIntroduction to Guide to Angular Universal
lesson
Angular --prod Universal Versus PrerenderThe newline Guide to Angular UniversalThat was a bumpy ride, but definetely worth it. In this lesson we will summarize what you've learned so far and how ng --prod differentiate from Universal and Prerendered application.
lesson
How to Resolve Angular Prerendering IssuesThe newline Guide to Angular UniversalWhat is prerendering and how Angular Universal supports it? This lesson will answer that questio and show you what steps you need to take, to make your application prerenderable.
lesson
Prerendering in AngularThe newline Guide to Angular UniversalIn this module, you'll learn how to adjust the Angular application to be pre-renderable. Such prepared application can be deployed on static hosting like GitHub pages and still be SEO friendly! You will feed your application with data retrieved from MongoDB during the prerendering process.
lesson
Connecting to tRPCFullstack Typescript with TailwindCSS and tRPC Using Modern Features of PostgreSQLConnecting to the tRPC server from the frontend
lesson
Introducing tRPCFullstack Typescript with TailwindCSS and tRPC Using Modern Features of PostgreSQLSetting up tRPC with Koa
lesson
Shared ComponentsFullstack Typescript with TailwindCSS and tRPC Using Modern Features of PostgreSQLSharing components across packages