Published onFebruary 21, 2023String casing utilities in JavaScript#javascript#typescript#string#casing#utilitiesUsefult string casing utilities functions in JavaScript
Published onSeptember 21, 2022Remove all falsy values from an object and its nested children#typescript#javascript#utils#objectRemove all falsy values from an object and its nested children
Published onAugust 27, 2020Simplify your Node.js project with module aliases#nodejs#typescript#javascript#alias#path-aliases#tsconfigTired of dealing with complex file paths in your Node.js project? Learn how to set up module aliases using TypeScript and module-alias package to simplify your imports and improve your development experience.