Blogs
Guide to security in NodeJS
Suggested keyword: security nodejs Suggested meta: When creating great software, security is the first step of development. This guide will discuss key security concepts when building software using Node.js. Introduction In this post, you’re going to learn about security in Node.js and best …
How to Add a Static IP to an AWS EC2 Instance
Introduction AWS Elastic Compute Cloud (EC2) is a popular option for cloud computing services. It offers virtual servers (or instances) as well as security, networking, and storage options. EC2 can launch as many or as few virtual servers as you need, depending on your projects. Using EC2 offers …
2023: Top SRE Tools
Introduction Source: UnSplash When choosing new tools for your Site Reliability Engineering needs, there are several factors you will need to consider, which will define your IT operations. In this article, I tell you about the most popular and sought-out tools that Site Reliability …
Gentle introduction to Remote Procedure Calls (RPCs) in the Cosmos ecosystem
Introduction Remote procedure calls (RPCs) are the ability of one program to call a subroutine or function that is located in another program and has been given an address. At a high level, this means that we can make a request to another computer (e.g., a different process on the same computer or a …
Getting Started Building Docker Images with Gradle
Introduction It is no news that Gradle is the most popular build tool for Java Virtual Machine (JVM) projects on GitHub, you can check out the performance benchmarks for Gradle here. In this guide, you will learn about how to build a Docker Image with Gradle. As a gentle reminder, your projects can …
How I Passed the Azure Developer Associate Certification Exam
If you are looking at writing your Azure Developer Associate exam, and gaining the Azure Developer Certification, then this guide right here should come in really handy. Getting Started In this guide, I will be telling you how I studied for, and passed, my Azure Developer Associate certification …
Manipulating GitHub Wiki Data With Azure Functions
Image: Daily Host News' blog This article is part of #ServerlessSeptember. You’ll find other helpful articles, detailed tutorials, and videos in this all-things-Serverless content collection. New articles from community members and cloud advocates are published every week from Monday to …
A Definitive Introduction to DevOps and the Azure DevOps Suite
Preface: This article would get you to know exactly what DevOps is, guide you through a real-world application of DevOps, get you in sync with Azure Cloud DevOps practices with a step-by-step guide, and finally walk you through the process of creating an Azure DevOps organization account on the …
Azure Front Door: An Overview
This is a gentle brief of the Azure Front Door service offering from Microsoft Azure. Azure Front Door, as the appellation implies, serves as a tunnel that routes connection to your backend networks scalably. The service isn’t really for everyone, as it’s mostly useful for large …
The Proven Way to Become a Cloud Engineer in 2022!
Yeah right! It’s 2022, and the first month of the new year (and the year 2022) is running to an end already. “Why not dive right into cloud computing?" - Yes, I know what you’ve been thinking :wink: As it stands, cloud computing is the hottest skill to have, right after …
FIXED: Azure - Resource provider not registered for the subscription
The Problem If you have been following any tutorial around creating bots on Azure, and you hit the weird roadblock that tells you; Resource provider Microsoft.BotService not registered for the subscription Fret not, ‘cause you have just stumbled on the fix! The Solution Now, let us walk …
What is serverless? A Gentle Introduction to Azure Functions (Part 3)
Source: Daily Host News' blog This is the third part of my series on an introduction to serverless computing and Azure Functions. In this part, I would be walking you through how to create and setup a webhook on GitHub, connect this webhook with our newly created API (we would be making changes to …