AngularJS website indexed by SEO engine (faceboook bot, twitter bot, etc)

AngularJS projects by default using the hashbang syntax for urls to handle navigation without forcing the client to reload the whole application on every state change.
this make some problem if we want using SEO, the url will not expose to crawler by bot and for some solution we must change configuration to get pretty urls.

This Technical document contains how to make SEO Engine can indexed AngularJS.

Continue Reading

Setup Redis on ubuntu

Redis is a software project that implements data structure servers. It is open-source, networked, in-memory, and stores keys with optional durability.

This Technical document contains configuration used for deployment of Redis.

Continue Reading