Beyond Hello World
Beyond Hello World
  • Видео 12
  • Просмотров 217 957
Microservice Concepts - Circuit Breaker
The circuit breaker pattern allows a service or services to manage connections with other services by monitoring failed requests that exceed a threshold.This allows a service to continue to operate without attempting to communicate with a service that is experiencing issues.
Code: github.com/brian-childress/microservice-concepts
Просмотров: 362

Видео

Deleting node_modules (or any directory really)
Просмотров 2,9 тыс.4 года назад
In this video I'll show you a simple command to find and remove all of your node_modules folders, or any folder you have a lot of, quickly and easily.
JWT | 2 Cookie Authorization - How it works
Просмотров 4594 года назад
In this video we start our 2 Cookie Authorization series by explaining how the approach works and how it can help to secure our applications that use tokens. Code: github.com/brian-childress/jwt-2-cookie-auth
JWT | 2 Cookie Authorization - Getting Started
Просмотров 2104 года назад
In this video we continue our 2 Cookie Authorization series by explaining how the 2 cookie approach works and how we will modify our existing application to allow us to send and receive cookies through our API. Code: github.com/brian-childress/jwt-2-cookie-auth
JWT | 2 Cookie Authorization - Creating cookies
Просмотров 1834 года назад
In this video we continue our 2 Cookie Authorization series by starting to create the 2 cookies we will use to send and receive out JSON Web Token (JWT). Code: github.com/brian-childress/jwt-2-cookie-auth
JWT | 2 Cookie Authorization - Validating cookies
Просмотров 2314 года назад
In this video we continue our 2 Cookie Authorization series by validating a JSON Web Token (JWT) using 2 cookies (Header.Payload, Signature). Code: github.com/brian-childress/jwt-2-cookie-auth
NodeJS APIs Without Express
Просмотров 8 тыс.5 лет назад
In this video we create 3 simple API endpoints in NodeJS without Express.js. We use the HTTP module from Node to serve plain text, HTML, and JSON. This is a simple, lightweight server. Code: github.com/brian-childress/node-api-without-express
NodeJS / Express Authorization Middleware
Просмотров 30 тыс.5 лет назад
In this video we build Authorization (AuthZ) middleware using Node, Express, and JSON Web Tokens (JWT). This tutorial will help you to implement simple access control into your NodeJS/Express API server. Access control can be defined based on a user's Role (Role-based access control, RBAC), or attribute based access control. This middleware can be used as it is or extended to meet your applicat...
Docker build & run in 1 command
Просмотров 13 тыс.5 лет назад
In this video we look at 2 ways to build and run a docker image as a container in one simple command. This is useful when testing a Dockerfile, application, logic, or really any reason you might use Docker.
Node GPX to GeoJSON Convertor
Просмотров 1,5 тыс.5 лет назад
In this video we build a simple GPX (GPS Exchange Format) to GeoJSON converter application in NodeJS. I'll walk you through each step of user input, file conversion, and output required to generate GeoJSON files for your next application. Code: github.com/brian-childress/node-gpx-to-geojson-convertor
Docker for Development | Docker Compose Overrides
Просмотров 1,7 тыс.5 лет назад
We'll take a look at using multiple Docker Compose files for extending the functionality of Docker and Docker Compose for development.
Autogenerating Swagger Documentation with Node & Express
Просмотров 160 тыс.5 лет назад
In this video we walk through creating a simple NodeJS/Express API endpoint and setting auto-generating documentation using Swagger. We can then test our API using the Swagger UI. Code: github.com/brian-childress/node-autogenerate-swagger-documentation

