Tech Vision
Tech Vision
  • Видео 43
  • Просмотров 504 257
Is NestJS killing ExpressJS?
📨 Easy to digest software engineering guides weekly: tech-vision.io/newsletter
Exploring why NestJS is becoming so popular by comparing it to ExpressJS. What are the differences and similarities between NestJS and ExpressJS
Просмотров: 5 222

Видео

3 Messaging Failures You’ll Face in Microservices (and How to Fix Them)
Просмотров 2,4 тыс.Месяц назад
📨 Receive Weekly Dev Guides Here: tech-vision.io/newsletter Microservices messaging comes with its challenges-out-of-order processing, lost messages, and duplicates can wreak havoc on your systems. Learn how to spot these issues and ensure your services stay reliable and efficient." 0:00 Communication Going Wrong 1:43 Wrong Processing Order 3:50 Lost Messages 5:43 Duplicate Messages
ExpressJS Crash Course: Build 3 Apps Step-by-Step
Просмотров 1,5 тыс.Месяц назад
📨 Receive Weekly Dev Guides Here: tech-vision.io/newsletter An ExpressJS crash course.Learn the 3 core concepts of Express JS and start building web servers applications. 0:00 Express Setup 1:41 Concept 1: App 2:41 Concpet 2: Routing 4:28 Concept 3: Middleware 7:37 Building Apps 8:13 Router Setup 9:11 App 1 11:15 App 2 15:08 App 3
Why Databases Might be Better for Microservices Communication
Просмотров 2,3 тыс.2 месяца назад
📨 Receive Weekly Dev Guides Here: tech-vision.io/newsletter Exploring how databases and file systems can be used as a communication layer for your services and application.
6 Proven Strategies for API Integration Success
Просмотров 1,9 тыс.2 месяца назад
📨 Receive Weekly Dev Guides Here: tech-vision.io/newsletter 6 Strategies to improve your chances of success when working with APIs and distributed systems 0:00 API Contracts 4:31 Minor Changes 6:03 Mijor Changes
This Free Spotify Tool is Impacting 4 Million Developers
Просмотров 4,1 тыс.2 месяца назад
📨 Receive Weekly Dev Guides Here: tech-vision.io/newsletter Discover why this tool build by Spotify is used by thousands of companys and impacts millions of developers. Learn more: backstage.io/ 0:00 What is Backstage 1:16 Key Features 4:46 Why is it so Popular? 6:10 Create your portal
NestJS MongoDB Connection: Quick Guide with 3 Approaches
Просмотров 2,2 тыс.2 месяца назад
📨 Receive Weekly Dev Guides Here: tech-vision.io/newsletter How to connect your NestJS app to MongoDB using three different methods 0:00 Why MongoDB 0:58 The Direct Approach 3:18 The Popular Approach 6:10 The Flexible Approach
All Databases Fundamentals in 7 Minutes
Просмотров 2,5 тыс.2 месяца назад
📨 Receive Weekly Dev Guides Here: tech-vision.io/newsletter Learn all the core concepts of Databases. This super short course will help you work and choose the right database. 0:00 The Big Problem Solved by DB 1:00 The Power of Organisation 2:55 Accessing Data 3:33 Avoiding Bad Data 4:50 Scaling 6:00 Types of Databases
Complete NestJS Testing Strategy for Building Successful Apps
Просмотров 3,4 тыс.2 месяца назад
📨 Receive Weekly Dev Guides Here: tech-vision.io/newsletter NestJS Complete testing guide. What to test, how to test it, and how to organise your tests. 0:00 Testing Scope 1:11 Util Functions 2:00 NestJS Classes 4:16 NestJS Module 7:06 NestJS App
I Tried 20 API Clients so You Don't Have to!
Просмотров 2,4 тыс.3 месяца назад
📨 Receive Weekly Dev Guides Here: tech-vision.io/newsletter Comparing 20 API clients, weighing the pros and cons, and giving you all the criteria you need to find your perfect fit. 0:00 Key Criteria 1:30 Categories 2:12 Multi Purpose GUI 5:51 Single Purpose GUI 8:00 Extra Criteria 11:06 Text Base & CLI 16:37 My choice
This Simple Trick makes Your API more Resilient
Просмотров 5 тыс.4 месяца назад
📨 Receive Weekly Dev Guides Here: tech-vision.io/newsletter Showcasing a very simple pattern that makes your API server more resilient and prevents total server failure when there is high traffic
NestJS API Professional Grade Documentation
Просмотров 8 тыс.4 месяца назад
📨 Receive Weekly Dev Guides Here: tech-vision.io/newsletter Learn how to easily document your nestjs API endpoints
Is Your API ACTUALLY Ready for User Traffic?
Просмотров 138 тыс.4 месяца назад
📨 Receive Weekly Dev Guides Here: tech-vision.io/newsletter How to test the performance of your API using K6. K6 is the most developers-friendly tool for performance tests and offers great flexibility. NestJS Microservices crash course: ruclips.net/video/I8cs8fJYF_w/видео.htmlsi=c6VxADP3J_GNKv8H Link to K6: k6.io/
Learn NestJS Microservices in 20 Minutes
Просмотров 24 тыс.4 месяца назад
📨 Easy to digest software engineering guides weekly: tech-vision.io/newsletter How to implement the Microservices Architecture in NestJS. How to set up the project, create the applications, and organise your code to build a maintainable and highly scalable software system. How Large NestJS App should look like 🚀: ruclips.net/video/jOytv6PQxN0/видео.html More NestJS Videos in this playlist 💜: ru...
NestJS Best Practices that Make You Better at Programming
Просмотров 5 тыс.4 месяца назад
📨 Easy to digest software engineering guides weekly: tech-vision.io/newsletter How can NestJS makes you a better programmer. Learn what universal principles are embedded inthe NestJS framework
The New Fast and Git-Friendly Opensource API client
Просмотров 136 тыс.5 месяцев назад
The New Fast and Git-Friendly Opensource API client
I Found a Way to Make Code Easier to Maintain
Просмотров 2,5 тыс.5 месяцев назад
I Found a Way to Make Code Easier to Maintain
20 NestJS Commands to Save You HOURS of Work
Просмотров 3,1 тыс.5 месяцев назад
20 NestJS Commands to Save You HOURS of Work
Why So Many Developers Choose NestJS?
Просмотров 9 тыс.5 месяцев назад
Why So Many Developers Choose NestJS?
How a Large Scale NestJS App Should ACTUALLY Look
Просмотров 30 тыс.5 месяцев назад
How a Large Scale NestJS App Should ACTUALLY Look
Every NestJS Concept Explained in 9 Minutes
Просмотров 59 тыс.5 месяцев назад
Every NestJS Concept Explained in 9 Minutes
Time in NodeJS is a Lie, Here is How it Really Works
Просмотров 6936 месяцев назад
Time in NodeJS is a Lie, Here is How it Really Works
I Discovered a Better Approach to NestJS Configuration
Просмотров 3,5 тыс.6 месяцев назад
I Discovered a Better Approach to NestJS Configuration
5 NodeJS Features You Probably Missed
Просмотров 1,9 тыс.6 месяцев назад
5 NodeJS Features You Probably Missed
NestJS Crash Course: Learn in 25 Minutes
Просмотров 18 тыс.6 месяцев назад
NestJS Crash Course: Learn in 25 Minutes
The ultimate NestJS Authentication guide
Просмотров 21 тыс.6 месяцев назад
The ultimate NestJS Authentication guide
Master MongoDB Query Basics with Practical Examples
Просмотров 3109 месяцев назад
Master MongoDB Query Basics with Practical Examples
How to Insert Data in MongoDB - Compass & mongosh Demo
Просмотров 5039 месяцев назад
How to Insert Data in MongoDB - Compass & mongosh Demo
How I Would Use AI to Learn Programming
Просмотров 3989 месяцев назад
How I Would Use AI to Learn Programming
Copilot Best Practices Demo - AI For Programmers
Просмотров 7559 месяцев назад
Copilot Best Practices Demo - AI For Programmers

