Wow, Our gopher subscribers have reached 100. 😉
👍6🔥1
  Forwarded from Dilmurod Yangiboev | DYDO :) (Yangiboev)
  
  YouTube
  
  7 common mistakes in Go and when to avoid them by Steve Francia (Docker)
  Steve Francia talks about most common mistakes in Go #golang and how to avoid them.
ABOUT DATA COUNCIL:
Data Council (https://www.datacouncil.ai/) is a community and conference series that provides data professionals with the learning and networking opportunities…
  ABOUT DATA COUNCIL:
Data Council (https://www.datacouncil.ai/) is a community and conference series that provides data professionals with the learning and networking opportunities…
Forwarded from Nodir's notebook
Rust. В Январе прочёл книгу по Rust и сравнил с Go в твиттер-треде:
https://twitter.com/nodirt_/status/1478419198174896130
Unrolled: https://threadreaderapp.com/thread/1478419198174896130.html
  
  https://twitter.com/nodirt_/status/1478419198174896130
Unrolled: https://threadreaderapp.com/thread/1478419198174896130.html
Twitter
  
  Nodir Turakulov 🇺🇦
  Things that caught my attention as a Go programmer while reading the Rust book doc.rust-lang.org/book/. A 🧵focusing on differences. Definitely not an exhaustive description of the lang.
  Hello everyone!)
Please, review the code structure and leave a comment.
Feel free to use it as a template if you like it.
Link
__________________________________
Salom, hammaga!)
Kod strukturasi ko'rib chiqib unga o'z fikringizni qoldiring!)
Agar sizga yoqsa template sifatida ishlating.
Link
  
  Please, review the code structure and leave a comment.
Feel free to use it as a template if you like it.
Link
__________________________________
Salom, hammaga!)
Kod strukturasi ko'rib chiqib unga o'z fikringizni qoldiring!)
Agar sizga yoqsa template sifatida ishlating.
Link
GitHub
  
  GitHub - Yangiboev/simple-server-crytocurrency-api
  Contribute to Yangiboev/simple-server-crytocurrency-api development by creating an account on GitHub.
  Hello Everyone,
Nodir aka, one of top engineers I have known.
Please, read all his articles there are a lot of insights to get.
Link
  
  Nodir aka, one of top engineers I have known.
Please, read all his articles there are a lot of insights to get.
Link
Telegram
  
  Nodir's notebook
  Engineer 🇺🇿🇺🇸
The views are my own and do not represent my employer.
The views are my own and do not represent my employer.
👍2
  Structure size optimization in Golang.
I highly recommend to go through:
https://itnext.io/structure-size-optimization-in-golang-alignment-padding-more-effective-memory-layout-linters-fffdcba27c61
It is a simple thing that we(not everyone😊) miss in every single day.
  
  I highly recommend to go through:
https://itnext.io/structure-size-optimization-in-golang-alignment-padding-more-effective-memory-layout-linters-fffdcba27c61
It is a simple thing that we(not everyone😊) miss in every single day.
Medium
  
  Structure size optimization in Golang (alignment/padding). More effective memory layout (linters).
  Today I would like to tell you about the alignment of structures in Golang.