Blog posts

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 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.
In this article I will try to explain all the features of TypeScript for more comfortable application development on Angular 2.
Let’s continue our acquaintance with Postman. In the previous article, we considered the main features and only a little bit the testing of requests.
Today we’ll talk about regular expressions. What is a regular expression? Regular expressions are patterns used to match sequences of characters in strings. Syntax for creating a regular expression: var regexp = /template/; // without flags
Postman it is an HTTP client for storing and testing server API. First, it is sending requests. Let’s say you have a Rest endpoint without authentication and want to test it. Choose the method, enter the URL, edit params or body of request and send it.