Application Security – Use NPM Request Package for APIs Access

7 years ago

This blog represents code sample and related details that can be used to hack into the system through unprotected APIs. The…

Angular 2 – How to Secure Apps from CSRF/XSRF Attack

7 years ago

This blog represents concepts and code samples in relation with securing Angular apps from from CSRF or XSRF attack. The…

MongoDB – Commands to Check MongoDB Performance on Linux

7 years ago

This blog represents code samples to check the MongoDB performance settings on Linux. Following configuration settings need to be checked:…

Angular 2 – How to Configure Route Definitions – Part 1

7 years ago

This blog series would be used to describe different techniques which can be used to configure route definitions in Angular…

Spring Boot App on Google App Engine Standard Environment

7 years ago

This blog represents tips and techniques on how to deploy a Spring Boot app on Google App Engine standard environment.…

MongoDB – How to Add Arbiter to Replica Set

7 years ago

This blog represents the instructions on how to add arbiter to existing Mongodb replica set. Arbiters are MongoDB instances whose…

MongoDB – Top 10 Best Practices for AWS Production Deployments

7 years ago

The following are some of the best practices which should be considered for your MongoDB production deployments on AWS. File…

MongoDB – Not Master and SlaveOk Error Message

7 years ago

When trying to access MongoDB database collection data using command such as show collections on one of the secondary member…

MongoDB – How to Enable Replication (Replica Set)

7 years ago

This blog represents steps required to enable replication in MongoDB when access control is disabled. The related details can be…

MongoDB – How to Reset Mongo Replica Set

7 years ago

The following instructions would help you to reset MongoDB replica set settings and start over with replication all over again.…