Hey Node
Hey Node
  • Видео 43
  • Просмотров 231 875
Jon Peck, How do you learn Node?
This is a short Zoom chat with Node expert Jon Peck, where Addi and Blake ask him how he got started with Node, how he learned, and keeps learning.
Jon worked with us on technical review for the tutorials in the Hey Node Data Brokering with Node.js course. You can find out more at heynode.com.
Просмотров: 413

Видео

Anna Mykhailova, How do you learn Node?
Просмотров 4183 года назад
This is a short Zoom chat with Node (and Drupal) expert Anna Mykhailova, where Addi and Blake ask her how she got started with Node, how she learned, and keeps learning. Anna is also one of the people who has provided tutorials for the Hey Node Data Brokering with Node.js course. You can find out more at heynode.com.
Use Express to Create an API Proxy Server in Node.js
Просмотров 3,1 тыс.3 года назад
See the written version of this tutorial for links to prerequisites and related tutorials: heynode.com/tutorial/use-express-create-api-proxy-server-nodejs? &YT description& The Node.js framework Express allows us to create web servers and APIs with minimal setup. We will be using Express in a Node.js application to create an API Proxy to request data from another API and return it to a consumer...
Express Middleware in Node.js
Просмотров 8523 года назад
See the written version of this tutorial for links to prerequisites and related tutorials: heynode.com/tutorial/express-middleware-nodejs? &YT description& Express middleware is code written that executes during a request/response cycle in Node.js. It's commonly used to add functionality, or to provide features to Express like user authentication or caching to your application. Express itself i...
What Is an API Proxy?
Просмотров 14 тыс.3 года назад
See the written version of this tutorial for links to prerequisites and related tutorials: heynode.com/tutorial/what-api-proxy? &YT description& Understand what an API proxy is and how it can help you customize the way an application consumes your backend services by decoupling the frontend from implementation details of the backend. Also, learn reasons to use an API proxy including the ability...
How to Set up an Express.js Server in Node.js
Просмотров 13 тыс.3 года назад
See the written version of this tutorial for links to prerequisites and related tutorials: heynode.com/tutorial/how-set-expressjs-server-nodejs? &YT description& In this tutorial, you’ll learn how to start a basic HTTP server in Node.js with a few lines of code. Express allows us to get to "Hello World" with a server quickly. We'll create a basic server with a single route, create a middleware ...
What Is the Express Node.js Framework?
Просмотров 1 тыс.3 года назад
See the written version of this tutorial for links to prerequisites and related tutorials: heynode.com/tutorial/what-express-nodejs-framework? &YT description&.js-framework In this tutorial we'll learn about Express, the free and open-source Node.js web application framework. Built on top of the Node.js built-in http module, Express helps us set up routing and handle the request/response cycle....
Set up and Test a Dot Env (.env) File in Node
Просмотров 1,2 тыс.3 года назад
See the written version of this tutorial for links to prerequisites and related tutorials: hheynode.com/tutorial/set-and-test-dot-env-env-file? &YT description& Using the dotenv package, we can add a .env file to our Node.js project to serve as a central place to manage and document environment variables. This makes them easier to update, maintain, and perhaps most importantly, to discover. Env...
How to Use Environment Variables in Node.js
Просмотров 7693 года назад
See the written version of this tutorial for links to prerequisites and related tutorials: heynode.com/tutorial/overview-environmental-variables? &YT description& With Node’s environment variables, we can configure our applications outside of our codebase. Environment variables provide information about the environment in which the process is running. We use Node environment variables to handle...
Use Streams to Extract, Transform, and Load CSV Data
Просмотров 2,2 тыс.3 года назад
See the written version of this tutorial for links to prerequisites and related tutorials: heynode.com/tutorial/use-streams-extract-transform-and-load-csv-data? &YT description& Using the fs module and streams, we can take a local file and perform ETL steps on it to transform the file into JSON and write it to disk. We can use a helpful node module from npm, csvtojson, to convert the csv data f...
What Is a Node.js Stream?
Просмотров 2,1 тыс.3 года назад
See the written version of this tutorial for links to prerequisites and related tutorials: heynode.com/tutorial/what-stream? &YT description& Streams are a built-in Node.js language feature that represent an asynchronous flow of data, and are a way to handle reading/writing files. They’re meant to be like Unix pipes, allowing us to hook up a data source one end, any number of consumers on the o...
What Is the Node.js fs (File System) Module?
Просмотров 6963 года назад
See the written version of this tutorial for links to prerequisites and related tutorials: heynode.com/tutorial/what-fs-file-system-module? &YT description& The built-in Node.js file system module helps us store, access, and manage data on our operating system. Commonly used features of the fs module include fs.readFile to read data from a file, fs.writeFile to write data to a file and replace ...
How to Make API Requests with Request-Promise in Node.js
Просмотров 4,3 тыс.3 года назад
See the written version of this tutorial for links to prerequisites and related tutorials: heynode.com/tutorial/how-make-api-requests-request-promise-nodejs? &YT description& One task you’ll encounter often in Node.js is making HTTP requests to an external API from a server. Request-promise, a Promise-based wrapper for the popular request library, helps us do just that. This in-depth reference ...
Use JavaScript's Async/Await with Promises
Просмотров 4593 года назад
See the written version of this tutorial for links to prerequisites and related tutorials: heynode.com/tutorial/use-asyncawait-promises? &YT description& If promises are like a yield sign, JavaScript’s await function modifier is a stop sign. To write asynchronous code in Node.js in a way that reads like synchronous code, we can use the async/await JavaScript keywords. Sometimes you want a logic...
Use Promise.all to Wait for Multiple Promises in Node.js
Просмотров 1,4 тыс.3 года назад
See the written version of this tutorial for links to prerequisites and related tutorials: heynode.com/tutorial/wait-multiple-promises? &YT description& Sometimes in Node, we need to execute multiple asynchronous operations concurrently, wait for them all to complete, and then do something with the combined result. An example of this would be to wait for multiple API calls to finish before gath...
Understanding Promises in Node.js
Просмотров 1,5 тыс.3 года назад
Understanding Promises in Node.js
Restart a Node.js Application upon Changing a File
Просмотров 4603 года назад
Restart a Node.js Application upon Changing a File
What Are NPM Scripts?
Просмотров 9413 года назад
What Are NPM Scripts?
How to Update a Node Dependency with NPM
Просмотров 3333 года назад
How to Update a Node Dependency with NPM
How to Uninstall NPM Packages from a Node.js Project
Просмотров 6 тыс.3 года назад
How to Uninstall NPM Packages from a Node.js Project
How to Install NPM Packages
Просмотров 5303 года назад
How to Install NPM Packages
What Is package-lock.json?
Просмотров 1,2 тыс.3 года назад
What Is package-lock.json?
What is NPM?
Просмотров 3343 года назад
What is NPM?
How the Node Module System Works
Просмотров 7773 года назад
How the Node Module System Works
ETL: Load Data to Destination with Node.js
Просмотров 9793 года назад
ETL: Load Data to Destination with Node.js
ETL: Transform Data with Node.js
Просмотров 1,5 тыс.3 года назад
ETL: Transform Data with Node.js
ETL: Extract Data with Node.js
Просмотров 3 тыс.3 года назад
ETL: Extract Data with Node.js
Optimize an Express Server in Node.js
Просмотров 2,5 тыс.4 года назад
Optimize an Express Server in Node.js
Organize Your Node.js Code into Modules
Просмотров 1,2 тыс.4 года назад
Organize Your Node.js Code into Modules
How to Add a Route to an Express Server in Node.js
Просмотров 8704 года назад
How to Add a Route to an Express Server in Node.js

