Dilmurod Yangiboev | DYDO :)
1.36K subscribers
297 photos
36 videos
6 files
290 links
Hello World!
FAQ: @Dilmurods_bot
I am Dilmurod, A Software Engineer at Tesla Motors.

Crafting the software for robots building Model Y at Giga Berlin, the pinnacle of automotive innovation.

Breathing life into tech, one line of code at a time.
Download Telegram
Channel photo updated
Good time of the day!

I am Dilmurod Yangiboev, Golang backend engineer.

I have been thinking of having a good channel with useful content and knowledge about golang for a while!

I have decided to create one with Oyatillo Abdusattorov, who is a friend of mine, whom I love to work with.

Channel broadcasts:

1. Golang resourses. #resourse
2. Roadmap. #roadmap
3. Latest news on golang version. #news
4. Challenges. #challenges
5. Best practices. #bestpractice

I hope that those give you a lot.

More: https://t.me/golang_dells
πŸ‘3
Channel name was changed to Β«The Go GopherΒ»
You may think what the name of the channel means?

The Go gopher is an iconic mascot and one of the most distinctive features of the Go project.
Please, be aware!

Highly recommend to use io.ReadAll …. from now on.

#news
πŸ‘3
πŸ‘2
Dilmurod Yangiboev | DYDO :)
#challenge
For clarification!) 😊
πŸ‘1
Hello everyone!

FAQ:
1. What should I do to get to the next level?
- junior -> middle
- middle -> senior

Here some resourses that help you reach your target:

Junior:
- Golang Tour: https://go.dev/tour/welcome/1
- Golang by example: https://gobyexample.com/

Middle:
- Go wiki: https://github.com/golang/go/wiki
- Uber style guide: https://github.com/uber-go/guide/blob/master/style.md
- Effective go: https://go.dev/doc/effective_go
- Dave Cheney: https://dave.cheney.net/

More coming soon…
#resourse
Channel photo updated
Good news!πŸ”₯

#news
What will be the output?
Group members are so active!

Keep it up!πŸ”₯
Live reloading golang applications!

Personally, I use nodemon.

If you do not have nodemon installed:

- npm install -g nodemon

Then, run:

- nodemon --exec go run cmd/main.go --signal SIGTERM

Note: I do not recommend to use for huge project ;)

The Go Gopher!
Hello πŸ‘‹!

As your project grows, some find hard when it comes to debugging.

I would like to suggest.

πŸ‘‰: github.com/pkg/errors

If you like it, please, leave start* on github.

#advise
πŸ‘2