Add basic authentication to Kubernetes Ingress nginx

Add basic authentication to Kubernetes Ingress nginx

0
Wonder how to add basic authentication to Ingress? I am going to show you how to add basic authentication to Kubernetes Ingress nginx in...
Encode and decode Base64 via command line

Encode and decode Base64 via command line

0
In this post, I will show you several ways to encode and decode base64 via command line, which works in every operating systems. NOTE In following...
Parse query string in Gin web application

Parse query string in Gin web application

0
In this tutorial, I will show you how to parse query string in Gin web application. Create a Gin project First, let's initialize a Gin project...
Get object key by value in Javascript

Get object key by value in Javascript

0
We can easily get object value by key using index operator object, but what about getting object key using value? Today, I will show...
Use curl to measure site metrics

Use curl to measure site metrics

0
curl is a great utility to make network requests and transfer data across the Internet, but do you know that we can also use...