PinnedDinesh SilwalinwesionaryTEAMSending Email And Attachment With Go (Golang) Using Send-GridI was needed to implement feature that send-grid email service to send emails back in my company and tracking unsubscribed email list and…Aug 19, 2022Aug 19, 2022
Dinesh SilwalinwesionaryTEAMUse case of Pointers in Go w/ Practical Example — Heap/Stack, Pointer ReceiverPointers in Go don’t function the way they do in C/C++Mar 15, 2023Mar 15, 2023
Dinesh SilwalinwesionaryTEAMUnderstanding Context Package in GolangContext :Aug 25, 20222Aug 25, 20222
Dinesh SilwalinwesionaryTEAMDifference of Json Encoding vs Marshaling and json decoding vs UnMarshalingData encoding | decoding is an important part of any programming language to encode data into JSON or decode data into String, means it is…Apr 18, 2022Apr 18, 2022
Dinesh SilwalinwesionaryTEAMSimple data alignment technique to Speed Up Your Struct in GolangA structure or struct in Golang is a user-defined type that allows to group/combine items of possibly different types into a single type.Mar 21, 20222Mar 21, 20222
Dinesh SilwalinwesionaryTEAMWriting Unit Tests with TestifyUnit testing is a way of writing tests for the individual components ( the smallest part) of a program. The purpose of it is to validate…Jan 18, 2022Jan 18, 2022
Dinesh SilwalinwesionaryTEAMGo Version of WebP-serverSimple and minimal image server capable of storing, resizing, converting, and caching images.Jun 28, 2021Jun 28, 2021
Dinesh SilwalinwesionaryTEAMEnvironment Variable Configuration in your Golang Project using ViperWhen it comes to creating a production-grade application, using the environment variable in the application is de facto.Apr 26, 2021Apr 26, 2021
Dinesh SilwalinwesionaryTEAMAutomatic Reloading in GoWhen i first started my journey on golang, i could not found an easy way to setup auto reloading. So the issue was every time i make…Mar 5, 20211Mar 5, 20211
Dinesh SilwalAnatomy of methods in GoI was very confused at the beginning when I read an article that says “Go is object-oriented”. Sometimes another article claims that no…Jan 18, 2021Jan 18, 2021