-
Software Development
Significant Software Development Developments of 2014
One of my favorite posts to write each year is the year-ending summary of some of the developments in the…
Read More » -
Software Development
Top Three Challenges in Enterprise Mobile App Development in 2015
Enterprises are adopting mobile technologies at an unprecedented rate. As Business News Daily recently reported, 1.3 billion workers will go…
Read More » -
Software Development
Signing Digital Certificates with OpenSSL Library
While working on the pgopenssltypes extension I realized that I haven’t discussed how to sign digital certificates using the OpenSSL…
Read More » -
DevOps
Continuous Deployment: Implementation with Ansible and Docker
This article is part of the Continuous Integration, Delivery and Deployment series. The previous article described several ways to implement…
Read More » -
Core Java
A persistent KeyValue Server in 40 lines and a sad fact
Advent time again .. picking up Peters well written overview on the uses of Unsafe, i’ll have a short fly-by…
Read More » -
Software Development
The Awesome PostgreSQL 9.4 / SQL:2003 FILTER Clause for Aggregate Functions
Sometimes when aggregating data with SQL, we’d love to add some additional filters. For instance, consider the following world bank…
Read More » -
Enterprise Java
Microservices and DevOps with TIBCO Products
Everybody is talking about Microservices these days. You can read a lot about Microservices in hundreds of articles and blog…
Read More » -
Enterprise Java
Leaky Abstractions, or How to Bind Oracle DATE Correctly with Hibernate
We’ve recently published an article about how to bind the Oracle DATE type correctly in SQL / JDBC, and jOOQ.…
Read More » -
Ceylon
Tuple and entry destructuring
The next release of Ceylon features an interesting range of new language features, including constructors, if and switch expression, let…
Read More »