AZURE CREATE K8 CLUSTER

Here is a Terraform file that you can use to create a Kubernetes cluster in Azure:

THE NOTICE SHORTCODE

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.

REVERSE ENGINEERING AN EXISTING GCP PROJECT WITH TERRAFORMER

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

RASPBERRY PI/RASPBIAN - CHROMIUM/CHROMEDRIVER CRASH AFTER UPGRADE TO 99.0.4844.51

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

UNDELETE BIGQUERY TABLE

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: ESSENTIAL FEATURES AND IMPROVEMENTS 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. 

SERIES PART 2

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

SERIES PART 1

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