Languages & Algorithms

Editors
Themes
Our trainings
Order
SFEIR Institute
ECMAScript was created to standardize JavaScript which is its main implementation. ECMAScript is the most used language for writing web client scripts and for writing Node.js server applications. At the end of this course you will know the major functionalities of ECMAScript which will allow...
SFEIR Institute
Golang is becoming the preferred language for the cloud. First released by Google in 2012, it’s easy to install and there are a wealth of available libraries in a variety of domains. Statically typed, succinct, coming with a performant garbage collector, it’s built from...
SFEIR Institute
This training covers the fundamentals of the JavaScript language. These basics are mandatory for the development of backend or frontend applications in JavaScript. JavaScript is a lightweight, interpreted, object-oriented language with first order functions. It is better known as a scripting language for web pages,...
SFEIR Institute
This training covers the fundamentals of web application development with JavaScript. These basics are essential for the development of front end applications in JavaScript. The code execution model, which is based on the concept of event loop, will be explored in detail. The fundamental APIs...
SFEIR Institute
RxJS is a JavaScript a library for composing asynchronous and event-based programs by using observable sequences. Adopted by frameworks like Angular and widely used in the industry, reactive programming has become an essential tool for the web developer or backend. This course is updated...
SFEIR Institute, SFEIR Institute
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. As it allows writing robust and maintainable code, TypeScript is widely adopted within web frameworks, JavaScript libraries, web applications or back-end Node.js. This course is updated to TypeScript 3 and it covers everything...