Going Static When you make the move to serve your website using a static service, such as Hugo, you will experience a few benefits over traditional hosting, namely: Speed Security Price Speed If you’re able to couple your S3 hosting with a Cloud Distribution Network like Amazon’s Cloudfront you can make your websites blazing fast.… Continue reading Why Go Static?
Month: May 2020
Easily Create Secure S3 Website Using Cloudfront & AWS Certificate Manager
How do you create a secure website using a static site? In this step-by-step guide using screenshots we provide a detailed description of how you can get an S3 site served through AWS Certificate Manager and Cloudfront.
3 Easy Steps To Create A Redirect Layout In Hugo
Do you want to create a simple HTML redirect page in Hugo? Here’s three simple steps showing how to do so easily in your Hugo website folder.
How to Create a Google App Script Library
How do you write code in Google App Script which prevents others from being able to edit? By creating a library which is attached to a Google App Script project you can circumvent the issue of having others accidentally edit your code.
Flip ARRAY_CONSTRAIN Formula in Google Sheets
The only limitation with the ARRAY_CONSTRAIN function is it fetches from the upper-leftmost corner of the range. Here we combine the QUERY and TRANSPOSE functions to flip a range, so the ARRAY_CONSTRAIN formula can fetch from the lower-rightmost corner of a range.
Ignore Blank Cells in QUERY Function Google Sheets
When using the QUERY function in Google Sheets how can we ignore certain rows based on the criteria of some cells being blank?
4 Simple Steps to Merge 2 Columns Into 1 With QUERY Function
How do you merge multiple columns into one column in Google Sheets using the QUERY function? In this 4 simple step-by-step process we share the formula, and teach you along the way on how component within the function works by providing commentary and photos at each change.
Easily Merge Multiple Columns Into 1 with Query & ArrayFormula
Merge multi-columned data to one column before expanding it out into a different columned layout using the QUERY and ARRAYFORMULA functions in Google Sheets.
Easily Sum Columns with Dynamic Range
How do you calculate the sum of values across columns when the length of the range of those columns is dynamic? Use the INDEX function, as demonstrated in this post.
Best Way to Install NodeJS on Mac OS
What’s the best way to install NodeJS on your Mac machine? In this article I briefly go through the steps of how I installed NodeJS on my recently nuked Macbook Pro.