Blog Archives

Why Should You Care About Investing?

I do not want to worry about money as well and that is why I invest. You put your money to work and let it make money for you, leaving you with time to do what you really care about.

Posted in Personal Finance Tagged with: , ,

Let’s Encrypt SSL on Amazon AWS EC2 using GetSSL (ACME V2)

Certbot used to be the go-to tool to install Let’s Encrypt SSL and periodically update them. However, now they require snapd to install the latest version of certbot. So let’s use GetSSL.

Posted in Tutorials Tagged with: , , ,

How I manage WordPress websites with Git, GitHub and Local

A documentation of how I manage my WordPress websites using Git, GitHub and Local (by Flywheel / WP Engine). I am not claiming that this is the best way for everyone. But this works beautifully for me.

Posted in WordPress Tagged with: , , ,

How to boost SEO for your WordPress website if you Know Nothing About It?

WordPress is the most popular Content Management System (CMS) in the world, and most likely your website is running it. Since most of the websites are using it, it keeps evolving and getting better and better with every new iteration,

Posted in WordPress Tagged with: , , ,

Disable WooCommerce Marketing menu

Add the following code to the functions.php of your active theme. add_filter( ‘woocommerce_marketing_menu_items’, ‘__return_empty_array’ ); This will remove the following Marketing menu added in WooCommerce 4.0

Posted in WordPress Tagged with: ,