"Now I am not a security professional and I don't pretend to play one on the internet" - Rick H. Take this post with a grain of salt. I'm preparing to launch one of my web applications JSecademy. The backend of the application is using mongodb as a datastore. … [Read more...] about How to setup access to mongodb in production with local clients ( Robomongo HumongouS.io )
NOSQL
MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 2
This tutorial is now outdated. If you want to stay up to date with the MEAN Stack you will want to check out this Complete Guide instead. What the heck are we building? It's always a good practice to reflect on what you are building before you ever build … [Read more...] about MEAN.IO Tutorial, building a GOAL’S application from scratch. PART 2
How to get started with Redis
Overview: What is redis? Install redis Get to know the cli Create simple C# console App using redis Production Keep learning What is redis? Redis is what we like to call an in-memory database that offers a ridicules read and write … [Read more...] about How to get started with Redis