First you need to define the type of data you are dealing with. Do you have multiple long and complex transactions? Do you need scalability? Is a traditional RDBMS product the perfect solution? What do you know about NoSQL databases?
Continue reading “Choosing the right database for your business”Month: February 2013
Setting up an Nginx Reverse Proxy on Debian
Nginx (pronounced “Engine-X”) is an open source Web server and a reverse proxy server for HTTP, SMTP, POP3 and IMAP protocols, with a strong focus on high concurrency, performance and low memory usage. In this example we are going to use Nginx as a Reverse Proxy.
Continue reading “Setting up an Nginx Reverse Proxy on Debian”