Комментарии

  • @bonus22
    @bonus22 5 месяцев назад

    Your tutorial is very good, but it's definitely is not a auto generated Swagger

  • @whatthefunction9140
    @whatthefunction9140 5 месяцев назад

    Hi Bryan 👋

  • @HovhannesGasparyan-ex4el
    @HovhannesGasparyan-ex4el 6 месяцев назад

    Thank you for the useful video!

  • @ShadowAimai
    @ShadowAimai Год назад

    Finally someone who doesn't waste 20+ mins on pointless drivel. Thank you.

  • @bilkisuismail6096
    @bilkisuismail6096 Год назад

    And what happened to this great instructor, no more videos from him

  • @0ne4rif
    @0ne4rif Год назад

    I find this video simple and straightforward, thank you!

  • @tasitocorreo
    @tasitocorreo Год назад

    Thanks and regards from Spain

  • @runyalen
    @runyalen 2 года назад

    instructive video.. i would recomende to the author of these video to eat more vitamines, sport & better sleep !!

  • @pnutstube
    @pnutstube 2 года назад

    Thank you very much for a good tutorial

  • @yjg30737
    @yjg30737 2 года назад

    This is more like copy and paste and change slightly.

  • @soufianezeddou307
    @soufianezeddou307 2 года назад

    life saver

  • @WatchLearn2023
    @WatchLearn2023 2 года назад

    Nice basic tutorial

  • @annalopezribo1219
    @annalopezribo1219 2 года назад

    This video was very instructive, thanks! But I decided to stick to the traditional way of documenting swagger routes. For me it looks more complicated this way, when autogenerating swagger routes it's tricky to have every mongoose schema as well in the docs, and the routes are not organized, also, visually it looks kinda messy to have all that written code for each endpoint in all my routes. I know that there are npm packages that help you with the schemas like "mongoose-to-swagger", but in the end it looks to me like an extra work and not like an automated process at all.

  • @uadev9913
    @uadev9913 2 года назад

    This not Autogenerating! All routs, object you must write!

  • @earthycoin
    @earthycoin 2 года назад

    Thanks

  • @raulterraferrao696
    @raulterraferrao696 2 года назад

    If do not appear anything, don't forget the '/' before the name of the route.

  • @ThinKingKaraoke
    @ThinKingKaraoke 2 года назад

    how to use with jwt sir ?

  • @tscheydee1482
    @tscheydee1482 2 года назад

    Any idea why the docker command doesnt work for me? It says invalid reference format.

  • @SalahYoumir
    @SalahYoumir 2 года назад

    very usefull ~ thanks a lot !

  • @hastyarazad6179
    @hastyarazad6179 2 года назад

    I have been searching around for almost 10 hours looking at different tutorials and articles. Nether one of them explained and demonstrated it like you. A verry BIG THANK YOUUU!!!. Keep up the good work

  • @douglasbrandao391
    @douglasbrandao391 2 года назад

    realy useful !

  • @harshverm776
    @harshverm776 2 года назад

    Can't we generate them direct? I spring boot we just need to add swagger dependency and everything will be automatically come of the swagger page.

  • @Matisantillandev
    @Matisantillandev 2 года назад

    Great tutorial, it was very helpful. Thank you! I leave my like here

  • @josealvarezcabrera561
    @josealvarezcabrera561 2 года назад

    Amazing tutorial! Thanks.

  • @juanjoseordonez8669
    @juanjoseordonez8669 3 года назад

    How can i define the parameters?

  • @aarusan_thyagasara5961
    @aarusan_thyagasara5961 3 года назад

    Eg,in my case docker is not recognized as the name of a cmdlet, function, script file, or operable program

  • @aarusan_thyagasara5961
    @aarusan_thyagasara5961 3 года назад

    Can you please elaborate this for a novice.. What are the packages to be installed?

  • @Mychannel-r9q
    @Mychannel-r9q 3 года назад

    should those swagger packages go to devDependencies?

  • @madhavareddy580
    @madhavareddy580 3 года назад

    How to document Node Azure functions (serverless) using swagger or any other tool

  • @madhavareddy580
    @madhavareddy580 3 года назад

    Useful. Thanks!

  • @InputOutput10
    @InputOutput10 3 года назад

    Good video, taught me more than my professor

  • @muhammadtarique242
    @muhammadtarique242 3 года назад

    This really helped, Thank you

  • @rishengopaldass1103
    @rishengopaldass1103 3 года назад

    Can you add in an image as well?

  • @PradeepVish1213
    @PradeepVish1213 3 года назад

    Thanks for your explanation 😊😊

  • @GautamKumar-nn7bh
    @GautamKumar-nn7bh 3 года назад

    This is great information. Thanks for sharing such wonderful information.

  • @calvincarolus786
    @calvincarolus786 3 года назад

    hello, can you help briefly explain the use of middleware to perform authorization. answer as briefly as possible, but do not lose the essence. Use code and comments to explain the point.

  • @andreysholinka5057
    @andreysholinka5057 3 года назад

    how to add authorize button in the top right corner?

  • @Siddharth-yi7pg
    @Siddharth-yi7pg 3 года назад

    how to add params in docs?

  • @ananthpadmakar8240
    @ananthpadmakar8240 3 года назад

    Thank you so much for a quick and easy tutorial. cool.

  • @Kim-by5uy
    @Kim-by5uy 3 года назад

    Really helpful, thanks

  • @ianlimasouza6896
    @ianlimasouza6896 3 года назад

    Thanks a lot for this, even the mistake with the put (customerS) at the end helped me understand it better haha great video! NOTE: this also works without Docker for people who are unfamiliar to it (like me)

  • @Hugo.Digital
    @Hugo.Digital 3 года назад

    Thanks a lot

  • @mariemmatri8743
    @mariemmatri8743 3 года назад

    Thank you very much!

  • @geetaghanti5934
    @geetaghanti5934 3 года назад

    Very useful, just the information I needed.

  • @Tyuvfdhb
    @Tyuvfdhb 3 года назад

    Thanks for the tutorial. I was unable to use swagger-jsdoc@7x (node14x) since it requires import instead of "require". The easiest solution was to use swagger-jsdoc@6x

    • @rubenfernandezsantos5048
      @rubenfernandezsantos5048 3 года назад

      In theory, imports can be used with swagger-jsdoc 7. I checked the documentation the documentation here www.npmjs.com/package/swagger-jsdoc and now it's necessary to use "await" when we passed the options to swaggerJsdoc as follows:

    • @rubenfernandezsantos5048
      @rubenfernandezsantos5048 3 года назад

      const openapiSpecification = await swaggerJsdoc(options);

  • @lesliewubbel9157
    @lesliewubbel9157 3 года назад

    Thank you for being clear

  • @nagavadlapudi
    @nagavadlapudi 3 года назад

    _Issue I faced_ node_modules\swagger-jsdoc\index.js:1 import { prepare, extract, organize, finalize } from './src/specification.js'; Error: Unexpected token { _Resolution that worked for me_ Following config on *package.json* worked "devDependencies": { "swagger-jsdoc": "6.0.0", "swagger-ui-express": "^4.1.6" }

  • @rbltv
    @rbltv 3 года назад

    top!

  • @nicolasgaleano6481
    @nicolasgaleano6481 3 года назад

    I will upload my project to a server, and I'm using a library for it... Can I delete node_modules and upload it without node_modules?

  • @joaomatos1144
    @joaomatos1144 3 года назад

    2021: Simple and Direct approach, i like it =)