Node University

Informações:

Synopsis

Short lectures on software development with Node.js, JavaScript, and React.

Episodes

  • I'm FOREVER Closing NEW Signups on NodeU - Last Chance to Enroll

    28/12/2018 Duration: 07min

    Hey, my name is Azat Mardan, and for over 19 years I've been working with tech professionals, software engineering professionals like yourself to make them better. As well as working with tens of thousands of some of the largest companies on this planet, including engineers from companies like Cisco, Salesforce, Apple, VMWare, Starbucks, Walmart, Intuit, Fox Studios, Capital One and others. What I want to share with you today, is that education is changing. If you've ever done a boring course, ever been made to do a course online, or in school, or in college, and you're like, I've got to do this but it's so boring, it's not relevant, it's not current. All that stops today. I have created a number of courses that you will find-- first of all are very short, that are available to you 24/7 from a phone, a tablet, or a computer, and that are relevant and current to what you're going through today. Look, do you want to be more valuable in the marketplace? Do you want to make more money? Do you want to have a compe

  • SL 41: Main Node.js Use Cases

    09/05/2018 Duration: 04min

    Resources Node.js at Capital One Study by Node Foundation and Azat Mardan PDF: About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 40: Programmer vs. Software Developer vs. Software Engineer vs. Coder

    09/05/2018 Duration: 06min

    About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 39: Const vs. Let vs. Var in Node.js and JavaScript

    09/05/2018 Duration: 05min

    Resources Top 10 ES6 Features Every Busy JavaScript Developer Must Know ES6 Course: ES6/ECMAScript2015 Cheatsheet About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 38: Atom vs. VS Code vs. Webstorm

    09/05/2018 Duration: 04min

    Resources About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 37: Callbacks vs. Promises vs. Generators vs. Async Functions in Node and JavaScript

    02/05/2018 Duration: 03min

    Resources Top 10 ES6 Features Every Busy JavaScript Developer Must Know You Don't Know Node: Node Advanced About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 36: Events in Node

    02/05/2018 Duration: 03min

    Resources Node Patterns: You Don't Know Node video: You Don’t Know Node post: About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 35: Born vs Self-made Programmers

    02/05/2018 Duration: 04min

    Resources Programming's Dirtiest Little Secret: Outliers About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 34: shrinkwrap vs. package-lock vs. package.json in Node and npm

    28/04/2018 Duration: 05min

    Resources Specifics of npm's package.json handling: Lock down dependency versions for publication: An explanation of npm lockfiles: About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 33: Three Ways to Create Functions in Node and JavaScript (Named vs. Anonymous vs. Fat Arrow)

    28/04/2018 Duration: 04min

    Resources Top 10 ES6 Features Every Busy JavaScript Developer Must Know MDN: Eloquent JavaScript: About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 32: "this" Keyword in Node.js and JavaScript

    28/04/2018 Duration: 05min

    Resources MDN this: Top 10 ES6 Features Every Busy JavaScript Developer Must Know: ES7 and ES8: About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 31: import vs. require() vs. ESM vs. import() in JavaScript and Node.js

    28/04/2018 Duration: 04min

    Resources import(): Node ESM (ECMAScript Modules): import statement: About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 30: REST vs SOAP vs RPC vs GraphQL vs CQRS

    03/03/2018 Duration: 04min

    Resources SL 20: PUT vs POST vs PATCH https://nodeuniversity.simplecast.fm/3e4c1086 SL 19: Implementing CRUD in REST API with POST, GET, PUT and DELETE https://nodeuniversity.simplecast.fm/45d8e586 SL 24 GraphQL vs REST API or Why GraphQL Will Kill REST API https://nodeuniversity.simplecast.fm/6679beb6 SL 25: GraphQL API in Node https://nodeuniversity.simplecast.fm/b7f43adb About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 29: Cloud Computing Categories: IaaS vs PaaS vs BaaS vs FaaS

    26/02/2018 Duration: 05min

    Resources Deploying Node and Mongo Containers on Amazon Web Services Elastic Container Service (AWS ECS): https://node.university/blog/978472/aws-ecs-containers Dockerizing Node and Connecting Multiple Containers https://node.university/blog/956834/dockerized-node Node in Production Using Docker and AWS https://node.university/p/node-in-production About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 28: Containers in Cloud Computing and Why They are Better Than Just Virtual Machines

    26/02/2018 Duration: 04min

    Resources Deploying Node and Mongo Containers on Amazon Web Services Elastic Container Service (AWS ECS): https://node.university/blog/978472/aws-ecs-containers Dockerizing Node and Connecting Multiple Containers https://node.university/blog/956834/dockerized-node Node in Production Using Docker and AWS https://node.university/p/node-in-production About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 27: Microservices, Their Benefits and Disadvantages

    26/02/2018 Duration: 05min

    Resources Deploying Node and Mongo Containers on Amazon Web Services Elastic Container Service (AWS ECS): https://node.university/blog/978472/aws-ecs-containers Dockerizing Node and Connecting Multiple Containers https://node.university/blog/956834/dockerized-node Node in Production Using Docker and AWS https://node.university/p/node-in-production About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 26: Serverless and Functions as a Service

    26/02/2018 Duration: 04min

    Resources Serverless Node with AWS Lambda, API Gateway and DynamoDB: https://node.university/blog/1176932/aws-serverless AWS Intermediate: https://node.university/p/aws-intermediate AWS Lambda Documentation: https://aws.amazon.com/documentation/lambda/ About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 25: GraphQL API in Node

    03/02/2018 Duration: 04min

    Resources https://github.com/graphql/express-graphql http://graphql.org/graphql-js/running-an-express-graphql-server https://node.university/p/relay-modern About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 24 GraphQL vs REST API or Why GraphQL Will Kill REST API

    03/02/2018 Duration: 05min

    Resources http://graphql.org https://www.graph.cool https://www.howtographql.com/basics/3-big-picture https://dev-blog.apollodata.com/graphql-vs-rest-5d425123e34b https://facebook.github.io/graphql/October2016/ About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

  • SL 23: Not allowed by Access-Control-Allow-Origin, CORS and JSONP in Web Development and Node

    26/01/2018 Duration: 07min

    Resources https://www.thepolyglotdeveloper.com/2014/08/bypass-cors-errors-testing-apis-locally/ https://williambert.online/2013/06/allow-cors-with-localhost-in-chrome/ https://cors-anywhere.herokuapp.com/ https://github.com/expressjs/cors https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi About the Channel Node University and its creator Azat Mardan tells you about advantages of using Node.js and why its such an absolutely, positively, amazingly awesome technology. Who is Azat? ¯_(ツ)_/¯ Well, he is the founder of Node University and... ⌨ Azat is in Top 1000 GitHub contributors list where Azat is number 239 right next to Paul Irish, Addy Osmani, Todd Motto and other famous developers: https://gist.github.com/paulmillr/2657075.

page 1 from 3