←back to thread

634 points david927 | 1 comments | | HN request time: 0.206s | source

What are you working on? Any new ideas that you're thinking about?
Show context
hsnice16 ◴[] No.41344680[source]
Recently after working as a frontend engineer for more than 2 years, I started doing full-stack, so I am going through the language that my new org uses (they are using GoLang) and trying to understand backend concepts as well.

I am documenting my learning here - https://github.com/hsnice16/golang_learning

My first task was to write a GitHub action to build and push the docker image on AWS ECR. While working on it, I went through a good number of blogs, and also used ChatGPT, and finally raised a PR. So I thought to write a blog on that, you can read it here - https://hsnice16.medium.com/build-and-push-the-docker-image-...

replies(1): >>41345106 #
1. purple-leafy ◴[] No.41345106[source]
Also learning Golang!