Hello Guys! In this blog I have tried to explain how we can deploy an MQTT broker to Kubernetes cluster To begin with this we need a Kubernetes cluster setup prior What is...
Posted by 42Gears Team
In this work-from-home situation, the developer needs DNS hosting (Public or local) for testing or R&D purpose Very difficult to achieve above the things in Home-based...
What is Cryptography Cryptography is that the art of communication between a sender and a receiver using codes in order that only those for whom the...
What is Loki and Grafana Loki is a horizontally-scalable, highly-available, multi-tenant log aggregation system It doesn't index the contents of the logs, but also a set...
What is an API API (Application Programming Interface) is an intermediate service that makes the interaction between two applications possible It’s a messenger that...
Let's take an example where you need to run a script for a large file of 10 GB, what would the consequences be Either it will take a lot of time or the program will crash To...
When someone says “search engine,” everyone thinks of the most popular browser Google It is one of the biggest search engines around, and people assume that they are the best...
Following is a C# code snippet to delete a path (file or directory) First we have to determine whether the path is a file or a folder and then call appropriate Delete methods In...
Here is the C# code to soft reset a Windows Mobile device (using P/Invoke) [DllImport("coredlldll", SetLastError = true)] static extern int SetSystemPowerState(string...
Control + Alt + Delete is a powerful key combination to terminate a running program/task or restart a computer/Windows device Blocking this key combination becomes...