lexyblazy.hashnode.devLet's build a Full-Text Search engine (Part 2)“Where is part one?” asked the reader. Part one was written by Artem Krylysov and is a prerequisite to understanding this article. You can find part one here. I’d like to mention that besides introducing a disk-based persistence layer for the projec...Oct 18, 2024·15 min read
lexyblazy.hashnode.devGoogle Cloud Functions: Exploring database triggers (Part 3)In the previous article, We were able to setup a fully functional API. In this tutorial we will setting up Cloud functions for database triggers. Cloud functions can be run when database operations such as read, write, update or delete occurs. We ...Jun 29, 2020·6 min read
lexyblazy.hashnode.devGoogle Cloud Functions: Creating a REST API (Part 2)In the previous article, we were able to setup a Cloud function which responds to HTTP requests. In this article, we will be building a REST API on top of our previous setup using Express.js and Cloud Firestore Quick note: Most of our work will be i...May 30, 2020
lexyblazy.hashnode.devGoogle Cloud Functions: Getting started (Part 1)According to the official documentation : Cloud Functions is Google Cloud’s event-driven serverless compute platform. Run your code locally or in the cloud without having to provision servers. Go from code to deploy with continuous delivery and mo...May 13, 2020