Nitay Neeman
March 8, 2021

Introducing the “Dynamic Import” proposal, arriving with new import() keyword enabling to load a module on demand at runtime, which has been reached stage 4 in the TC39 process and is included in the language specification of 2020 – the 11th edition.

February 8, 2021

Introducing the changes that were done in the seventh version of npm for better performance while allowing deterministic and reproducible builds, focusing on the new package-lock.json format (v2) and Yarn’s lockfile support.

January 11, 2021

Explaining the idea behind the new experimental types of React components – Server Components and Shared Components, allowing to have rich interactivity of client-side applications with fast performance in the same ecosystem, leveraging the server-side.

November 9, 2020

A collection of videos that explain and demonstrate practical and up-to-date usages for Puppeteer, inspired by the “Getting to Know Puppeteer Using Practical Examples” article.

September 27, 2019

A collection of all lectures that were pPresented during the Europe’s largest Angular conference – within one page. Each session includes a concise description and relevant slides.

May 6, 2019

A collection of all lectures that were presented during the world’s original Angular conference within one page. Each session includes a concise description and relevant slides.

June 2, 2018

The sixth version of Angular CLI has been published with a lot of improvements and changes. In this article we’re going to cover the Angular Workspace concept and elaborate the schema of the new angular.json file.

April 21, 2018

A collection of all lectures that were presented during the world’s original Angular conference within one page. Each session includes a concise description and relevant slides.

April 7, 2018

Learn about the final changes of Angular Elements concerning Angular v6 and how to install, create and use an embeddable Custom Element using Angular Elements.