Serverless Serverless is great. You create your services and hand them over to AWS Lambda/GCP Cloud Run/Azure Functions and let them rip. Your system can scale up to hundreds of instances and quickly service your clients. However, you must consider

CREATING KUBERNETES CLUSTERS ON AZURE

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

ADD NOTICE BOXES TO HUGO CONTENT

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

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