Add basic authentication to Kubernetes Ingress nginx
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
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
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
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
curl is a great utility to make network requests and transfer data across the Internet, but do you know that we can also use...