Комментарии

  • @DanDoesDevOps-oh3np
    @DanDoesDevOps-oh3np 20 часов назад

    Excellently explained with clear examples, thank you!

  • @esteban-alvino
    @esteban-alvino 3 месяца назад

    Worked in a team that use apigee proxy to expose same endpoint to our customers and control who has access to it as so to trace it amount of request per customer. Great summary if you have more detailed info about the topic I'd be great to know it.

  • @유승모-f8m
    @유승모-f8m 4 месяца назад

    감사합니당

  • @JurgenGeitner-s3r
    @JurgenGeitner-s3r 6 месяцев назад

    Just what I needed to get going - thank you for making this video!

  • @tsots2501
    @tsots2501 6 месяцев назад

    great explanation, thank you.

  • @pileydes
    @pileydes 6 месяцев назад

    Thank you for this great video.

  • @MrWhiteav6
    @MrWhiteav6 7 месяцев назад

    Perfect! ❤ thx

  • @bobmonsour
    @bobmonsour 8 месяцев назад

    An excellent tutorial. And it's exactly what I was looking for as I am about to embark on writing a simple editor for a very specific json file. I will be the sole user and the file is not terribly large, so I am not concerned about multiple users editing the file at the same time. And it's great that you have a written version of this for reference. Thank you!

  • @prathmeshkalehere
    @prathmeshkalehere 10 месяцев назад

    Your voice is sooo soothing

  • @LBCreateSpace
    @LBCreateSpace 10 месяцев назад

    Crystal clear, ty

  • @NotASMR
    @NotASMR 11 месяцев назад

    Very Good, thank you. :)

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

    Absolutely great and informative video!

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

    request-promise has been deprecated

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

    Splendid stuff.

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

    Great and just great

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

    je peut avoir sa en Français

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

    Whoever you are, sir, you're a good teacher, and you should probably consider starting your own RUclips channel -- it would probably be a success.

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

    Very good tutorial, consice and easy to understand! Thank you so much! 💛

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

    very short and helpful i wanted to like 2 time but i recognized i already liked the video :) have great codes :D

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

    i understood nothing :( tried my best tho

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

    bro why you stopped making videos

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

    How to deleted when we use 'rm -r node_modules' using GitBash on windows ?

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

    Thank you for the tutorial, it's very informative ))) Please consider using your IDE with a dark theme when making your videos, it's hard to watch this at night 😅

  • @rojka-_-
    @rojka-_- Год назад

    tip, use dark mode

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

    This was really nice and concise

  • @ЭцукоМизуки
    @ЭцукоМизуки Год назад

    nicely done but why so small amount of watchings? That implementation of cache middleware is magnificent because i would do that with 2 such middlewares 1 in the beggining and second in the end!

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

    Excellent series, please keep going!

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

    Very nice. Please make us learn the same thing in Typescript as well 🙏

  • @rahimco-su3sc
    @rahimco-su3sc Год назад

    really helpfull !! thanks dude

  • @_ShaikhMohammedFazleHaqueAmin

    i am having problem in reading and writing it is saying file not exists only way i was able to read it using require() can any one help me

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

    how to do this in typescript?

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

      import NodeCache from "node-cache"; import {NextFunction, Response, Send} from "express"; const cache = new NodeCache(); module.exports = (duration: number) => (req: Request, res: Response, next: NextFunction) => { if (req.method !== "GET"){ console.log('Cannot cache non-GET methods') return next() } const key = req.url; const cachedRes = cache.get(key) if (cachedRes) { res.json(cachedRes); } else { let originalJson = res.json.bind(res) res.json = (body: any): Response<any, Record<string, any>> => { originalJson(body); cache.set(key, body, duration); return res }; next(); } }

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

    Can you please share the code? Thanks

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

      You can find the code on our website in the full written tutorial at heynode.com/tutorial/add-response-caching-nodejs-express-server/

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

    These short lectures on node/nom are super awesome!! Why so many less views for this series. Seems not many PPL know about this.

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

    Yeah these are really one of the best videos to understand node system

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

    is fetch() not a good move to use to get data from json file?

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

      I think you would want to use fetch() if the .json file was served over HTTP and you had to request it from another server. And fs.readFile for files on the same filesystem.

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

    Can you upload full HD videos in 1080p?

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

    Nice tutorial! Thanks for your help

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

    Thank you for this tuto

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

    tout ça c'est beau mais comment on fait pour utiliser les données dans un vrai programme javascript?

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

    Great tutorial! Just a small note: If you want to send the response as a formatted JSON, instead of text, you can use res.json instead of res.send: if (cachedResponse) { res.json(cachedResponse); } else { res.originalJson = res.json res.json = body => { res.originalJson(body); cache.set(key, body, duration); }; next(); }

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

    Very informative!

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

    Great content but the light theme is destroying my eyes

  • @Jan-bo4bf
    @Jan-bo4bf 2 года назад

    my eyes

  • @ArunKumar-pr5ly
    @ArunKumar-pr5ly 2 года назад

    Very clearly explained! :)

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

    This error - ReferenceError: JSONReader is not defined at Object.<anonymous> - on Update code. :(

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

      The function jsonReader() was defined earlier in the video at ruclips.net/video/HrjC6RwEpt0/видео.html, you'll need to make sure that function exists before writing the update code. Hope that helps.

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

    thank you.

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

    Can this NODE be used like js, without libraries buddy?

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

    Thank you!

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

    Seriously this video very simple and easy explanation about package.json ( please continue your video) I am from India

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

    I keep getting an error. Javascript is possible the worst programming language.