Learn Express JS With TypeScript
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=KgnJNJk9-to
00:00 - Introduction • 01:20 - Bootstrap the application • 06:50 - Routing • 11:14 - Express interfaces • 12:13 - Responses • 14:19 - Chaining requests • 16:45 - Route paths • 18:44 - Route parameters • 20:04 - Route handlers • 23:53 - Middleware • 28:25 - Request response generics • 30:43 - Error handling • 34:00 - Application structure • 38:10 - Security • REST APIs are a staple of the web development industry and the most popular web framework is Express. I've been using Express.js since 2016 and have built many production-grade APIs that are serving hundreds of thousands of requests per day. • By watching this video you will learn how to build scalable, production-grade APIs with Express TypeScript. You will learn the basics of Express and advanced topics that will keep your APIs secure, maintainable, and scalable. • To follow along with this guide, you will need 4 tools: • 1. An editor, I'm going to be using Visual Studio Code • 2. Node.js Installed, I recommend installing Node via Node Version Manager (NVM) • 3. A package manager, such as NPM or yarn, I will be using yarn • 4. Something to send HTTP requests to your API, I'll be using Postman • You don't need any prior knowledge of Express or TypeScript, but a basic understanding of JavaScript and Node.js is preferable. • 🌎 Follow me here: • Discord: / discord • Twitter: / tomdoes_tech • Facebook: / tomdoestech • Instagram: / tomdoestech • TikTok: / tomdoes_tech • ☕ Buy me a coffee: https://www.buymeacoffee.com/tomn
#############################
