Tag Archives: API

Application Programming Interface

Example of Android Mobile Deep links indexing by search engine

In order to make life easier for users, Google provides such opportunity as indexing applications. With this feature, the user can easily switch between the browser and native applications. To use this, the developer needs to add a link to an application on its website.

Case: How to check quality of emails in your database (using KickBox.io)

What could be easier than check an email address? Obviously, at least two operations should be done. First, to check the syntax of each email address. This task isn’t trivial and not only because some users have been registered in localized domains (like .在线, .இந்தியா, or .қаз). Second task is to check if given email does exist at server.

Research: Software components and services for instant messaging and conferencing (video, audio, text)

What could be easier than to find ready-to-use solution for messaging? But when you try to analyze these solutions many of them appear to be unsuitable for your needs. Especially if the demand is to build communication between more than 10,000 users at one moment. We made a research that include 4 the most serious and,… Read More »

Sharing the API with Swagger API Framework

Every manager or project owner wants to control development of their software but not all are able to do it. Aiming to make development clear for all participants of project the DevelopEx company has started to use the Swagger Framework — a tool for REST API representation and interactive documentation. That is especially useful for… Read More »