Mridul Ganga
MG's Blog

MG's Blog

Follow
Follow
homegithublinkedinbadgesnewsletter
Tag

Hashnode

#hashnode

More content

Read more stories on Hashnode


Articles with this tag

Make a Compliment Telegram Bot in Golang

Sep 27, 20203 min read537 views

The purpose of this guide is to make a simple telegram bot, which replies with a compliment for each and every message that it receives. Create a bot...

Make a Compliment Telegram Bot in Golang

Understanding basics of WebRTC

Sep 6, 20205 min read80 views

Authors: Iresh Sharma & Mridul Ganga What is WebRTC? WebRTC stands for web real-time communication, it is an open standard for real-time...

Understanding basics of WebRTC

Kickstart Kubernetes with K3s

Sep 6, 20206 min read227 views

Kubernetes is a relatively new term which is in talks a lot. In this article I will try to explain what kubernetes is and how we can quickly get...

Kickstart Kubernetes with K3s

Simple systemd on Linux

Sep 6, 20202 min read51 views

Below is a super simple guide to creating a systemd service on linux. Systemd is not yet supported on all the linux systems, but it's popular and easy...

Simple systemd on Linux

How to make a simple telegram bot on python

Sep 6, 20202 min read81 views

It's very simple to make a telegram bot using python. Let's try and make a simple bot - it has only one supported command /cat (to get random cat...

How to make a simple telegram bot on python

Ways websites implement dark mode

Sep 6, 20203 min read1.2K views

A lot of websites these days are providing users with option of Dark Mode. This is getting increasingly popular. But it could sometimes be a challenge...

Ways websites implement dark mode