Search

Search in:

Results (1089)

Articles

Whoosh library for searching and ranking information

If you are building a successful startup or doing an interesting outsourcing project, and you have the task of indexing and ranking documents, then you can use a ready-made open-source library to solve this problem. Naturally, the first thing that...

Articles

Open API Specification Industry Standard. Swagger Swagger Editor

In many practical tasks, it’s necessary to quickly and efficiently build an API for information systems. This applies to both monolithic systems and provides a custom API in the form of REST for communicating with third-party applications, as well as...

Articles

Functional programming in Typescript

Even though functional programming is not a new concept, it has seen strong recent adoption in modern UI frameworks like React and Redux, complementing or even fully replacing OOP style. The expressive type system from Typescript is a perfect match...