Some teams encourage new ideas. The other ones tend to bury any initiative. Let’s think:
- What kind of teams made you enjoy sharing your concepts?
What kind of teams discouraged you from doing this? - Why?
#management 12 #js 9 #ts 8 #humor 6 #archive 5 #agile 4 #lingua 3 #thoughts 2 #rx 2 #promises 2 #project 2 #code_review 2 #async 2 #product_vision 1 #product_goal 1 #jtbd 1 #electron 1 #education 1 #color 1 #architecture 1
📅 Created 1 year ago 👁️ 91
🏷️ #management
Українською: Нова ідея — критикувати vs підтримувати
Some teams encourage new ideas. The other ones tend to bury any initiative. Let’s think:
📅 Created 1 year ago 👁️ 91
🏷️ #management
Українською: Soft vs. Hard, або, І бику, і Юпітеру
Let's take a fresh look onto the traditional "hard skills"-vs.-"soft skills" division.
📅 Created 1 year ago 👁️ 94
A story of a really annoying bug.
Spoiler: reproducible only on production builds; locally works well 🤡
📅 Created 1 year ago 👁️ 93
📅 Created 5 years ago 👁️ 112
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?
📅 Created 6 years ago 👁️ 98
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.
📅 Created 6 years ago 👁️ 129
This is my presentation for the Next Build-2018.
Demo code on GitHub.
📅 Created 6 years ago 👁️ 103
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.
📅 Created 7 years ago 👁️ 125
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?
📅 Created 7 years ago 👁️ 98
Promises provide a pretty nice interface for async programming in Javascript.