-
CSS
CSS Position: Relative vs Position Absolute
In this post, we take a look at the CSS Position property. Specifically, the values Relative and Absolute. CSS stands…
Read More » -
Python
[MEGA DEAL] The Python Power Coder BONUS Bundle (96%)
3 New, In-Depth Courses Bring This Python Bundle to 70 Resume-Enhancing Hours of Content Hey fellow geeks, This week, on…
Read More » -
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 »