Cloudflare Page Rules for WordPress

As I mentioned in my earlier post, no one likes to wait for websites to load these days, therefor we must do everything possible...

Prepare your website for Google AdSense

So now that you have a website and getting some decent traffic on it, you might be tempted to sign up for putting ads...

Privacy Policy for your new website

As of Jan 2019, according to Wikipedia, a privacy policy is a statement or a legal document that discloses some or all the ways...

Add Expires Headers to your Apache WordPress Configuration

Website need to render fast these days. No one likes to wait for a website to load. Users get frustrated and navigate away if...

Start EC2 and set DNS in CloudFlare using Lambda

In my previous posts, I showed two ways to set DNS for an EC2 server that does not have an Elastic IP attached to...

AWS Lambda Layer for Python package requests

In my previous post, I made a layer for pymysql to access an RDS from Lambda. In this post, I will show how to...

Use Redis as a cache on WordPress

Updated on Nov 15th 2020. On a busy website, there can be several reasons why your site is rendering slowly.  You might have a lot of poorly...

How To Install Redis on Ubuntu 16.04

Updated on Nov 15th 2020 Redis is an open source in-memory key-value store known for its performance and flexibility. Redis has built-in replication and can...

Must read

Start a script on boot using systemd

Updated and migrated to new Hugo Site. In this post...

AWS Lambda Layer example in python

Lambda Layers was one of the most exciting news...

mongodb replica set using docker compose

In this post I am going to show how...

Create S3 Bucket using Terraform

Updated on 17th June 2022. Tested build with Terraform...