Dev-Note

Software Engineering Notes

Skip to content
Menu
  • Home
  • About me
  • Contact form
  • Posts
  • Как создать игру на Unity
B-tree data structure
Data StructuresPosted onFebruary 20, 2023February 20, 2023

B-tree data structure

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…

Read More
An Introduction to Trees Data Structure
Data StructuresPosted onFebruary 20, 2023February 20, 2023

An Introduction to Trees Data Structure

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…

Read More
Lambda functions in Node.js
AWSPosted onFebruary 19, 2023February 19, 2023

Lambda functions in Node.js

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,…

Read More
Queue. Data Structures
Data StructuresPosted onNovember 9, 2022

Queue. Data Structures.

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…

Read More
Array. Data Structures.
Data StructuresPosted onOctober 24, 2022October 27, 2022

Array. Data Structures.

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.…

Read More
Swagger doc for Laravel API
LaravelPosted onOctober 20, 2022

Swagger doc for Laravel API

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.…

Read More
GoLang and gRPC. Protobuff
GoLangPosted onAugust 2, 2021August 3, 2021

Создание чата на GoLang с gRPC и Protocol buffer. Часть 1

Предлагаю в этой статье создать чат на языке GoLang, для отправки сообщений в реальном времени будем использовать gRPC и Protocol buffer. Что это и как…

Read More
Docker compose - пример на Wordpress
DockerPosted onJanuary 18, 2021January 18, 2021

Docker compose на примере WordPress

В предыдущей статье мы разобрались с docker compose, в этой же разберем все на примере создание WordPress проекта. Надеюсь в своей профессиональной карьере вам не…

Read More
Docker Compose. Обзор для начинающих.
DockerPosted onDecember 21, 2020December 21, 2020

Docker Compose. Обзор для начинающих.

Все это время мы работали с отдельными сервисами, docker compose поможет же нам собрать их все воедино. Если вы только начинающий и начали разбираться в…

Read More
Паттерн Singleton
ПаттерныPosted onMay 21, 2020May 21, 2020

Паттерн Singleton. Шаблоны проектирования.

Было бы странно начать рассматривать шаблоны проектирования и не упомянуть паттерн Singleton, на русском – одиночка. Именно он часто берется в пример при разборе темы…

Read More

Posts navigation

Page 1 Page 2 Page 3 Next Page

Subscribe for updates!

Find on other app

Recent Posts

  • B-tree data structure
  • An Introduction to Trees Data Structure
  • Lambda functions in Node.js
  • Queue. Data Structures.
  • Array. Data Structures.

Categories

  • AWS
  • Data Structures
  • Docker
  • GoLang
  • Laravel
  • Unity
  • ООП
  • Паттерны
  • Порождающие
  • Теория
Dev Note | Software engineering notes © 2020 – 2022 dev-note.com
Allium Theme by TemplateLens ⋅ Powered by WordPress