Photo by [Mathias Arlund](https://unsplash.com/@arlund?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/pieces?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)

How to Import Local Package in Golang?

When you are developing a module, learn how you can import and test them in other go projects before publishing it....

May 10, 2021 · 3 min · Mohammad Aziz
Photo by [magnezis magnestic](https://unsplash.com/@agneska?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/backgrounds/nature?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)

How to Work with Arbitrary JSON in Go?

Many times you come across JSON which has very arbitrary in structure, Learn how you can handle them to get to in Go...

December 30, 2020 · 3 min · Mohammad Aziz
Photo by [Amir Esrafili](https://unsplash.com/@amirvisuals?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/abstract-background?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)

How to Use Embedding to Write Cleaner Code in Go?

Know how borrowing a type can give you clean code...

December 17, 2020 · 3 min · Mohammad Aziz
Photo by [Ian](https://unsplash.com/@greystorm?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/dirt?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)

How to Handle Missing Fields From A Struct in Go?

If you want to remove the struct field which is not present while unmarshalling JSON...

December 9, 2020 · 2 min · Mohammad Aziz
Photo by [Tim Swaan](https://unsplash.com/@timswaanphotography?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/new?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)

How to Auto Reload Golang Applications?

Learn how to reload golang applications without too much manual work...

November 30, 2020 · 4 min · Mohammad Aziz
Photo by [Markus Spiske](https://unsplash.com/@markusspiske?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/sort?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)

Merge Sort In Go

Using divide and conquer to build merge sort in Go...

August 16, 2020 · 4 min · Mohammad Aziz