VKVasanth Koradainvasanthkorada.hashnode.dev·Jan 29, 2023 · 2 min readHow can I merge two maps in go?Maps are Go's built-in associative data type (sometimes called hashes or dicts in other languages). But how do we merge two maps in Go? There is no built-in way, nor any method in the standard packages to do such a merge. Here we will see different m...01M
VKVasanth Koradainvasanthkorada.hashnode.dev·Mar 27, 2022 · 3 min readGet Objects from AWS S3 Bucket with GoLangHello Gophers, In this blog, we are going to see how to list down all the objects from an AWS S3 Bucket with AWS GO SDK v2. The AWS SDK for Go provides APIs and utilities that developers can use to build Go applications that use AWS services. Video t...00
VKVasanth Koradainvasanthkorada.hashnode.dev·Mar 20, 2022 · 4 min readSend an Email through AWS SES with GoLangHello Gophers, Video tutorial for the below tutorial https://youtu.be/HuCuFQWH_nc In this blog, we are going to see how to send a message to an email address with Golang and AWS-SDK for Go. The AWS SDK for Go provides APIs and utilities that develo...01J
VKVasanth Koradainvasanthkorada.hashnode.dev·Mar 5, 2022 · 4 min readGit Version Control SystemHi readers, Firstly I’d like to share my experience with git: I started building projects during the 4th semester of my degree. In the initial days, I do not know about git I used to manage my code using the file manager. And also for one project ON ...00