PinnedPublished inLevel Up CodingHow to Create an Email Alert System in GolangIn this tutorial, we will create a simple email alert system in Golang. We will mock a weather API as an IoT Device and an email service to…Aug 24, 2023Aug 24, 2023
PinnedPublished inTowards Data ScienceHow to create a CLI in golang with cobraHave you ever wonder why in the world of GUI, CLI still exist? You’ll better understand it when you build one of your own.Nov 18, 201914Nov 18, 201914
PinnedPublished inLevel Up CodingCreate a Chat Application in Golang with Redis and ReactJSA feature-rich chat application in Golang using Redis as a complete solution. Redis is used to store all user data, chats, contact lists…Nov 11, 2022Nov 11, 2022
Published inLevel Up CodingHow to run goroutines in a sequenceIn recent job interviews, I’ve been asked multiple times, create a program print numbers from 1 to 10 one after another using two…Jan 101Jan 101
Published inDevGlossaryWhat is Apache Thrift? Is it the same as gRPC?Apache Thrift is an open-source framework and software project developed by the Apache Software Foundation. It is designed to enable…Jul 24, 2023Jul 24, 2023
Published inDevGlossaryUnderstanding Tracers: Monitoring and Debugging Distributed SystemsA tracer, in the context of distributed systems and software development, is a tool or component that helps developers and system…Jul 18, 2023Jul 18, 2023
Published inTowards Data ScienceScan Environment Variables in Production ApplicationThere is no production application which is complete without environment variables. Majority of projects saves environment variables in…Sep 13, 2021Sep 13, 2021
Published inTowards Data ScienceHow to Join Strings in Golang?There are multiple ways to join or concat strings in the golang.Feb 28, 20202Feb 28, 20202
Published inTowards Data ScienceStore Hyperledger Fabric certificates and keys in CouchDBHyperledger Fabric is all about permissions. These permissions are provided in the form of certificates and keys. In broad term, it is…Feb 9, 20201Feb 9, 20201
Published inTowards Data ScienceUse Environment Variable in your next Golang ProjectThere are multiple ways in golang to use environment variables and files.Jan 20, 20205Jan 20, 20205