Skipping Optional Fields in Prisma 5.x
Introduction
Introduction
Introduction
I have a route in ExpressJS that is protected by Passport bearer auth. The docs have a straightforward example which works if that is the only strategy you need.
I have a GCP instance that I bring up periodically using instance schedules to run database backups. My database provider has backups of its own but I have an additional backup in place. The GCP instance on boot runs a user script which: Creates a database dump into a temporary file tar + gz the dump file Uploads it to a secure bucket If this backup fails, I get alerted on Slack.
This is a ruminative post, and I won’t be using bullet points.
A monorepo is a repository with more than one logical project. I was trying to setup GitHub Actions to build my repository with two distinct projects inside it. GitHub Actions will run your YAML configuration whenever you commit. Turns out it’s not so straightforward.
Using a Google Cloud Storage (GCS) bucket for static storage is a very easy way to serve static content over HTTPS. For this to work, public access has to be enabled on the bucket’s objects. The access should be read only at the public level and can be set using one of Google IAM’s predefined roles.
Programmable Networks
In this article, I will explore what Anycast is in internetworking and how it is used to reduce latency.
I took a career break in the middle of last year to pursue some of my other interests - both technical and non-technical.