π
JavaScript: Under the Hood
π Author: Manish Poduval
π° Level: Advanced
β° Duration: 34m
π
π Topics: JavaScript
π€ Join @JavaScript_Trainings for more courses
π Author: Manish Poduval
π° Level: Advanced
β° Duration: 34m
π
Ever wonder what's underneath your JavaScript code? Learn more about the inner workings of JavaScript and how it accomplishes the things it does.
π Topics: JavaScript
π€ Join @JavaScript_Trainings for more courses
π
Level Up: JavaScript
π Author: Emma Bostian
π° Level: Intermediate
β° Duration: 1h 3m
π
π Topics: JavaScript
π€ Join @JavaScript_Trainings for more courses
π Author: Emma Bostian
π° Level: Intermediate
β° Duration: 1h 3m
π
Get up to speed with new tasks in JavaScript in this practical, hands-on course, designed uniquely to test your coding skills in an interactive developer environment.
π Topics: JavaScript
π€ Join @JavaScript_Trainings for more courses
πΈ Full description πΈ
Want to put your JavaScript skills to the test? Join instructor Emma Bostian as she serves up over a dozen JavaScript tasks and walks through the solutions for each. Emma frames each challenge using real-world examples, like setting up a ticking clock in a document, filtering vegetarian dinner options from a menu, and calculating the bill from a trip to a coffee shop. Each challenge is self-contained, so you can watch them in any order, and most solutions are less than two dozen lines of code, so you can quickly learn what you need and move on to the next lesson. Whether you want to learn new ways to use JavaScript or test your existing knowledge, this course can help you sharpen your skills.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.Each installment of the Level Up series offers at least 15 bite-sized opportunities to practice programming at various levels of difficulty, so you can challenge yourself and reinforce what youve learned. Check out the βUsing GitHub Codespaces with this courseβ video to learn how to get a codespace up and running.
Want to put your JavaScript skills to the test? Join instructor Emma Bostian as she serves up over a dozen JavaScript tasks and walks through the solutions for each. Emma frames each challenge using real-world examples, like setting up a ticking clock in a document, filtering vegetarian dinner options from a menu, and calculating the bill from a trip to a coffee shop. Each challenge is self-contained, so you can watch them in any order, and most solutions are less than two dozen lines of code, so you can quickly learn what you need and move on to the next lesson. Whether you want to learn new ways to use JavaScript or test your existing knowledge, this course can help you sharpen your skills.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.Each installment of the Level Up series offers at least 15 bite-sized opportunities to practice programming at various levels of difficulty, so you can challenge yourself and reinforce what youve learned. Check out the βUsing GitHub Codespaces with this courseβ video to learn how to get a codespace up and running.
π
JavaScript: Recursion
π Author: Mustapha Rufai
π° Level: Intermediate
β° Duration: 1h 7m
π
π Topics: JavaScript
π€ Join @JavaScript_Trainings for more courses
π Author: Mustapha Rufai
π° Level: Intermediate
β° Duration: 1h 7m
π
A detailed guide to understanding recursion using JavaScript, exploring common use cases and detailing ways to approach these kinds of algorithmic challenges.
π Topics: JavaScript
π€ Join @JavaScript_Trainings for more courses
πΈ Full description πΈ
Recursion, in which functions call themselves, is a foundational structure for algorithms. If you find it hard to break a technical problem down into its simplest form, learning recursion may be just what you need. In this course, software engineer Mustapha Rufai provides a detailed guide to understanding recursion using JavaScript, exploring common use cases and detailing ways to approach these kinds of algorithmic challenges. Mustapha teaches you how to think recursively, and safely make JavaScript use this classic pattern. He then moves to showing you how to improve the performance of recursive algorithms, and presents a series of recursive technical interview questions along with his solutions.
Recursion, in which functions call themselves, is a foundational structure for algorithms. If you find it hard to break a technical problem down into its simplest form, learning recursion may be just what you need. In this course, software engineer Mustapha Rufai provides a detailed guide to understanding recursion using JavaScript, exploring common use cases and detailing ways to approach these kinds of algorithmic challenges. Mustapha teaches you how to think recursively, and safely make JavaScript use this classic pattern. He then moves to showing you how to improve the performance of recursive algorithms, and presents a series of recursive technical interview questions along with his solutions.
π
JavaScript: Best Practices for Functions and Classes
π Author: Sasha Vodnik
π° Level: Intermediate
β° Duration: 1h 45m
π
π Topics: JavaScript
π€ Join @JavaScript_Trainings for more courses
π Author: Sasha Vodnik
π° Level: Intermediate
β° Duration: 1h 45m
π
Learn how to generate more consistent and easier-to-maintain JavaScript. Discover keys and tools to build better programs and to help improve code organization and quality.
π Topics: JavaScript
π€ Join @JavaScript_Trainings for more courses
πΈ Full description πΈ
Suggested prerequisites
Experience coding front-end JavaScript, including modern ECMAScript 6 (ES6) syntax
JavaScript uses C-based syntax, but the structures at its core, namely functions and classes, behave very differently than C behaves. Leveraging recommended techniques can help you develop JavaScript code that is more consistent and easier to maintain. In this course, explore best practices for architecting your programs with JavaScript developer Sasha Vodnik.
Suggested prerequisites
Experience coding front-end JavaScript, including modern ECMAScript 6 (ES6) syntax
JavaScript uses C-based syntax, but the structures at its core, namely functions and classes, behave very differently than C behaves. Leveraging recommended techniques can help you develop JavaScript code that is more consistent and easier to maintain. In this course, explore best practices for architecting your programs with JavaScript developer Sasha Vodnik.
Ex_Files_JavaScript_Best_Practices_2023.zip
107.5 KB
π¦ Exercice Files
π
Using MongoDB with Node.js
π Author: MongoDB
π° Level: Intermediate
β° Duration: 46m
π
π Topics: Node.js, MongoDB
π€ Join @JavaScript_Trainings for more courses
π Author: MongoDB
π° Level: Intermediate
β° Duration: 46m
π
Learn how to use MongoDB operations and aggregation, all in Node.js.
π Topics: Node.js, MongoDB
π€ Join @JavaScript_Trainings for more courses
πΈ Full description πΈ
MongoDB is a popular document model database for building performant, agile, and scalable applications, and it can be used with other tools and environments. This course introduces you to using Node.js with MongoDB. Explore MongoDB Node.js client libraries and how to connect to MongoDB in Node.js applications. Learn how to perform CRUD operations in Node.js, including querying a MongoDB collection, updating and deleting documents, creating transactions, and more. Plus, discover how to build and use a MongoDB aggregation pipeline in Node.js applications.
This course was created by MongoDB. We are pleased to host this training in our library.
MongoDB is a popular document model database for building performant, agile, and scalable applications, and it can be used with other tools and environments. This course introduces you to using Node.js with MongoDB. Explore MongoDB Node.js client libraries and how to connect to MongoDB in Node.js applications. Learn how to perform CRUD operations in Node.js, including querying a MongoDB collection, updating and deleting documents, creating transactions, and more. Plus, discover how to build and use a MongoDB aggregation pipeline in Node.js applications.
This course was created by MongoDB. We are pleased to host this training in our library.