1. 01 Latest 4 min read

    Comparing The Performance of Bluemix PaaS Instances and IBM Containers

    Choosing between a Platform-as-a-Service and a container-based deployment model is one of the earliest infrastructure decisions a cloud application faces, and the tradeoffs are not always obvious. This post presents a direct performance comparison between IBM Bluemix PaaS instances and IBM Container deployments under equivalent workloads. Benchmarks cover response time, throughput, startup latency, and resource utilization across both approaches. The results surface meaningful differences in cold-start behavior and sustained load handling that should inform which model fits a given application’s requirements.

    Read article ↗
  2. 02 3 min read

    Tabster - A Tabular Expression Toolbox

    Tables are widely used in safety-critical and embedded systems development to specify what outputs a system should produce for different classes of inputs, but tooling support for verifying their correctness has historically been limited. Tabster is a Java library that fills this gap by formally verifying properties of tabular expressions using SMT solvers. When a property fails to hold, Tabster does not just report a failure — it returns counterexamples that identify the exact input conditions under which the property breaks. This post walks through the design of the library, the kinds of properties it can verify, and how SMT solving makes exhaustive verification practical for real-world table sizes.

    Read article ↗

© 2026 Muntazir Fadhel. All rights reserved.