-
Process home monitoring data using the Time Series Database in Bluemix
I keep a lot of information about my house – I have had sensors and recording units in various parts of my house years, recording info through a variety of different devices. Over the years I’ve built a number of different solutions for storing and displaying the information, and when the opportunity came up to…
-
Developing with Couchbase Server
I’ve just completed my latest book, this time looking at the development side of using Couchbase Server for building applications. The book goes through the basics of the Couchbase Server data store, the mechanics of storing and using data, the API and operations available, and a quick overview of the different client libraries available for…
-
Introduction to programming in Erlang, Part 2: Use advanced features and functionality
Part two of my introduction to programming Erlang is available on IBM developerWorks: Erlang is a multi-purpose programming language that is primarily used for developing concurrent and distributed systems. Part 1 of this series introduced Erlang …
-
Introduction to programming in Erlang, Part 1: The basics
I have a new article on programming in Erlang available on IBM developerWorks: Erlang is a multi-purpose programming language used primarily for developing concurrent and distributed systems. It began as a proprietary programming language used by …
-
Building CouchApps
A new article on building CouchApps (using CouchDB) is available on IBM developerWorks: Apache CouchDB is an open source document-oriented database management system that allows you to create full database-driven applications using nothing but HTM…
-
Applying memcached to increase site performance
A new article on using memcached, the memory caching tool, to improve website and application performance is now available on IBM developerWorks: The open source memcached tool is a cache for storing frequently used information to save you from lo…
-
Leopard Wiki Server: Creating Custom Themes
The Wiki component in Leopard Server is designed to be ready to run and use for all your workgroup needs, but for those who need to customize the look and feel of their Wiki environment may find a new article on creating custom themes helpful: Fro…
-
Develop with Java and PHP technology on AIX Version 5.3, Part 6: Building the Java business application
The final part of the PHP/Java series is now available. This last part of the series covers the modification of our original application so that it employs the PHP/Java bridge as the interface between the core Java application and PHP. A detailed …
-
Develop with Java and PHP technology on AIX Version 5.3, Part 5: Installing and integrating the PHP Java Bridge
The penultimate part of the series on using PHP and Java together to produce a web interface to your Java application is now available. In this penultimate part of the series, I look at the real-time use of the PHP/Java bridge as the final part an…