Introduction

Node.js is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser. Typically, JavaScript is used primarily for client-side scripting, in which scripts written in JavaScript are embedded in a webpage's HTML and run client-side by a JavaScript engine in the user's web browser. Node.js lets developers use JavaScript to write Command Line tools and for server-side scripting—running scripts server-side to produce dynamic web page content before the page is sent to the user's web browser. Consequently, Node.js represents a "JavaScript everywhere" paradigm, unifying web application development around a single programming language, rather than different languages for server side and client side scripts.

Courses

Course Date Source Code
NestJs and Nuxt version of the 'Full-Stack Vue with GraphQL - The Ultimate Guide' course 19/08/2019 full-stack-vue-with-graphql-the-ultimate-guides-nuxt
Full-Stack Vue with GraphQL - The Ultimate Guide 18/08/2019 full-stack-vue-with-graphql-the-ultimate-guides
Build an Online Store with React and GraphQL in 90 Minutes 05/05/2019 build-an-online-store-with-react-and-graphql-in-90-minutes
Build a Complete App with GraphQL, Node.js, MongoDB and React.js 14/02/2019 graphql-react-event-booking
MongoDB - The Complete Developer's Guide 12/01/2019 mongodb-the-complete-developers-guide
Docker and Kubernetes: The Complete Guide 07/12/2018 multi-docker
docker-react
Node JS: Advanced Concepts 29/10/2018 node-advanced-concepts
How to create a Slack bot to automate tasks for you 22/05/2018 purchase-slack-command
Node with React: Fullstack Web Development 17/5/2018 node-with-vuejs-fullstack-web-development
Vue.js version of the "Node With React Fullstack Web Development" Udemy course 17/5/2018 node-with-vuejs-fullstack-web-development
Ethereum and Solidity: The Complete Developer's Guide 7/4/2018 ethereum-kickstart
ethereum-lottery-react
ethereum-lottery
ethereum-inbox
Ethereum KickStart website created with Vue (instead of React) From 'Ethereum and Solidity: The Complete Developer's Guide' Udemy course 7/4/2018 ethereum-kickstart-vue