Access Google Cloud resources from Python Cloud Function (YouTube tutorial)

Accessing Google Cloud resources manually is straightforward. We can use the Web UI or the SDK in the console. However, when we try to the same thing programmatically, from the context of a local script or a cloud function, we run into authorization problems. In this YouTube tutorial we are writing a cloud function that… Continue reading Access Google Cloud resources from Python Cloud Function (YouTube tutorial)

Published
Categorized as cloud

SVG Support in WordPress

SVG is a great format for graphics. Unlike the pixel-based formats such as jpeg and png, which store informations about each pixel, SVG relies on geometrical primitives such as curves, colors and coordinates. This results in a much better experiences when images are scaled, making the format ideal for icons and logos. However, SVG images… Continue reading SVG Support in WordPress