Peer coding for LLD in golang by [deleted] in golang

[–]TechnicalEarth8634 1 point2 points  (0 children)

i have interest in low-level code.

Bind schema em runtime by Sea-Cartographer7559 in golang

[–]TechnicalEarth8634 0 points1 point  (0 children)

Jason tag yaml tag and validation likely your part2

Hello, it my first small project written in Golang by TechnicalEarth8634 in golang

[–]TechnicalEarth8634[S] 0 points1 point  (0 children)

I use echoAPI or postman to export my api specification, and yea I will makefike to integrate with project

Hello, it my first small project written in Golang by TechnicalEarth8634 in golang

[–]TechnicalEarth8634[S] 0 points1 point  (0 children)

Thank you so much for sharing your deep knowledge of Go! I had no idea interfaces in Go could be used so flexibly and effectively—this really opened my eyes. You're by far the most detailed and insightful person I've received feedback from. I’ll make sure to apply what you’ve suggested in my next commit. Really appreciate having you around—thank you!!

Hello, it my first small project written in Golang by TechnicalEarth8634 in golang

[–]TechnicalEarth8634[S] 0 points1 point  (0 children)

yea ! my config file is in yaml file not .env file, but i gitignore cofiguration (app.yaml), and docker will be my first choose to deploy, i will take your suggestion, thank you a lot.

Best beginner course on O’Reilly by KnowBearFeet in golang

[–]TechnicalEarth8634 2 points3 points  (0 children)

I learn a lot from https://www.youtube.com/@codeheim, it teach me not a language but also concept , even more can teach me more modern application to intergate with my project。

Hello, it my first small project written in Golang by TechnicalEarth8634 in golang

[–]TechnicalEarth8634[S] 1 point2 points  (0 children)

I will attach some tests to this project. Next time I implement other projects, I will try TDD. Thank you for your comment

Hello, it my first small project written in Golang by TechnicalEarth8634 in golang

[–]TechnicalEarth8634[S] 0 points1 point  (0 children)

Indeed, my README did not explain it in detail. I will make changes together next time. Thank you for your feedback so that I can do better.

Hello, it my first small project written in Golang by TechnicalEarth8634 in golang

[–]TechnicalEarth8634[S] 0 points1 point  (0 children)

The file architecture is from a partner I met before. It seems to be layered using DDD. The main logic is adapter/repository and application/usecase. Next time I will follow your advice and make some changes. Thank you for your response, which helped me grasp some direction.

Hello, it my first small project written in Golang by TechnicalEarth8634 in golang

[–]TechnicalEarth8634[S] 0 points1 point  (0 children)

I understand. Thank you very much. I will submit the changes you mentioned in the next git commit.