Hopefully it’s obvious that separating configuration from application code is always a good idea. One simple and effective way I’ve found to......
Continue Reading
Share
There are some high quality resources that already cover the OpenStack API, so this is a YEA (yet another example) post. See......
Continue Reading
Share
One of my applications runs on a large assortment of hosts split between various data centers. Some of these are redundant pairs......
Continue Reading
Share
In a previous article I demonstrated one way to create a RESTful interface using a plain Java Servlet. In this article I......
Continue Reading
Share
MongoDB is a database. However, unlike conventional relational databases that are based on well defined schema and use SQL as the primary......
Continue Reading