Dilmurod Yangiboev | DYDO :)
1.37K subscribers
301 photos
37 videos
6 files
292 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
0. Go has garbage collection which automatically performs memory management and permits deferred execution of functions.
1.There is a special Keyword in Go called ‘defer‘, which delays the execution of method or function until the nearby function returns.

2. Go has a special built-in function known as ‘make‘, which is used to create slices, maps, and channels.
3. If any variable or package is declared but not used then, the Go compiler will show an error.
4. In Go, there is a new data type known as ‘slice‘, which has a more powerful interface to sequences as compared to Arrays.


source: https://www.geeksforgeeks.org/interesting-facts-about-golang
#facts
If you like working with AWS and go, here we “go”:

https://www.go-on-aws.com

#resourse
CockroachDB is written in Go!

if interested: https://www.youtube.com/watch?v=hWNwI5q01gI

github: https://github.com/cockroachdb/cockroach

27k+
👍1
While I was debugging, I really wanted the handover when I was a junior.

#joke
👍1😁1
In every single day, I usually think of posting something useful in GO🔥.

So then, I take my time to search for different useful resourse in GOlang🎁.

So far, I have encountered some useful resourse for myself as well💪.

I believe that it is a good way to push yourself further and learn something new🔥.

I have scheduled some great resourses, so stay tuned😍🤘.
👍1
What will be the output?(😅)
Hello 👋,

I believe that Clean Architecture in golang is one of best practices we need to try out😎.

Personally, I really like it 😊.

I have started to write my own repo. In the future, I would share it by covering with tests.

https://eltonminetto.dev/en/post/2020-07-06-clean-architecture-2years-later/
👍1
Forwarded from Programmer Jokes
👍1
I really like the updated version of Telegram, enjoy it.
👍5
Every positive integer can be decomposed into a product of primes!

84=2^2 *3^1*5^0*7^1 *11^0 *13^0 *17^0 ……