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 inTDS ArchiveHow 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, 2019A response icon14Nov 18, 2019A response icon14
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 10, 2024A response icon1Jan 10, 2024A response icon1
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 inTDS ArchiveScan 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 inTDS ArchiveHow to Join Strings in Golang?There are multiple ways to join or concat strings in the golang.Feb 28, 2020A response icon2Feb 28, 2020A response icon2
Published inTDS ArchiveStore 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, 2020A response icon1Feb 9, 2020A response icon1
Published inTDS ArchiveUse Environment Variable in your next Golang ProjectThere are multiple ways in golang to use environment variables and files.Jan 20, 2020A response icon5Jan 20, 2020A response icon5