All posts

9 posts tagged with #ts

Tetr4mble game

📅 Created 1 month ago 👁️ 130

🏷️ #project #js #ts #programming

Tetr4mble is a puzzle game.
A long time ago I enjoyed it on one of my very first cell phones.

Can you master the game?

About variable names

📅 Created 2 years ago 👁️ 1028

🏷️ #code_review #lingua #js #ts

🔗 Reviewing the code vs. Reviewing coding style

If the bool variable name starts with a verb, the code looks more readable.

Timer app 🕗

📅 Created 2 years ago 👁️ 725

🏷️ #project #js #ts

Lines98

📅 Created 2 years ago 👁️ 843

🏷️ #js #ts #project

For all the old-schools, here is the Lines98 game.

Audio- and Video-content in ElectronJS

📅 Created 2 years ago 👁️ 1081

🏷️ #electron #js #ts

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

Color: what it really means?

📅 Created 6 years ago 👁️ 1126

🏷️ #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 8 years ago 👁️ 1094

🏷️ #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 8 years ago 👁️ 976

🏷️ #archive #ts #rx

🔗 Think reactive (the code)

Array methods (JS/TS)

📅 Created 8 years ago 👁️ 1049

🏷️ #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.