PinnedPublished inwesionaryTEAMEmbedding Files and Images in Go: Virtual FilesystemsAs Go developers, we often need to manage files and assets in our applications, such as static assets like configuration files, HTML…Nov 7Nov 7
PinnedPublished inwesionaryTEAMSending 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
Published inwesionaryTEAMUse 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
Published inwesionaryTEAMDifference 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
Published inwesionaryTEAMSimple 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
Published inwesionaryTEAMWriting 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
Published inwesionaryTEAMGo Version of WebP-serverSimple and minimal image server capable of storing, resizing, converting, and caching images.Jun 28, 2021Jun 28, 2021
Published inwesionaryTEAMEnvironment 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
Published inwesionaryTEAMAutomatic 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