Booking services solutions

Rental management, flight booking, pet walking services, food, and delivery apps – they all need typical solutions like cost calculation, appointment booking forms, payment systems, admin panels, etc.

React: The Basics

React is a declarative, component-based JavaScript UI-library. React’s core concept is that you page consists of a number of independent components, each with its own state and an array of methods.

ES6: new opportunities

In JS World, there are a lot of libraries and frameworks, but nothing happened with the language itself. And, finally, a new standard came out. In this article, I’ll tell you what has a new standard prepared for the language and what advantages it has over previous versions.

Get acquainted with Sails.js

Sails.js is framework that allows to quickly assemble custom applications of node.js on using MVC pattern with easily maintained code.

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.

ngModelOptions

oday we will talk about Angular.js, and more specifically – about the directive ngModelOptions. This directive allows you to change the behavior of ngModel directives in your application.

We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept