10 One-Liner Utility methods in TypeScript/JavaScript
Typescript/JavaScript, Code Snippets to increase productivity in one line

Search for a command to run...
Articles tagged with #productivity
Typescript/JavaScript, Code Snippets to increase productivity in one line

For the past few years, I have almost stopped writing JavaScript. You may ask why. It doesn't mean I don't like JavaScript. However...

If you have work for big organization, You must have built reusable and robust tool. That includes web, mobile and CLI Applications. A CLI will not only reduce the effort. It is also improve your CI/CD. Good CI/CD practice helps developer to achieve ...

Javascript is a dynamic language. This makes Javascript a supercool language. However, Same time it is very hard to write secure code. One small mistake can lead to a bigger issue. Error handling plays a vital role to reduce the number of bugs. If yo...

In the world of data, the Security of personal data is the biggest concern of anyone. Knowingly or unknowingly we share a lot of data to the company like Google and Facebook. In the old era, we have made walls/doors to protect our property from exter...

Photo by Jeff Sheldon on Unsplash JS|TS By Example Top 10 Utilities you may need for your TypeScript Projects You work on multiple projects. Most of the time you repeat your self while writing common util functions. Here are some of the most useful u...
