Skip to content
  • <-- My Site
  • Home
  • Open edX
  • ReactJS
  • WordPress
  • AWS
LinkedInTwitterFacebook
Blog Logo

Blog

  • <-- My Site
  • Home
  • Open edX
  • ReactJS
  • WordPress
  • AWS
  • Create a REST API With WordPress

Create a REST API With WordPress

By Lawrence McDaniel|2021-09-09T06:51:55-06:00August 30th, 2021|Categories: AWS, Wordpress|

WordPress is a fast and highly effective platform for hosting a REST API for a variety of use cases, especially if your API endpoints serve content like images or filterable, categorized blocks of text. This step-by-step guide demonstrates how to implement a production-ready REST API in only a few hours,

Read More
 2
  • Open edX Complete Backup Solution

Open edX Complete Backup Solution

By Lawrence McDaniel|2021-01-31T09:03:45-06:00January 14th, 2021|Categories: AWS, Dev Ops, Open edX|

Learn how to create a complete backup solution for your Open edX installation. This detailed step-by-step how-to guide covers backing up MySQL and MongoDB, organizing backup data into a single date-stamped tarball zip file, plus how to setup a cron job and how to copy your backups to an AWS

Read More
 17
  • LetsEncrypt On Amazon Linux2 + Apache

LetsEncrypt On Amazon Linux2 + Apache

By Lawrence McDaniel|2020-01-08T16:34:21-06:00January 8th, 2020|Categories: AWS, Dev Ops, Wordpress|

Get your Letsencrypt SSL certificate working on your AWS EC2 Amazon Linux2 Apache instance in just a few minutes with this detailed step-by-step how-to guide.

Read More
 3
  • How To Migrate A WordPress Site

How To Migrate A WordPress Site

By Lawrence McDaniel|2019-02-08T11:06:24-06:00February 7th, 2019|Categories: AWS, Wordpress|

Whether you’re changing hosting providers or trying to clone a WordPress site to jumpstart a new project, rest assured that you can copy, migrate or rename your site in a matter of minutes. But there are a couple of details with the inner workings of WordPress that can cause problems.

Read More
 0
  • Serve a Django App from an AWS Lambda Function

Serve a Django App from an AWS Lambda Function

By Lawrence McDaniel|2019-12-10T10:24:35-06:00December 6th, 2018|Categories: AWS, Dev Ops, Django|

Lets take a closer look at using Zappa in a real-world development environment for a full-featured Django app deployed to an AWS Lambda function, with static assets loaded to S3 and served by Cloudfront.

Read More
 4
  • Integrating AWS S3 & Cloudfront With WordPress

Integrating AWS S3 & Cloudfront With WordPress

By