A balanced binary tree (B-tree) is a type of binary tree in which the difference in the heights of the left and right subtrees of…
In computer science, trees are a popular data structure used for storing hierarchical data, such as family trees or organizational charts. In this article, we…
Lambda functions are a powerful way to run serverless code in the cloud. With AWS Lambda, you can run your code in response to events,…
Our next Data Structure will be Queue. Previously we took a look on Array data structure. So, let’s check what is queue, its pros and…
Array is one of popular data structures. Array is a fixed size structure that can hold same data type elements, e.g. integers in specific order.…
What is Swagger When writing an API, it’s always a good idea to give the API users an interactive visualization of your complete API documentation.…
Предлагаю в этой статье создать чат на языке GoLang, для отправки сообщений в реальном времени будем использовать gRPC и Protocol buffer. Что это и как…
В предыдущей статье мы разобрались с docker compose, в этой же разберем все на примере создание WordPress проекта. Надеюсь в своей профессиональной карьере вам не…
Все это время мы работали с отдельными сервисами, docker compose поможет же нам собрать их все воедино. Если вы только начинающий и начали разбираться в…
Было бы странно начать рассматривать шаблоны проектирования и не упомянуть паттерн Singleton, на русском – одиночка. Именно он часто берется в пример при разборе темы…