Choosing HR Strategy

In modern information-oriented society business processes undergo a number of sufficient changes. Employees act as an essential resource and the competitive advantage of IT-industry.

Gulp

According to the definition given in the official resource, Gulp is a streaming build system. It is initially focused on the building projects. However, you can use Gulp for other tasks besides building projects, because you can write completely different gulpconfig files.

Event Loop

While learning JavaScript, you might’ve heard that JS is a single-threaded language. You also might’ve heard that JS is asynchronous. These two statements probably left you thinking “Wait, what? JS can’t really be asynchronous with just one thread, right?”. Let’s look into how this works.

Closures

In this article, we’ll cover such topics such scope and closure. We’ll figure out what affects the scope of the variable, understand the mechanism for creating and working functions and variables, and etc.

Business Process Automation

Technology doesn’t always work. That is the problem, that scares most managers. Everything seems easy at first: you have some products, services, solutions, they function perfectly on their own. But they can cause operational disorder if they are combined hit or miss.

Meetup on Motivation conducted by our COO Diana Pirshtuk

In the beginning of 2020 Mifort took part in a big meetup for 200 people in most popular meeting place for IT people EventSpace. It was dedicated to working with people and processes. The speaker was Mifort’s COO Diana Pirshtuk, she was invited to speak on

Ionic. Overview

Recently I worked on a project, where we used a framework which was new for me – Ionic. So I had to get acquainted with the new technology and get general idea of it in order to implement the features of the project. So here are my first impressions of Ionic.

Vue.js: The Basics

Vue.js is a JavaScript UI framework. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects.

TypeScript

In this article I will try to explain all the features of TypeScript for more comfortable application development on Angular 2.