-
Software Development
TDD Misbeliefs
While I was working with a previous article about Test-Driven Development (TDD) I read many blog posts and a few…
Read More » -
Software Development
Throttling MQTT Data
Introduction Most MQTT brokers currently available on the market provide native support for WebSockets, thus enabling any MQTT JavaScript library…
Read More » -
Agile
Minimum Requirements Documentation: A Matter of Context
A colleague asked me about the kinds of documentation the team might need for their stories. He wanted to know…
Read More » -
DevOps
Discovering containers loaded by Che 7
Prerequisites You need a Kubernetes or OpenShift cluster (eg., minikube or minishift), into which you have installed Che. Follow the…
Read More » -
DevOps
Deploying Che 7 to Minishift with chectl
Prerequisites You need the latest Minishift and chectl releases. Fetch them like this (or similar): cd ~/bin curl -sSL https://github.com/che-incubator/chectl/releases/download/20190628062929/chectl-linux -o chectl chmod…
Read More » -
Enterprise Java
Unit testing of ADF Application using JUnit
JUnit is a unit testing package for Java language and can be used to test Oracle ADF application as ADF…
Read More » -
Software Development
Switching From One Programming Language to Another: The Benefits of Being Flexible
Any specialist should expand their knowledge and skills if they want to become the best. This applies to many areas,…
Read More » -
Core Java
Inject-able only in test?
This article is about some thoughts of test design and testability. Some questions that we discussed with my son, who…
Read More » -
Software Development
How to use github pages as your Helm Charts repository
So you want to publish the Helm chart you’ve created and pushed the source to Github, and for a reason,…
Read More »