Search Results

Blog Archive

Node.js debugging in VS Code

Useful resources: Debugging Node in Visual Studio Code: https://code.visualstudio.com/docs/nodejs/nodejs-debugging More on debugging Node.js: https://nodejs.org/en/docs/guides/debugging-getting-started/
Continue reading

Promises in JavaScript

JavaScript is inherently single-threaded, but it needs to handle time-consuming operation like network requests, file reading, and database queries without blocking the main thread. This...
Continue reading

Database in GCP

Google Cloud Platform (GCP) offers a wide array of database services tailored to meet various workload needs, form relational databases like Cloud SQL and Cloud...
Continue reading

Cloud IAM

Google Cloud Identity and Access Management (IAM) is a critical component of the Google Cloud Platform (GCP) that enables administrators to manage access to cloud...
Continue reading

Google Cloud Functions

Google Cloud Functions is a serverless computing platform provided by Google Cloud Platform (GCP). It allows developers to build and deploy applications without managing servers...
Continue reading

Google Kubernetes Engine

GKE is a managed Kubernetes platform designed to simplify the deployment, management, and scaling of containerised applications. It is build on top of Kubernetes, and...
Continue reading

App Engine

Simplest way to deploy and scale your application in GCP. Provide end-to-end application management Supports: No usage charges – Pay for resources provisioned Features: App...
Continue reading

GCP: Managed Services

Managed services refer to the practice of outsourcing the responsibility for maintaining and managing IT systems and infrastructure to a third-party provider. Terminology IAAS (Infrastructure...
Continue reading

Cloud load balancing

Distributing user traffic across instance of an application in single region or multiple regions. Terminology Backend: Group of endpoints that receive traffic from a Google...
Continue reading