Learn JavaScript
96.6K subscribers
624 photos
15 videos
440 files
72 links
JavaScript Training Courses

πŸ’³ Paid ads by: https://telega.io/c/JavaScript_Trainings

πŸ”° Linkedin: @Linkedin_Learning
🧿 Udemy: @Zero_To_Mastery
πŸ“¦ Python: @LearnPython3
πŸ”… Web Development: @Webdev_Trainings
Download Telegram
πŸ”… JavaScript: Under the Hood

🌐 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

πŸŒ€ 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.
πŸ”‹ JavaScript vs. Python
πŸ”… JavaScript: Recursion

🌐 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.
πŸ”… JavaScript: Best Practices for Functions and Classes

🌐 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.
πŸ”… Using MongoDB with Node.js

🌐 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.