Комментарии

  • @Support-Phalestine
    @Support-Phalestine День назад

    I Love the way of you teaching complex topics in easy way 💯🔥

  • @gtsmeg3474
    @gtsmeg3474 2 дня назад

    Thank you for your videos about NestJS! As a Laravel developer, I’m eager to enhance my backend skills by learning this framework, particularly for its support of microservices architecture and other features. However, I’m wondering if I should dive straight into NestJS or first focus on the fundamentals of Node.js and Express, since NestJS is built on top of them. What’s your advice?

  • @OMFUCKG
    @OMFUCKG 2 дня назад

    High quality content and smile, thanks.

  • @rockandrolldevil665
    @rockandrolldevil665 2 дня назад

    awesome man, thanks for the video

  • @charlesadah5929
    @charlesadah5929 3 дня назад

    You saved me alot of research. Thanks for not being selfish with this knowledge

  • @ProgrammerFlunt
    @ProgrammerFlunt 4 дня назад

    Thank you! Nice visuals, nice audio! That what all tech videos should be! Earn a sub!

  • @abhishekkumar-ot4zo
    @abhishekkumar-ot4zo 5 дней назад

    nest js is actualy scalable easily

  • @abhishekkumar-ot4zo
    @abhishekkumar-ot4zo 6 дней назад

    nice over all idea of nest js

  • @emmanuelanibaba4098
    @emmanuelanibaba4098 7 дней назад

    You by far had one of the step by step eplanations but I just could not get the comman "npm i --save @nestjs/jwt" to work for some strange reason, could u please share this project in a public repo

  • @WebTech-gc2fp
    @WebTech-gc2fp 7 дней назад

    Hey Thanks for the tutorial. could you please send the source code?

  • @solomanter
    @solomanter 7 дней назад

    Perfect, please continue to introduce new packages. Thanks!

  • @riveto_ir
    @riveto_ir 8 дней назад

    Nice Smile and Somehow I forget my bugs and get focued on learning... Nice job man.

  • @7heunforgiv3n47
    @7heunforgiv3n47 8 дней назад

    Wow, I haven't seen such a well-made tutorial in a long time, compliments!

  • @EDRDanielGdz
    @EDRDanielGdz 9 дней назад

    I'm a backend developer. All my life working with Java, C# and PHP. Now Very motivated to change my path to golang or typescript. I'm going to make two restful API projects only for testing (I need to see how middlewsre, routings, cache, queue and Jobs, security, orm, etc)... One in Gin framework and the other one in NestJS. I hope to satisfy all my expectations.

  • @xthefrancisxify
    @xthefrancisxify 9 дней назад

    You are the MVP! Your videos are the best, keep up the great work. BTW, being from Brazil, loved when you mentioned creating a feijoada recipe ahaha.

  • @javeedishaq7643
    @javeedishaq7643 9 дней назад

    🥰 love for you Sir, you made it pleasant and easy learning nest js

  • @sanjeev2525
    @sanjeev2525 10 дней назад

    Please make a video on NESTJS Exception Handling escepecially on Rpc Exception on microservices on how the error is propagated

  • @suibora
    @suibora 10 дней назад

    How does one scale a nestjs or express server? I just don't get how you go from a single instance of a local server, to something (or somethings) that can serve multiple people. I am familiar with docker and ngnix. Is it like you have multiple copies of your server running on one or more different machines or vps', then nginx routes the traffic equally between them? How does everything communicate or what are the steps needed to go from that local server to something that can be scaled?

  • @legend_universe
    @legend_universe 10 дней назад

    Cut to cut impressive video❤

  • @legend_universe
    @legend_universe 10 дней назад

    Nice

  • @nikhilgoyal007
    @nikhilgoyal007 11 дней назад

    super helpful, thank you!

  • @zeeshanasif3303
    @zeeshanasif3303 11 дней назад

    I wish that your channel grow because you make great videos. So much to learn!

  • @gabrielcortezmazzardo5344
    @gabrielcortezmazzardo5344 12 дней назад

    Confusing as hell. Too much information given too quickly. Good teaching at least

  • @Paulkellermann597
    @Paulkellermann597 15 дней назад

    Give us the name of the background song please

  • @thiagopereiraalves7943
    @thiagopereiraalves7943 15 дней назад

    Thanks very much for class!!

  • @chinmayghule8272
    @chinmayghule8272 18 дней назад

    Good video. This channel is a hidden gem. Could you make a more in-depth video on MongoDB? The tutorials on YT mostly use basic functionalities of MongoDB, but when I set out to create my own messaging web app I came across an instance where I felt like I need to use the transaction feature, but I had no idea how to implement it. There are also other questions like how can we self-host it, and how MongoDB is actually used in production.

  • @chinmayghule8272
    @chinmayghule8272 18 дней назад

    Excellent video, but I think two things can make it better: 01. Beginners might need multiple examples for the same concept. It would've been nice if you gave 3 examples to explain each thing. 02. The last section, relating to the layers of working of Nest.js, was too much technical jargon. Although I understood that part because of my slight familiarity with those concepts, a beginner might get too confused about it.

  • @gevichiatto
    @gevichiatto 18 дней назад

    Que vídeo bom, pqp

  • @DanielOlajumoke-p3t
    @DanielOlajumoke-p3t 20 дней назад

    structure when you want it and freedom when you need it

  • @anirudhhosur3827
    @anirudhhosur3827 21 день назад

    Great tutorial. The confusing part is that we need to create a users app which has a UserService. Then, we need to create users module inside api-gateway which also contains a user-service. This sucks!

  • @franciscomartinez2664
    @franciscomartinez2664 21 день назад

    you just made me a senior dev. Putting NestJS on my resume ASAP!!

  • @maxpugh9616
    @maxpugh9616 22 дня назад

    Dude! You are awesome!

  • @RanulaGamage
    @RanulaGamage 23 дня назад

    Hey bro, you are not just explaining you gave me the confidence. Thank you

  • @jeanfernandeseng
    @jeanfernandeseng 23 дня назад

    Excellent presentation

  • @ioannhide3355
    @ioannhide3355 23 дня назад

    Your videos are very useful. Thank you very much for your work!

  • @mihajlosupic
    @mihajlosupic 24 дня назад

    "Because we won't be writing any tests in this app" 👁👄👁. 😂

  • @davidroberts8657
    @davidroberts8657 24 дня назад

    thanks, good architectural overview.

  • @aaronjablonski
    @aaronjablonski 24 дня назад

    Awesome video! Really clear and well paced. Thank you!

  • @sterin557
    @sterin557 25 дней назад

    express is not dead, your love for express is. Express yourself in Nest now, till the next time you find love in expressing Express.

  • @FabianMontoya
    @FabianMontoya 26 дней назад

    For a MongoDB connection, do you prefer use TypeORM or Prisma??, Im confused about those ORM options

  • @samuelvalentine7846
    @samuelvalentine7846 29 дней назад

    Awesome

  • @elronkarni
    @elronkarni 29 дней назад

    One of the best videos i ever seen in a while ty so much ❤️