25Feb/102
High performance application stack for next generation web
If I'll have to choose a new stack for developing the next big web app or framework what would it be?
16Feb/100
nginx – how to rewrite
One of the web servers of the new cloud era is nginx. It's a fast server, with a low memory profile and can handle an impressive amount of concurrent connections compared to a standard apache setup.
It's more than a year since all the servers I work with were switched from apache to nginx. One of the common problem I came across after setting up nginx was figuring out how to do the rewrites. Translating a rewrite rule from apache to nginx is not that hard.