Тёмный

Golang Arrays & Slices (Interview Question) 

Esoteric Tech
Подписаться 4,5 тыс.
Просмотров 3,5 тыс.
50% 1

This video test your knowledge of slices and backing arrays. Although the problem looks simple, most Golang devs get it wrong. This is the first video of my Golang interview questions and brain teasers series. The focus of the series is to expand your understanding of how Golang operates at its core. The goal is to help you become a more effective and efficient Golang developer through problem solving.

Наука

Опубликовано:

 

10 июл 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 10   
@knpercinel
@knpercinel 8 месяцев назад
Thank you , there are not much this kind of quality question actually teach you something
@Metruzanca
@Metruzanca 6 месяцев назад
This is great! Been learning go and wanted to have some good tricky interview questions to make sure I knew.
@wassafshahzad8618
@wassafshahzad8618 Месяц назад
GG nice video man
@kirakira160
@kirakira160 Год назад
that's amazing sir ! please more videos about golang interview quastion
@esoterictech
@esoterictech Год назад
Glad you enjoyed it. Thanks for watching. More videos on the way!
@esoterictech
@esoterictech Год назад
Let me know if there are any specific topics you'd like me to do videos on
@philnikitin657
@philnikitin657 22 дня назад
@@esoterictech Hi! Thank you very much for covering this topic, very interesting. Can you please make video about tricky questions about Go maps?
@swkgameable
@swkgameable 11 месяцев назад
Hey man, all of these tutorials have been great! I love learning what's underneath the hood of everything. My ask (if you could) would be how to write your interfaces to set up your functions for mocking? Thanks a ton for all of your help so far!
@felipe.arce96
@felipe.arce96 5 месяцев назад
Thanks for your video, try this one better: package main import "fmt" func main() { a := []int{1, 2, 3} b := append(a[:1], 10, 11, 12) fmt.Println("a: ", a) fmt.Println("b: ", b) fmt.Println("--------------------") c := []int{1, 2, 3} d := append(c[:1], 10) fmt.Println("c: ", c) fmt.Println("d: ", d) }
@felipe.arce96
@felipe.arce96 5 месяцев назад
Guess the output of 'a' and 'c'
Далее
Golang Type vs Alias (Tricky Interview Questions)
5:33
Golang Beginner Exercises | The Fibonacci Series
14:18
Просмотров 3,8 тыс.
Solving A Subscriber's Golang Interview Assignment!
24:25
Go Tutorial #8 - Anonymous Functions & Closures
23:28
Просмотров 2,7 тыс.
Tries In Go (Data Structures and Algorithms - Golang)
18:56
Rust Functions Are Weird (But Be Glad)
19:52
Просмотров 131 тыс.
iPhone, Galaxy или Pixel? 😎
0:16
Просмотров 1,3 млн