DEV Community

Golang-series Series' Articles

Back to Lukas Gaucas's Series
Golang perk series : intro #1
Cover image for Golang perk series : intro #1

Golang perk series : intro #1

4
Comments
1 min read
Golang perk series : prefix-less functions #2.1 (2023ed.)
Cover image for Golang perk series : prefix-less functions #2.1 (2023ed.)

Golang perk series : prefix-less functions #2.1 (2023ed.)

4
Comments
1 min read
Golang perk series : (typed) arrays – JS vs. GO #3
Cover image for Golang perk series : (typed) arrays – JS vs. GO #3

Golang perk series : (typed) arrays – JS vs. GO #3

4
Comments
2 min read
Golang perk series : simple read-line (CLI) in Golang vs. Node.js #4
Cover image for Golang perk series : simple read-line (CLI) in Golang vs. Node.js #4

Golang perk series : simple read-line (CLI) in Golang vs. Node.js #4

4
Comments
1 min read
Golang perk series : *pointers in Go – basics #5
Cover image for Golang perk series : *pointers in Go – basics #5

Golang perk series : *pointers in Go – basics #5

3
Comments
1 min read
Golang perk series : structs & partial inheritance with embedded structs #6.1
Cover image for Golang perk series : structs & partial inheritance with embedded structs #6.1

Golang perk series : structs & partial inheritance with embedded structs #6.1

4
Comments 1
1 min read
Golang perk series : structs – pass_by_reference #7 | (pointers-again)
Cover image for Golang perk series : structs – pass_by_reference #7 | (pointers-again)

Golang perk series : structs – pass_by_reference #7 | (pointers-again)

4
Comments
1 min read
Golang perk series : underlying type #8
Cover image for Golang perk series : underlying type #8

Golang perk series : underlying type #8

1
Comments
1 min read
Type checking in Go – alternative approach
Cover image for Type checking in Go – alternative approach

Type checking in Go – alternative approach

1
Comments
1 min read
Golang encapsulation for protected fields – quick insight
Cover image for Golang encapsulation for protected fields – quick insight

Golang encapsulation for protected fields – quick insight

2
Comments
1 min read
Most sophisticated embedding pattern in Go: embedded interface within a struct
Cover image for Most sophisticated embedding pattern in Go: embedded interface within a struct

Most sophisticated embedding pattern in Go: embedded interface within a struct

2
Comments
2 min read
More explicit interface implementation in Go using simple function signature | 3 ed.
Cover image for More explicit interface implementation in Go using simple function signature | 3 ed.

More explicit interface implementation in Go using simple function signature | 3 ed.

1
Comments
1 min read