108 days of Golang
Photo by Built by poes
View Source
76 min total
108 days of focused learning, coding, and mastering Go - turning complexity into elegant solutions
Articles in this Series
11
Day 11: Exploring Structs - Building Custom Data Types in Go
Custom Data Types in Go - Structs
5 min read
12
13
14
Day 14: Introduction to Go's Built-in Collections: Linked Lists, Stacks, and Queues
Getting into differences between linked lists, stacks and queues in Go.
5 min read
15
Day 15a: Sorting and Searching Algorithms in Go
Comprehensive multi part article on Sorting and Searching Algorithms in Go
6 min read
16
17
Day 15c: Advanced Sorting and Searching Algorithms in Go
Advanced Sorting Techniques in Go and examples
4 min read
18
Day 16: Go Packages: Organizing Code and Building Modular Projects
Organizing Go projects effectively with packages is essential for scalable and maintainable code
7 min read
19
Day 17: Error Types and Custom Error Handling Strategies
Error Types and Custom Error Handling strategies in Go
5 min read
20
Day 18: Go JSON and XML Parsing
Learn how to efficiently parse, encode, and decode JSON and XML data in Go
4 min read