[How to] Launch VMs using the Instance Template
HOW TO SERIES Skip manually configuring your Instance configurations Manually setting up virtual machines (VMs) every time you need one can quickly become repetitive and time-consuming. That’s where Instance Templates come to the rescue! These handy tools let…
Read More[How to] Add a custom domain & enable HTTPS to S3- Static Website
How to series AWS Services: S3, CloudFront, Certificate Manager and Route 53 Static websites are a popular choice for hosting portfolio sites, blogs, and lightweight applications. With AWS, you can host your static website on S3 and secure it with HTTPS using…
Read More[How to] Host a static website in AWS S3
HOW TO SERIES 🚀 Effortless Static Website Hosting: Leverage AWS S3 for Fast 🌐, Scalable 📈 Deployment! Static websites are lightweight, fast, and easy to deploy. AWS S3 (Simple Storage Service) is one of the most reliable and cost-effective platforms for…
Read More[How to] write Startup Scripts for your VM Instance
How to series To automate the installation of any software or OS Patches at the startup using Startup Scripts When creating virtual machines (VMs), automating software installations and updates at startup can save time and streamline processes. This blog will…
Read More[How to] Preserve an External IP Address of GCP Compute Engine
How to series Using Static IP for External IP Addresses Managing IP addresses effectively is critical for ensuring the reliability and accessibility of your applications deployed on the cloud. In Google Cloud Platform (GCP), Compute Engine instances are…
Read More[How to] manage secrets with GCP Secrets Manager
How To Series Generated using Leonardo AI Managing sensitive application secrets is a critical aspect of modern DevOps workflows. With Google Kubernetes Engine (GKE) and Google Secrets Manager, you can ensure secrets are securely stored and seamlessly…
Read More[How to] Working with Local Docker Registry
How to series A Comprehensive Guide 🐳 Generated by Leonardo. This picture is for representational purpose only. When working with Docker in development or production environments, you may encounter scenarios where using a local Docker registry is…
Read More[How to] Implement Google Programmable Search in Your Node.js App
How to series AI Generated image. Doesn’t depict the actual product. Google Custom Programmable Search Engine allows you to embed search functionalities within your web or mobile applications. It lets you programmatically retrieve and display search results…
Read MoreEnhance Productivity with Make: A How-To Guide
Using Make and Makefile for Docker Management in a NodeJS Application Make is a powerful build automation tool commonly used to manage the build process of software projects. It uses a file called Makefile to define a set of tasks to be executed. In this…
Read MoreGetting started with Twilio Serverless
How to series How to Create an Application for Conference Call 📲 Connecting with people through virtual communication is the need of the hour. We get thousands of IVR calls in our day-to-day lives. There may be times when we need to dial up and navigate…
Read More