-
Agile
Trust, Accountability, and Where Does the Time Go?
As more of my clients transition to agile, many of them have a fascinating question: How do I assess who…
Read More » -
Software Development
Implementing Client-Side Row-Level Security with jOOQ
Some time ago, we’ve promised to follow up on our Constraints on Views article with a sequel showing how to…
Read More » -
DevOps
Heroku PostgreSQL vs. Amazon RDS for PostgreSQL
PostgreSQL is becoming the relational database of choice for web development for a whole host of good reasons. That means…
Read More » -
DevOps
Does DevOps Reduce Technical Debt – or Make it Worse?
DevOps can help reduce technical debt in some fundamental ways. Continuous Delivery/Deployment First, building a Continuous Delivery/Deployment pipeline, automating the…
Read More » -
Enterprise Java
Using Camel, CDI inside Kubernetes with Fabric8
Prologue I recently blogged about Injecting Kubernetes Services with CDI. In this post I am going to take things one…
Read More » -
Core Java
5 Features in Java 9 that WILL Change How You Develop Software (and 2 That Won’t)
What are the most exciting features that are expected to be released in Java 9? Don’t get distracted by the…
Read More » -
Enterprise Java
Querying Your Database from Millions of Fibers (Rather than Thousands of Threads)
jOOQ is a great way to do SQL in Java and Quasar fibers bring a much improved concurrency We’re excited…
Read More » -
Desktop Java
JavaFX Tip 20: A lot to show? Use Canvas!
There seem to be two kinds of JavaFX applications: the first one is using a scene graph with nodes and CSS styling, and…
Read More » -
DevOps
Containerizing Opinionated Applications
Containerizing an in-house application can be complex; a great resource for guiding this process is Docker’s list of Dockerfile best…
Read More »