π
Building RESTful APIs with Node.js and Express
π Author: Emmanuel Henri
πΈ Date: 2022-11-14
β° Duration: 1h 17m
π
π Topics: REST APIs, Express.js, Node.js
π· Join @JavaScript_Trainings for more courses
π Author: Emmanuel Henri
πΈ Date: 2022-11-14
β° Duration: 1h 17m
π
Learn how to build a RESTful Web API in Node.js using Express.js.
π Topics: REST APIs, Express.js, Node.js
π· Join @JavaScript_Trainings for more courses
Ex_Files_Building_RESTful_APIs_Node_js_and_Express.zip
31.5 MB
π¦ Exercice Files
π
JavaScript Essential Training
π Author: Morten Rand-Hendriksen
πΈ Date: 2021-01-20
β° Duration: 5h 29m
π
π Topics: JavaScript
π· Join @JavaScript_Trainings for more courses
π Author: Morten Rand-Hendriksen
πΈ Date: 2021-01-20
β° Duration: 5h 29m
π
Get hands-on experience scripting in JavaScript. Learn how to work with objects, variables, data types, conditionals, functions, loops, the DOM, and more.
π Topics: JavaScript
π· Join @JavaScript_Trainings for more courses
π
Building a Website with Node.js and Express.js
π Author: Daniel Khan
πΈ Date: 2020-01-10
β° Duration: 3h 10m
π
π Topics: Express.js, Node.js
π· Join @JavaScript_Trainings for more courses
π Author: Daniel Khan
πΈ Date: 2020-01-10
β° Duration: 3h 10m
π
Learn how to build dynamic websites with Node.js and Express.js, a popular web server framework.
π Topics: Express.js, Node.js
π· Join @JavaScript_Trainings for more courses
πΈ Full description πΈ
Node.js is a major platform for the web, used by companies like Uber, Netflix, and Intuit. Express.js is a fast, minimalist framework that sits on top of Node.js and allows you to build powerful single- and multi-page web applications and websites. In this course, instructor Daniel Khan shows how to build a realistic and robust website with these technologies. Learn how to build a basic application in minutes, transform HTML into dynamic pages, leverage template engines to modularize code, add routing and business logic, handle errors, store form data, and create API endpoints for single-page applications. Along the way, Daniel helps you pick up bits and pieces about Express.js and improve your overall knowledge of how to work effectively with Node.js.
Node.js is a major platform for the web, used by companies like Uber, Netflix, and Intuit. Express.js is a fast, minimalist framework that sits on top of Node.js and allows you to build powerful single- and multi-page web applications and websites. In this course, instructor Daniel Khan shows how to build a realistic and robust website with these technologies. Learn how to build a basic application in minutes, transform HTML into dynamic pages, leverage template engines to modularize code, add routing and business logic, handle errors, store form data, and create API endpoints for single-page applications. Along the way, Daniel helps you pick up bits and pieces about Express.js and improve your overall knowledge of how to work effectively with Node.js.
π
Coding for Visual Learners: Learning JavaScript from Scratch
π Author: Engin Arslan
πΈ Date: 2022-04-13
β° Duration: 4h 19m
π
π Topics: JavaScript
π· Join @JavaScript_Trainings for more courses
π Author: Engin Arslan
πΈ Date: 2022-04-13
β° Duration: 4h 19m
π
Completely new to coding? This engaging course can help you pick up the popular JavaScript programming language, as well as a programming library called p5.js.
π Topics: JavaScript
π· Join @JavaScript_Trainings for more courses
πΈ Full description πΈ
Completely new to coding? This engaging course can help you pick up the popular JavaScript programming language, as well as a programming library called p5.js. As instructor Engin Arslan steps through the basics of JavaScriptβdiscussing everything from operators to arraysβhe focuses primarily on programming using JavaScript and p5.js and secondarily on creating visuals. And in contrast to many traditional coding courses, all of the content covered here is presented in a fun, compelling manner that helps visual learners grasp the material. To wrap up the course, Engin shows how to use your new coding skills to build an interactive game that can be deployed online.
Completely new to coding? This engaging course can help you pick up the popular JavaScript programming language, as well as a programming library called p5.js. As instructor Engin Arslan steps through the basics of JavaScriptβdiscussing everything from operators to arraysβhe focuses primarily on programming using JavaScript and p5.js and secondarily on creating visuals. And in contrast to many traditional coding courses, all of the content covered here is presented in a fun, compelling manner that helps visual learners grasp the material. To wrap up the course, Engin shows how to use your new coding skills to build an interactive game that can be deployed online.
Ex_Files_Coding_for_Visual_Learners_JavaScript.zip
328.7 KB
π¦ Exercice Files
π
JavaScript: The Tricky Bits
π Author: Joe Chellman
πΈ Date: 2021-08-20
β° Duration: 1h 57m
π
π Topics: JavaScript, Coding Practices
π· Join @JavaScript_Trainings for more courses
π Author: Joe Chellman
πΈ Date: 2021-08-20
β° Duration: 1h 57m
π
Discover JavaScript techniques that make a huge difference in your work but are not obvious from the outset.
π Topics: JavaScript, Coding Practices
π· Join @JavaScript_Trainings for more courses
πΈ Full description πΈ
"This code works, but there must be a simpler way." JavaScript hides lots of power behind techniques with approaches or even names that are not obvious. Developers who want to create more streamlined code with JavaScripts less visibleβand often more powerfulβoptions may need some extra information. In this course, web designer, author, and trainer Joe Chellman highlights hard-to-find techniques that can make a huge difference in how you use JavaScript. After explaining why even experienced developers may still find JavaScript tricky, Joe jumps right into alternatives to speed up loops and process arrays with loops more elegantly. He clears up some confusion around objects, binding, and more. Joe concludes with some sound advice on functions, including how to pass extra named parameters, how to get a function signature to accept arrays, and how to determine which parameters come first more efficiently.
"This code works, but there must be a simpler way." JavaScript hides lots of power behind techniques with approaches or even names that are not obvious. Developers who want to create more streamlined code with JavaScripts less visibleβand often more powerfulβoptions may need some extra information. In this course, web designer, author, and trainer Joe Chellman highlights hard-to-find techniques that can make a huge difference in how you use JavaScript. After explaining why even experienced developers may still find JavaScript tricky, Joe jumps right into alternatives to speed up loops and process arrays with loops more elegantly. He clears up some confusion around objects, binding, and more. Joe concludes with some sound advice on functions, including how to pass extra named parameters, how to get a function signature to accept arrays, and how to determine which parameters come first more efficiently.
π
Hands-On Introduction: JavaScript
π Author: Morten Rand-Hendriksen
πΈ Date: 2022-11-09
β° Duration: 1h 43m
π
π Topics: JavaScript
π· Join @JavaScript_Trainings for more courses
π Author: Morten Rand-Hendriksen
πΈ Date: 2022-11-09
β° Duration: 1h 43m
π
Get a practice-based introduction to writing your own code in JavaScript, testing out your new skills as you go in a collaborative and interactive learning environment.
π Topics: JavaScript
π· Join @JavaScript_Trainings for more courses
πΈ Full description πΈ
Are you brand-new to coding in JavaScript? Or are you just looking to learn a little bit more? Sometimes, when you learn a new framework, you need to jump right in and get things done. Join LinkedIn Learning senior instructor Morten Rand-Hendriksen as he shows you what it takes to get started writing JavaScript without trying to familiarize yourself with it beforehand. Explore this interactive, easy-to-follow primer on making changes directly to your code, testing out your new skills as you go, and making edits on your own in real time. Get tips from Morten on picking JS apart, building code from scratch, and then extending it, as well as fetching data from APIs to build new JS components that allow you to use your data. By the end of this course, youll be ready to get your hands dirty with your own code, no matter your level of experience or professional background.The best way to learn a language is to use it in practice. Thats why this course is integrated with GitHub Codespaces, an instant cloud developer environment that offers all the functionality of your favorite IDE without the need for any local machine setup. With GitHub Codespaces, you can get hands-on practice from any machine, at any timeβall while using a tool that youll likely encounter in the workplace. Check out the βUsing GitHub Codespaces with this courseβ video to learn how to get started.
Are you brand-new to coding in JavaScript? Or are you just looking to learn a little bit more? Sometimes, when you learn a new framework, you need to jump right in and get things done. Join LinkedIn Learning senior instructor Morten Rand-Hendriksen as he shows you what it takes to get started writing JavaScript without trying to familiarize yourself with it beforehand. Explore this interactive, easy-to-follow primer on making changes directly to your code, testing out your new skills as you go, and making edits on your own in real time. Get tips from Morten on picking JS apart, building code from scratch, and then extending it, as well as fetching data from APIs to build new JS components that allow you to use your data. By the end of this course, youll be ready to get your hands dirty with your own code, no matter your level of experience or professional background.The best way to learn a language is to use it in practice. Thats why this course is integrated with GitHub Codespaces, an instant cloud developer environment that offers all the functionality of your favorite IDE without the need for any local machine setup. With GitHub Codespaces, you can get hands-on practice from any machine, at any timeβall while using a tool that youll likely encounter in the workplace. Check out the βUsing GitHub Codespaces with this courseβ video to learn how to get started.