We have lots of free hosting platforms for portfolio or static webpages, we can even host on GitHub But we can not get a free custom domain So I came up with an idea to use all...
Hi Everyone!! If you have deployed any application using kubernetes, it is very important to monitor the kubernetes cluster and the application 'Monitoring' plays a crucial role...
Hi Folks! In this blog, we will learn about MQTT monitoring in the Grafana console This blog will help us to track the real-time usage of HiveMQ brokers We can track multiple...
Hi Everyone!! If you have a Net core web application and you are looking for a way to dockerize it This article is for you In this blog, I will explain how to dockerize a Net...
Problem: As you start becoming mature in implementing and using Jira for your day to day project management and agile development, you want to further deep dive into...
We have a class called ServiceController in C# This class helps us to query the windows service For using this class, we have to use the following imports using System; using...
To check if a folder exists in a bucket is one of the basic requirements in any application which uses S3 buckets I have demonstrated a small function in this blog, which checks...
Hi Folks! In this blog, we will learn what is serverless and how to setup and deploy the serverless application What is Serverless Serverless is the latest concept of...
Hello folks!Mailing is an important part of any application We will see how we can send emails using SMTP MailGun credentials, without exposing the password of the...