Interested in a private company training? Request it here.
JavaScript is THE programming language for the web, and it's becoming more and more important in other areas as well. In this module we'll take a first look at the language and how to make our lives easier by using it efficiently.
In this module, we'll talk about the very basics of JavaScript. JavaScript can be a very tricky language, so we'll try to explain a couple of its quirks as well. This way, we can avoid surprises later.
Collections are a big part of OO programming, they allow you to map one-to-many or many-to-many relationships, as well as let you work with sets of data. In this module, we'll take a look at the different types of collections in JavaScript, and their uses.
Since ECMAScript 2015 we have native classes in JavaScript. But behind the scene, classes are just syntactic sugar on top of Constructors and Prototypes. We'll take a close-up in this module.
Asynchronous code is really handy in JavaScript, since it allows us to keep the UI responsive while running a lot of code. In this module we'll see how to make our code run asynchronously.
Hey new JavaScript developer! You are using WebPack right? WebPack? Yes, and Gulp and npm, you need those. Oow and definitely use Babel. It's soo good... If your face looks like a big question mark right now, that's quite normal. Setting up a JavaScript project can be quite the challenge. It's easy to get lost in the overwhelming amount of tools and best practices. In this module we'll create some clarity about these tools and teach you how to set up a modern JavaScript project.
This module is about communicating with the backend. REST allows client-server communication using HTTP.
By using AJAX we can call server-side actions from our client-side code and process the results in a quick, user-friendly manner. In this chapter you will also get an introduction to a popular data binding framework: Vue.js. We will see how we can talk to a REST API from this framework.
JavaScript is one of the most versatile languages and can be used to code applications for the browser, desktop, phone or tablet. This course is the primer you need for any of your JavaScript endeavours, whether you want to build web sites, web servers with node, mobile apps, office extensions, tools, machine learning,... The list goes on. JavaScript is everywhere and you need to know it.
Developers who want to build rich web applications with JavaScript. This course is independent
of the server-side technology you are using, so feel free to attend whether you use PHP, ASP.NET, Python, Ruby
on Rails... A basic understanding of programming - in whatever language - is advised.
Note: This is only about JavaScript, if you want to learn about CSS and HTML as well, you need this course:
www.u2u.be/training/javascript-html-css-programming.