Category: Databases

REST API

We have been using different applications and web pages to get data for various resources. But we never questioned, where does this data come from? Well, it’s the servers from where we get the data. So in this article we will dive into how a client communicates with the servers to extract the required information.
Continue reading

Նախագծի կյանքի ցիկլը

Նախագծի կազմակերպման ընթացքը
#tco #software #ksajikyan #web #mobile #development

4 reasons to use PHP in 2020

Flexible and Dynamic:
PHP code allows using of all major platforms from Windows, Unix, and Linux toMacOS. This code supports most ofthe servers (including Apache, Microsoft IIS, Netscape, iPlanet, Caudium, Xitami, Tornado etc.) and more than 30databases(PostgreSQL MySQL, MongoDB, ,etc.).

Continue reading

Types of APIs

There are many types of APIs, one of the most common types are Web APIs, these APIs, otherwise known as Web Services, provide an interface for web applications, or applications that need to connect to each other via the Internet to communicate. APIs are in many sizes and shapes.

Continue reading

Backend Development

Backend development is a type of programmer who creates the logical backend and core computational logic of a website, software or information system.

Continue reading

Databases, MySQL and PostgreSQL

A database is a collection of information that is organized to easily managed, accessed and updated. Data is organized into rows, tables and columns and it is indexed to make it easier to find relevant information.

Continue reading

Queries (Part 1)

Query… a very curious topic. Query and Question can be used interchangeably. Queries are sent to a computer system and are processed by a software program. One type of query, which many people perform many times a day, is a search query. Each time you search for something using a search engine, you perform a search query.

Continue reading