Dev Miscellaneous
357 subscribers
883 photos
6 videos
5 files
912 links
A channel where you can find developer tips, tools, APIs, resources, memes and interesting contents.

Join our comments chat for more.

Comments chat (friendly :D)
https://t.me/+r_fUfa1bx1g0MGRk
Download Telegram
3 Things Go Needs Right Now More Than Generics

My suggestions to make Go an even better language.

https://betterprogramming.pub/three-things-go-needs-right-now-more-than-generics

@DevMisc
#golang #go
Implementing factory pattern GO

In GO, there isn’t such thing as the Constructor, instead, you initialize a struct directly by providing a value for each one of its fields...

https://medium.com/@ovargas/implementing-factory-pattern-go

@DevMisc
#golang #tutorial #go