Enums in JavaScript
Enumeral type is a very handy concept that assures your variable cannot be any other value except one that was defined.
Enumeral type is a very handy concept that assures your variable cannot be any other value except one that was defined.
Year after year, reviewing code and dealing with regressions and repeatable side-effects, I see how shorthands reducing code quality, making it less readable and error-prone.
Browsers threat document and nested (custom) scrollable areas differently. One layout change can significantly improve performance and accessibility.
The idea of sharing information and having free and instant access to it always felt cosmic to me. But it's very addictive, especially when it comes to social media or games. And social media, gosh...
How branching strategy can synergy with release cycle, guide from the simplest case when your work alone, to complex workflow including multiple tenants, stage by stage.
How branching strategy can synergy with release cycle, guide from the simplest case when your work alone, to complex workflow including multiple tenants, stage by stage.