A simple module that connects to MySQL databases. No need to hardcode your credentials.
Read more →Tags:
A quick tip that can help handle design cases that include child elements larger than their immediate parent.
Read more →Tags:
In this final post for a two-part series, we’ll go over an additional script that can be used to upload all local static site contents to a previously configured Amazon Web Services S3 bucket.
Read more →Tags:
Amazon Web Services, through their Simple Storage Service (S3), provide an inexpensive and flexible solution for hosting static websites. These would normally be sites that are developed on a local environment (using Hugo or Jekyll), then pushed to either a web server or - in this case - a cloud-based storage platform configured to make the generated pages public. This post discusses a scripted approach to building a bucket you want to use to host an S3 website from scratch.
Read more →Tags:
Here are a few considerations to keep in mind if you’re running a VirtualBox VM with MySQL on it, and need an application on your host operating system to be able to connect to it.
Read more →Tags: