These are some of our thoughts on technology and business processes, as well as our inner workings and developer lifestyles.
In this article we will write a small library for pulling metadata and creating a preview for a site just like Slack does.
This article is aimed for beginners, who are trying to choose between Ruby on Rails and Django. Let’s see which is fastest and why.
In this article I will tell you how to create an interactive interface with a widely customized visual look and different filtering to view reports.
In this article we will tell you about the basics of working with GraphQL in Angular 2 environment with detailed example.
GraphQL is a very powerful library, which is not difficult to understand. GraphQL will help to write simple and clear REST API to suit every taste and meet any requirements.
In this RxJS tutorial article, we will focus on restoring the websocket connection when using RxJS library.
For any project there may be a need to use a database full-text search. We expect high speed and relevant results from this search. When we face such problem, we usually think about Solr, ElasticSearch, Sphinx, AWS CloudSearch, etc. But in this article we will talk about PostgreSQL. Starting from version 8.3, a full-text search support in PostgreSQL is available. Let's look at how it is implemented in the DBMS itself.
Welcome all who are reading this article. I was given a task of creating a parser (spider) with the Scrapy library and parsing FTP server with data. The parser had to find lists of files on the server and handle each file separately depending on the requirement to the parser.