riversongs Posted November 23, 2024 Report Share Posted November 23, 2024 Free Download Nestjs Ultimate - Backend Development With Node.Js FrameworkPublished 11/2024MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHzLanguage: English | Size: 12.22 GB | Duration: 16h 6mBuilding Scalable Projects with NestJS: WebSockets, Real-Time Notifications, Email Integration, and MoreWhat you'll learnMaster the core concepts of NestJS and understand its powerful architecture for building scalable applications.Learn how to set up and configure a NestJS project from scratch using TypeScript, Express, and various key libraries.Understand database integration using both MongoDB and SQL (via TypeORM), and how to structure your data models effectively.Build a hands-on project with MongoDB to reinforce your NestJS skills and understand real-world use cases.Create a large-scale, production-ready application using SQL, TypeORM, and advanced NestJS features like authentication, middleware, and more.Develop real-time features with WebSockets and integrate them seamlessly into your applications.Learn to troubleshoot and debug your code effectively, gaining critical skills for fixing issues and improving performance.Develop a research-oriented mindset to confidently read official documentation and learn new technologies.Avoid the "tutorial hell" trap by learning how to think independently and solve problems on your own.Gain a strong foundation in backend development that prepares you to work with any other framework or language in the future.RequirementsYou need to know the basics of typescriptHave knowledge of NodeJSUnderstanding of expressJS is recommended but not requiredHave knowledge of SQL (basic) skillsDescriptionNestJS is a powerful and rapidly growing framework that enables developers to build scalable and efficient applications with ease. In this course, you'll learn how to harness the full potential of NestJS to create robust backend systems.In this course, you're not just going to learn NestJS; you'll also master the essential skills of learning new technologies. Forget fancy slideshows and fluff-this course is all about diving deep into the core material, directly from official resources. I believe in the power of real, hands-on learning, and instead of simply repeating what's already out there, we will focus on practical application.Why do I say "you don't just learn NestJS"? Because in this course, I'm going to show you how to research, troubleshoot, and read documentation effectively-skills every developer needs to thrive. These aren't just technical abilities; they are life skills for problem-solving and continuous learning, which are crucial to keep up with ever-evolving technology.Upon completing this course, you won't just be proficient in NestJS. You'll have developed the confidence and methodology to pick up any framework, language, or tool you wish to learn. This course will teach you how to avoid the trap of "tutorial hell"-that frustrating cycle where you rely too much on step-by-step guides without gaining true understanding. You'll learn how to think independently, explore documentation, and solve problems-transforming you into a self-sufficient developer, ready to tackle any challenge that comes your way.What will you learn in this course?Core NestJS Concepts: We'll start by building a solid foundation of NestJS, diving into the framework's core features and best practices for building maintainable applications.Building a Small Application with MongoDB: Once you're familiar with the basics, we'll work on a hands-on project using MongoDB to help reinforce your understanding of NestJS and how to apply it in real-world scenarios.Developing a Large-Scale Application with SQL and TypeORM: Finally, we'll scale things up by developing a large and complex application using SQL and TypeORM, integrating advanced concepts like authentication, real-time communication, and more.OverviewSection 1: IntroductionLecture 1 IntroductionLecture 2 Why should we learn NestJS?Section 2: NestJS: Core ConceptLecture 3 Explore NestJS folder structureLecture 4 Controller in NestJSLecture 5 Single responsibility principleLecture 6 Introduction to ProviderLecture 7 Inversion of Control principleLecture 8 Apply IoC principle in NestJSLecture 9 Dependency InjectionLecture 10 How IoC Container work?Lecture 11 Look at ModuleLecture 12 Work with ModuleLecture 13 MiddlewareLecture 14 Middleware - part 2Lecture 15 ExceptionLecture 16 PipesLecture 17 GuardLecture 18 InterceptorLecture 19 Custom decoratorsLecture 20 Wrap up: Core conceptSection 3: Mongoose, CRUD, Data Transfer ObjectLecture 21 Section overviewLecture 22 Nest CLILecture 23 Setup mongodbLecture 24 Connect mongodb atlasLecture 25 Create post shemaLecture 26 Inject repositoryLecture 27 Insert documentLecture 28 What is a DTO?Lecture 29 More about DTOLecture 30 ValidationLecture 31 Reminder about DTOLecture 32 Query dataLecture 33 Some options to reduce (hide) dataLecture 34 Use interceptor to response DTOLecture 35 Transform DTOLecture 36 Query a dataLecture 37 Update all fields (PUT)Lecture 38 Update some field (PATCH)Lecture 39 Delete documentLecture 40 Wrap upSection 4: Big Project Time: TypeORMLecture 41 Create new NestJS ProjectLecture 42 Setup TypeORM with PostgresQLLecture 43 Environment variablesLecture 44 Create user entityLecture 45 Work with TypeORMSection 5: Module: JSON Web Token (JWT) AuthenticationLecture 46 Create auth moduleLecture 47 Again ... Dependency Injection - Sign Up userLecture 48 Unique emailLecture 49 JWT Async configurationLecture 50 Sign InLecture 51 Refactor JWT GenerateLecture 52 Authentication GuardLecture 53 Get current userSection 6: Authorization: Advanced (Role, Permissions, Endpoint)Lecture 54 Create role moduleLecture 55 Many To One RelationshipLecture 56 Create roleLecture 57 Create roleLecture 58 Assign role to userLecture 59 Get all rolesLecture 60 Update roleLecture 61 Delete roleLecture 62 TypeORM join table (relation) - prevent delete assigned roleLecture 63 The idea of permissionsLecture 64 Create endpoint moduleLecture 65 Endpoint entityLecture 66 Create endpointLecture 67 Strategy to handle 1 THOUSAND ENDPOINT - Truncate all endpointLecture 68 How to get all endpoint in application ?Lecture 69 Insert all endpoint to DBLecture 70 Database TransactionLecture 71 Permission moduleLecture 72 Permission entityLecture 73 Compose primary keyLecture 74 Add all permissions to DBLecture 75 Allow permissionLecture 76 Authorization has not yet been completed, my friendsSection 7: Module: Category (Hooks)Lecture 77 Category EntityLecture 78 Customhttp status codeLecture 79 SwaggerLecture 80 If you want to use swaggerLecture 81 Create categoryLecture 82 TypeORM hook - Handle slugLecture 83 Get categoryLecture 84 Upgrade your response DTOLecture 85 Update categoryLecture 86 Delete categoryLecture 87 TypeORM built-in soft deleteLecture 88 Welcome to child categoryLecture 89 Understand child categoryLecture 90 Create child categoryLecture 91 Nested DTO - Find parent category along with child categoryLecture 92 Fix DTOSection 8: Module: ProductLecture 93 Product entityLecture 94 Postgres data typesLecture 95 Explain precision and scale in numericLecture 96 Create productLecture 97 Custom property in response DTOLecture 98 Get all productsLecture 99 Get one productLecture 100 Update productLecture 101 Soft delete productLecture 102 Pagination & FilteringLecture 103 Product response dto with paginationSection 9: Module: File UploadLecture 104 Upload moduleLecture 105 First look about upload fileLecture 106 Upload image to diskLecture 107 Type uploadLecture 108 Save image url to DBLecture 109 Wrap upSection 10: Module: Product Galleries, Upload mutiple imagesLecture 110 Product Gallery ModuleLecture 111 First look to upload multiple imagesLecture 112 Upload mutiple imagesLecture 113 Delete gallery and imageSection 11: Module: Product attributesLecture 114 The idea of product attributesLecture 115 Create Variant entityLecture 116 Create variantLecture 117 Find variants by productLecture 118 Delete variantLecture 119 Create variant item entityLecture 120 Create variant itemLecture 121 Find item by variantLecture 122 Delete variant itemLecture 123 What happen If we remove variant ?Lecture 124 Variant item priceLecture 125 Introduction to deeply nested DTOSection 12: Module: UserLecture 126 Comback to user moduleLecture 127 Get a userLecture 128 Update userLecture 129 Delete userLecture 130 Change passwordLecture 131 Update my informationSection 13: Module: Cart, Uni-Directional, Bi-DirectionalLecture 132 Create cart entityLecture 133 Understand uni-directional & bi-directional - cart item entityLecture 134 Create cart for userLecture 135 Add to cartLecture 136 Add variant to cart itemLecture 137 Add to cart completedLecture 138 Delete item from cartLecture 139 Get my cartBeginner or Intermediate Developers who are ready to tackle more complex projects and want to understand how to integrate databases like MongoDB and SQL.,Students looking to improve their problem-solving skills by learning how to research, troubleshoot, and read official documentation.,Developers who want to break free from tutorial hell and become self-sufficient in learning new technologies, frameworks, and languages.,Anyone interested in building large-scale applications and learning how to manage complex architectures and integrations with real-time capabilities.Homepagehttps://www.udemy.com/course/nestjs-ultimate-backend-development-with-nodejs-framework/Download ( Rapidgator )https://rg.to/file/02da4e8e71aa6c4e9f48a964627b23bb/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part05.rar.htmlhttps://rg.to/file/0699361b88e1442c7a9a7baf9b5e5975/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part03.rar.htmlhttps://rg.to/file/0eb68d7baf32597ecb48af3b53d868b9/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part12.rar.htmlhttps://rg.to/file/119e6ceadec95ec1b964fad1f201a08b/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part04.rar.htmlhttps://rg.to/file/1d2c08bb67d081dc3f4224b3b8ff74a6/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part08.rar.htmlhttps://rg.to/file/3f7c5f0ef6acd1f1209e15e50fffda5b/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part07.rar.htmlhttps://rg.to/file/595463b7e2e876a84915b2d6176fdd79/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part10.rar.htmlhttps://rg.to/file/69253d150a79710982fae52e64235582/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part01.rar.htmlhttps://rg.to/file/a20882f0eb4bf03f5c1b9ce1326e7b60/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part13.rar.htmlhttps://rg.to/file/a79a068767c830410277b32922ebeea7/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part02.rar.htmlhttps://rg.to/file/ab0fbb7e479553453d2d472168ae9530/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part06.rar.htmlhttps://rg.to/file/b7c749151ee57d3d4a06a851741fd42f/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part11.rar.htmlhttps://rg.to/file/e31ef582d259d6a9b0d84dfe1e413d45/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part09.rar.htmlFikperhttps://fikper.com/54Tj73mXcn/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part02.rar.htmlhttps://fikper.com/8QE7LbKaSe/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part04.rar.htmlhttps://fikper.com/9ssmeKzwNt/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part11.rar.htmlhttps://fikper.com/D4wMSPmtD5/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part03.rar.htmlhttps://fikper.com/OeZ38AZqDm/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part13.rar.htmlhttps://fikper.com/RLEERdRK9z/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part06.rar.htmlhttps://fikper.com/U0ybCOKjcK/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part09.rar.htmlhttps://fikper.com/VjyT0DD82U/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part10.rar.htmlhttps://fikper.com/kJXbFYqcIt/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part07.rar.htmlhttps://fikper.com/oLBpQi0Tzz/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part05.rar.htmlhttps://fikper.com/p8UGwUqG2n/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part12.rar.htmlhttps://fikper.com/td2EQLp2mp/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part01.rar.htmlhttps://fikper.com/tfU7Ursl0U/kqkkx.Nestjs.Ultimate.Backend.Development.With.Node.Js.Framework.part08.rar.htmlNo Password - Links are Interchangeable Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now