ADD NOTICE BOXES TO HUGO CONTENT

The notice shortcode supports three different types of disclaimers. These are as following:

CLOUD GOTCHAS 1

Since 2017 I’ve been involved in a wide variety of “cloud” projects and there’s some common myths I’ve observed.

CONVERT GCP PROJECTS TO TERRAFORM

It can be tough to try to reverse engineer an existing project that has never used terraform. Terraformer can look at an existing project and generate the corresponding terraform code for you.  I tried it out on an existing legacy project which used Google Cloud Storage, BigQuery and various service accounts. The setup was a little tricky so I put together a script to simply things. The script assumes you have gcloud setup or a service account key/impersonation and you may need to adjust the –resources parameter.

AWS VS AZURE VS GCP: CLOUD PLATFORM COMPARISON

FIX CHROMEDRIVER CRASHES ON RASPBERRY PI

Upgraded to chromedriver 99.0.4844.51 on Raspbian(bullseye) and seeing this in your chromedriver.log?

HOW TO UNDELETE BIGQUERY TABLES USING TIME TRAVEL

One hour ago:

bq cp mydataset.table@-3600000 mydataset.table_restored

Absolute (ms since UNIX epoch) GMT: Wednesday, 26 May 2021 13:41:53 = 1622036513000 https://www.epochconverter.com/

JAVA 17 LTS: ENTERPRISE FEATURES GUIDE

Major Features in Java 17 LTS

Enhanced Random Number Generation

Pseudo-Random Number Generators (PRNGs) are getting a major update in Java with the release of JEP 356. New interfaces and implementations make it easier to use different algorithms interchangeably and offer better support for stream-based programming. This is a great improvement for Java developers who require randomness in their applications. 

CREATING BLOG SERIES IN HUGO: PART 2

In this second part of the series we’ll show you where to find the full series

CREATING BLOG SERIES IN HUGO: PART 1

In this first part of the series we’ll show you how to create a series

SETTING UP PAGE REDIRECTS IN HUGO

Forwarding to gohugo using redirectUrl