Spread the love

JS.EventLoop

https://developer.mozilla.org/en-US/docs/Web/JavaScript/EventLoop

Читать на сайте автора.

JS.Promise.AsyncAwaitChain

let doSmth = () => { return new Promise((resolve, reject) => { if (Math.random() > 0.5) { resolve(‘doSmth success’); } else { reject(‘doSmth Fail’); }

Читать на сайте автора.

Js.Promise.AsyncAwait

Sugar for promises

let doSmth = () => { return new Promise((resolve, reject) => { if (Math.random() > 0.5) { resolve(‘doSmth success’); } else {

Читать на сайте автора.

Js. Chain of promises

let doSmth = () => { return new Promise((resolve, reject) => { if (Math.random() > 0.5) { resolve(‘doSmth success’); } else { reject(‘doSmthFail’); } })

Читать на сайте автора.

Выпущен RAD Studio 11.1 Alexandria Patch 1

    Компания Embarcadero выпустила первое обновление для RAD Studio, Delphi и C++Builder 11.1 Alexandria. Это обновление устраняет несколько важных проблем с компилятором Delphi, отладкой под macOS

Читать на сайте автора.

Algo.Leetcode.111. Minimum Depth of Binary Tree

Task

Given a binary tree, find its minimum depth.

The minimum depth is the number of nodes along the shortest path from the root node

Читать на сайте автора.

Algo. Leetcode. 104. Maximum Depth of Binary Tree

Decision

/** * Definition for a binary tree node. * public class TreeNode { * public int val; * public TreeNode left; * public TreeNode

Читать на сайте автора.

Algo. Leetcode. 100. Same Tree

source

Given the roots of two binary trees p and q, write a function to check if they are the same or not.

Two binary trees are considered

Читать на сайте автора.

IXMLDocument — пустые пространства имен xmlns

Читать на сайте автора.

FastLinux – operating system must be fast

    Сегодня, 1 апреля 2022 года, компания Fast Reports анонсировала выпуск FastLinux Server. FastLinux Server – это операционная система, которая отвечает всем требованиям современных предприятий, обладает

Читать на сайте автора.