PinnedDominik BulajinITNEXTFeature Flags in the React appIn a recent project, I had to implement Feature Flags. They allow conditionally enable features while you’re gradually rolling them out to…Mar 11Mar 11
Dominik BulajinITNEXTTIP: Dealing with Multiple SSH Key RepositoriesI have different Git repositories cloned with different SSH keys. Say, one is work code and one is personal / side project. When I finish…Apr 16Apr 16
Dominik BulajinITNEXTFixing vulnerabilities found in a dependency treeI’m working for a company that produces financial cloud solutions. We’re making a new app — a mobile app developed in React Native. The…Feb 4, 20221Feb 4, 20221
Dominik BulajinITNEXTComposing functions in JavaScriptTaking functional programming approach to pipeline functions in JavaScriptMar 16, 20211Mar 16, 20211
Dominik BulajHow about one-liner solution to count all the values incl. in nested arrays:Mar 12, 2021Mar 12, 2021
Dominik BulajWays to convert numeric string to integer in JavaScriptIf you work with JavaScript for sure you got a case when you used addition (+) with number and a numeric string (e.g. “12”). Since…May 6, 2020May 6, 2020
Dominik BulajReimplementing JavaScript Array methodsSome time ago I’ve found list of JavaScript tasks. Those cover all developer career levels — Newbie/Junior/Mid and are fun way to…May 5, 2020May 5, 2020
Dominik BulajinITNEXTCreate Date from MySQL DATETIME format in JavaScriptIn JavaScript we can create Date object by either constructor (new Date()) or by using Date.parse() method.Jun 11, 2018Jun 11, 2018