Blog Archives

Creating a Database Using MongoDB

MongoDB is one of the most sought-after NoSQL databases. The open-source cloud platform has helped thousands of developers and data scientists manage large volumes of data with JSON documents and flexible schemas. And according to VentureBeat’s cloud revenue growth report, MongoDB

Posted in Tutorials 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: , , ,

Increment A Number In A Cell When Another Cell Is Edited

I use a Google sheet to generate and manage invoices for my clients. The process is fairly simple. One sheet holds the Name, address and contact details of the client. I enter the clients ID into a box for whom

Posted in Tutorials Tagged with: ,

Hide Rows In Google Sheets Based On Value Of Cell

I am a fan of Google sheets for collaborative work. To manage an ongoing Todo for the development of Super Progressive Web Apps WordPress Plugin, me and my partner uses Google sheets. We use data validation to set the status

Posted in Tutorials Tagged with: ,

Building 100% Custom WordPress Register And Login Pages

A detailed tutorial on how to build totally custom WordPress register and login pages. All the code you need and some styling inspiration. Impress your clients.

Posted in Tutorials, WordPress Tagged with: , , , ,