Contributions

Article
A complete guide on how to implement google reCaptcha on your website.
Article
How to write tests in Golang?

This article will show you how to get started with unit tests in Golang.
Article
What are best ways to work with time date functions in golang?

Time utility functions you will always need in Golang.

Unlike other programming languages, it doesn’t contain all default utilities that can be used directly like Add day or Subtract a day, etc.
Article
Unit test is the first most essential part of software testing, which focuses on small elements of software design.

In this article, You will learn how to write a simple unit test for music API.
Article
Sitemap is very useful for search engines like google to locate our website pages.

Generating sitemap for dynamic pages becomes hard sometimes.

Learn how to automate dynamic sitemap generation without using any external library.
Article
Learn how to send push notifications to mobile apps using Golang and Firebase.

Did you ever wonder how do you receive push notifications to mobile apps?

This post will help you understand how it works and teach you how to implement it by yourself.
Article
How to stream live audio from client to server?

Here's a quick guide for audio streaming using WebSocket and OkHttp client in Android