Tutorials

Gulp. Compile typescript and minify js

In the final Gulp tutorial we'll consider decisions for compile typescript and minify javascript.We'll use  gulp-typescript to compile typescript. For minify final javascript we'll use gulp-uglify plugin. Besides it's important to note about two gulp core methods,...

read more

Gulp. Minify CSS. Watch mode

In this video we will continue working with Gulp. Today we'll discuss css minification and eatch mode from gulp core api.CSS minification is very important. task. Browser loads page quicklier with minified resources (css, js, html etc.). For css minification I...

read more

Gulp. Plugins. Compile SCSS to CSS

We continue Gulp learning. Today we'll consider Gulp plugins necessity, install one of it (for compile Sass to CSS).You need to install plugins to complete different frontend tasks with Gulp. It is installed as simple npm packages.We'll use gulp-sass plugin for...

read more

Gulp introduction

Today we start learning Gulp - the powerful  tool for fas completing different frontend tasks.While development frontend project with modern tools (css preprocessors, typescript, etc.) we often need complete the same tasks a lot of time. For this process simplicity...

read more

TypeScript. Compile options. Tsconfig.json file

In this tutorial we'll talk about typescript file need.tsconfig file contains TypeScript project compile options. This file location defines the root of typescript project. Amount of available compile options is very large, You can read about each of it in official...

read more

TypeScript. Decorators

In this tutorial we’ll discuss decorators in TypeScript and consider some its use examples.Decorators are experimental but very powerful part of TypeScript language. Decorators are very important part of such a javascript framework – Angular. In TypeScript decorator...

read more

PureCSS framework

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

read more

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

read more

Pin It on Pinterest