In your wishes page I was asked to make tutorial about PureCSS framework. In this video we'll consider its features.PureCSS is CSS framework from Yahoo. It looks like its more famous analogues - Twitter Bootstrap and Foundation. But PureCSS has less features.You can...
Tutorials
TypeScript. Modules and namespaces
In this video we'll discuss namespaces and modules in...
TypeScript. Generics
Today we'll discuss generics - one of the most powerful TypeScript capabilitiesGenerics let you create flexible programming entities (functions, classes, interface etc.) to work with any data...
TypeScript. Functions
In this video we'll consider new features in functions work and union types in...
TypeScript. Classes
In this lesson we will talk about classes in TypeScriptIn this video we'll discuss Access modifiers (public, protected, private) Inheritance Readonly class properties Getters and setters Abstract classes...
TypeScript. Interfaces
In this lesson we'll talk about interfaces in TypeScript.As we know, JavaScript has got several build-in types. But in our programs we often use objects with different structure and nesting. For typing these interfaces interfaces are used. Interfaces description can...
TypeScript. Types
TypeScript is the superset of JavaScript with strict types. TypeScript realize the most modern ECMAScript features.In this video we'll consider types in TypeScript, including enum, any and...
Sass intro. Part two
In last lesson we began to learn Sass CSS prerpocessor. Today we'll consider other Sass...
Sass intro
In this video we will begin to work with popular frontend tool - Sass css preprocessor. CSS preprocessors let you write "dynamic css". In fact CSS become programming language (with variables, loops, conditions etc).In this video we'll install sass to our node.js...