New idea: pros and cons

📅 Created 1 year ago 👁️ 91

🏷️ #management

Українською: Нова ідея — критикувати vs підтримувати

Some teams encourage new ideas. The other ones tend to bury any initiative. Let’s think:

  1. What kind of teams made you enjoy sharing your concepts?
    What kind of teams discouraged you from doing this?
  2. Why?

Soft vs. Hard or "Quod licet Jovi"

📅 Created 1 year ago 👁️ 91

🏷️ #management

Українською: Soft vs. Hard, або, І бику, і Юпітеру

Let's take a fresh look onto the traditional "hard skills"-vs.-"soft skills" division.

Audio- and Video-content in ElectronJS

📅 Created 1 year ago 👁️ 94

🏷️ #electron #js #ts

A story of a really annoying bug.
Spoiler: reproducible only on production builds; locally works well 🤡

Hello world 2.0

📅 Created 1 year ago 👁️ 93

Color: what it really means?

📅 Created 5 years ago 👁️ 112

🏷️ #color #js #ts

The color is fun. But smart color is way more fun. How to work with color in smart way in JS? How to translate from human language into RGB/HSL or vice versa?

Think reactive (the code)

📅 Created 6 years ago 👁️ 98

🏷️ #ts #archive #js #rx

🔗 Think Reactive

So we finished previous part with the reference to the code of the demo (GitHub page). It’s fully working version. But let’s recreate it from scratch.

Think Reactive

📅 Created 6 years ago 👁️ 129

🏷️ #archive #ts #rx

🔗 Think reactive (the code)

Array methods (JS/TS)

📅 Created 6 years ago 👁️ 103

🏷️ #js #ts #archive

The instance of Array (under the hood: the Array.prototype) provides a bunch of methods for handling its content in functional way. Almost any array method can be substituted with another one.
Why? ― because JavaScript is so JavaScript.

Despite of we can, it doesn’t mean we have to. So let’s take a deeper look at array methods and decide what’s the proper use case for each of them.

Promises (part two): the legend of the lost Promise

📅 Created 7 years ago 👁️ 125

🏷️ #js #async #promises #archive

🔗 Async Javascript: tricks with Promises (part one)

There is one trick with Promises that might lead to nasty consequences: you might lose the async job. How it happens and how to avoid it?

Async Javascript: tricks with Promises (part one)

📅 Created 7 years ago 👁️ 98

🏷️ #js #promises #async #archive

🔗 Promises (part two): the legend of the lost Promise

Promises provide a pretty nice interface for async programming in Javascript.

1 2 3