Stop Installing Node.js and Global Npm Packages, Use Docker Instead
Protect your system from vulnerabilities

Search for a command to run...
Articles tagged with #javascript
Protect your system from vulnerabilities

Storing your secrets (e.g., API keys and passwords) in Postman environments might not meet your security requirements. Although they are stored at rest, they are accessible to every team member in plaintext. You can leverage Postman cookies as an alt...

Using TypeScript in Nuxt or Vue can be so complex. I only want to do type checking! Nothing more. It took me so long to find out how to enable type checking in Nuxt, so I will share what I discovered (and you can apply these findings in Vue too). Ste...

The Serverless Framework is the most popular framework for building serverless applications, but does how it compare to the new AWS CDK? In July 2019, AWS announced its own framework Cloud Development Kit. AWS CDK is a framework to deploy serverless ...

The term "serverless" implies having no server and might encourage the enthusiastic to think, "We can be less strict on security. The typical secure coding practices do not apply." The reality is no matter where you code is hosted, secure coding prac...
