3 posts in total

Nodejs

Posts tagged

Update your dependencies on a regular basis

by Mallim1 min read

One of the most comprehensive sets of commands I have come across: https://medium.com/@jcbaey/authentication-in-spa-reactjs-and-vuejs-the-right-way-e4a9ac5cd9a3 # List security breaches npm audit # Upgrade of minor and patch version following your version ranges in package.json ...

My study notes

by Mallim1 min read

During my course of development on SBAngular, I come across alot of useful idea from various resources. I have jot them here for references AngularJS Form Processing Form processings in Angularjs http://www.lullabot.com/blog/article/processing-forms-angularjs AngularJS Authentica ...

Swagger Alternative?

by Mallim1 min read

apiDoc looks familiar to Swagger but seems like a good alternative if don't want Swagger style. Take note that this tool runs only on nodejs.