Venkat Annangi
22/10/2024 19:54
•
3 min read
•
105 views
Day 13: Interfaces and Polymorphism in Go
Interfaces and Ploymorphism in Go
Read more
#108 days of golang
#golang
Venkat Annangi
22/10/2024 17:41
•
3 min read
•
89 views
Day 12: Pointers in Go - Understanding Memory and References
Pointers in Go
Read more
#108 days of golang
#golang
Venkat Annangi
22/10/2024 17:17
•
5 min read
•
96 views
Day 11: Exploring Structs - Building Custom Data Types in Go
Custom Data Types in Go - Structs
Read more
#108 days of golang
#golang
Venkat Annangi
23/09/2024 15:54
•
2 min read
•
95 views
Day 6: Exploring Data Types in Go: Numbers, Strings, and Booleans
Understand the various data types in Go, including integers, floats, strings, and booleans. Learn how to work with these types in real-world scenarios.
Read more
#108 days of golang
#golang
Search Articles
About THEDEVELOPER
THEDEVELOPER is a tech learning platform focused on delivering high-quality programming tutorials for developers of all levels.
Helping you learn and grow, one tutorial at a time.
Support Our Work
Enjoying our content? Help us keep creating!
☕ Buy Me a CoffeeEvery contribution helps us create more free content
Recent Articles
The Polyglot Journey: Building Real-World Apps in Go, Rust, and Elixir
Day 22: Channels in Go: Communication Between Goroutines
Day 21a - Introduction to Goroutines: Lightweight Concurrency in Go with examples.
Building a Modern Dating Web App with Go, HTMX, and AlpineJS: A Server-Side Rendered Approach
Day 20b - Advanced Backtracking Techniques in Go