Some very interesting things in this last part of the Cloudflare Workers Tutorial series. We will see how we can do Proxying, caching, and custom error pages with Cloudflare Workers.
Cloudflare Workers Tutorial Part-3: Writing Basic Code
In this part of the tutorial we will write basic code for Cloudflare Workers.
Cloudflare Workers Tutorial Part-2: Basic Setup
In this section, we will do an initial setup of Cloudflare Workers for your domain. A Hello World Worker and a basic introduction to the environment.
Cloudflare Workers Tutorial Part-1: What is Cloudflare Worker?
Get to know what is Cloudflare workers. Part 1 out of 4 – Cloudflare Worker Tutorial
Ghost with EasyEngine
Hosting a site with Ghost CMS and EasyEngine v4. EasyEngine is a versatile tool to host WordPress sites in a containerized environment which makes it safe too. In this article, I will go through steps to using EasyEngine to host a site using Ghost.
Manage SSH access with GitHub actions
I created a GitHub action to manage SSH access of different users on remote systems from GitHub with a simple CSV file.
GitHub Actions Tutorial Part-3: Code Push
In this section, we will see how to push code with GitHub actions.
GitHub Actions Tutorial Part-2: Environment Variables and Accessing Repository
In this part, we will focus on how to add variables in GitHub actions and accessing repository code inside GitHub actions. Also as a bonus, we will see how to use GitHub secrets in Actions.
GitHub Actions Tutorial Part-1: Hello World
Github actions are highly useful to automate your daily workflows like deployment, testing and what not!
OpenResty with Naxsi – Docker build
I reached a requirement where I needed to implement Naxsi in OpenResty based in Docker container. I Googled it but was not able to find anything relevant. So I built it.