Book Image

Hands-On Web Development with TypeScript and Nest.js [Video]

By : Florian Goto
Book Image

Hands-On Web Development with TypeScript and Nest.js [Video]

By: Florian Goto

Overview of this book

<p> Nest.js is a framework for building Node.js server-side applications on top of TypeScript and JavaScript. It helps to build efficient and scalable web applications and keep your code organized and architecturally flexibile. </p><p> In this course, you will learn about the fundamentals of Typescript and Nest.js, together with advanced techniques to build a financial dashboard that will display stock prices, variations, and company-specific financial performance. We will be build a REST API to retrieve the financial data server-side. Later, we will focus on building the front end dashboard using Angular and connect it with the Nest.js REST API to fetch data and display it while also adding authentication and authorization via the server. Finally, we will deploy the app and go live via Heroku. </p><p> By the end of the course, you will be proficient in using Nest.js to address issues that Node.js can’t solve and use it to build a full-stack TypeScript application with Angular as your front end framework. </p><p> </p><p>Here are Github links to this video course: </p><p> </p><p>https://github.com/PacktPublishing/Hands-On-Web-Development-with-TypeScript-and-Nest.js-finest-frontend </p><p>https://github.com/PacktPublishing/Hands-On-Web-Development-with-TypeScript-and-Nest.js-finest-server </p><p>https://github.com/PacktPublishing/Hands-On-Web-Development-with-TypeScript-and-Nest.js--rest-test-server </p><p></p>
Table of Contents (6 chapters)
Chapter 2
Advanced Nest.js Techniques
Content Locked
Section 5
Security with CORS, CSRF and Helmet
In this video, we will secure your Nest.js application.