PinnedPublished inITNEXTFeature 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
Published inITNEXTTIP: 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
Published inITNEXTFixing 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
Published inITNEXTComposing functions in JavaScriptTaking functional programming approach to pipeline functions in JavaScriptMar 16, 20211Mar 16, 20211
Ways 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
Reimplementing 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
Published inITNEXTCreate 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