Here are all the posts in reverse chronological order

Article Publish Date Tags What is it about?
Creating a Series of Articles In Jekyll Jekyll, GitHub, Series, Easily group and link related blog posts in Jekyll using front matter and data files for sequential navigation.
Getting Feedback via GitHub Issues Jekyll, GitHub, Feedback, Integrate creation of GitHub Issues directly with prefilled values from your Jekyll site.
CSP - Block Everything You Don't Need Start Right, Frontend, CSP, Security, Using CSP headers can drastically reduce the attack surface for your website by disallowing anything you don't expect.
What/Why/How of 'nonce' Start Right, Frontend, Nonce, Security, Using nonce tokens in your website provides strong protection against CSRF and XSS attacks.
Setting up a VPN Gateway on Azure Azure, VPN, VPNs are an excellent way to connect to proiate network of machines that you don't want to expose to the public internet.
Setting up a load balancer from scratch Nginx, Load Balancer, NGINX is OSS for web serving, reverse proxying, caching, load balancing etc.A load balancer is the “traffic cop” sitting in front of your servers and routing client requests.
Creating web components using Microsoft FAST elements Web-Component, Web, FAST, FAST is a web component library and framework from Microsoft.
Connecting Redis to Grafana Redis, Docker, Systems, Grafana, Grafana is an open source visualization tool that can help us visualize redis metrics.
Tracking Redis Metrics using INFO Redis, Docker, Systems, Tracking Redis metrics using Redis INFO command.
Using the Redis CLI Redis, Docker, Systems, Connecting to a Redis instance using CLI
Running Redis locally using Docker Redis, Docker, Systems, Run a standalone redis instance using Docker.
Introduction to Redis Redis, Systems, Introduces redis as a distributed key value store using analogies.