-
Python
Semantic Similarity using Universal Sentence Encoder
Here I demonstrate how powerful sentence embeddings from Universal Sentence Encoder are.I have a bunch of textual data and query…
Read More » -
Enterprise Java
Consuming JSON based REST Web Service in ADF 12.2.1.3
Previously I have posted about consuming ADF BC based REST Web Service in ADF. Now, this post talks about consuming…
Read More » -
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 »