How to sort golang Maps by value and keyThis article shows how to sort golang map with the key and valueJun 18, 20201Jun 18, 20201
Leetcode Reverse integer Golang solution; Palindrome Number Golang solutionHere are some simple solution to two leetcode exercises written in Golang.Jun 15, 2020Jun 15, 2020
AZ 103 Exam Study guide and Question dumps (Part 1 — Azure Resource Mangement)Questions in this section are focused around managing azure resources in terms of post and quantity.Jan 14, 2020Jan 14, 2020
How to publish your Golang PackageIn a previous article we explored the possibility of creating a golang package. Now that we spent “many hours” writing your package and…Nov 11, 2019Nov 11, 2019
GoLang Naming Rules and ConventionsThe Go project stress alot on simplicity and readability, hence it adopts some simple convention to ensure that source codes maintainable.Nov 8, 20194Nov 8, 20194
GoLang Logs — logA well-considered logging strategy can help you understand user behavior, localize errors, and monitor the performance of your…Nov 8, 2019Nov 8, 2019
When I index a Go string at position n, why don’t I get the nth character?True life storyNov 7, 2019Nov 7, 2019
sort.Sort() interface in GoLangSorting is one of those tasks that comes up from time to time in software project, it important to get just the right algorithm. With the…Nov 7, 20192Nov 7, 20192
Exporing files and folder from the GoLang OS pacckageIn Go, files are a simple struct type that implements certain methodsNov 6, 2019Nov 6, 2019
Writing archive tar files using GoLang; adding compression using Gziptar in itself just bundles files together. Usually you use gzip along with tar to compress the resulting tarball, thus achieving similar…Nov 6, 2019Nov 6, 2019