Logo
Home Login
Home Sign in
Global Feed # golang
Venkat Annangi
Venkat Annangi
05/11/2024 15:09 • 5 min read • 111 views

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.

Read more
#golang #go-linked-lists #go-queues #go-stack
Venkat Annangi
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
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
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
Venkat Annangi
23/09/2024 15:56 • 1 min read • 163 views

Day 10: Best Practices for Error Handling in Go

Master Go’s idiomatic error-handling patterns. Learn to manage errors in production-ready applications with best practices for clean and maintainable code.

Read more
#108 days of golang #golang
Venkat Annangi
Venkat Annangi
23/09/2024 15:55 • 2 min read • 111 views

Day 9: Go Functions with Multiple Return Values: A Practical Guide

Learn how to create functions that return multiple values in Go, and explore how this feature simplifies error handling.

Read more
#108 days of golang #golang
Venkat Annangi
Venkat Annangi
23/09/2024 15:55 • 1 min read • 93 views

Day 8: Mastering Maps in Go: Key-Value Collections

Explore Go’s map type for working with key-value pairs, including how to declare, initialize, and manipulate maps.

Read more
#108 days of golang #golang
Venkat Annangi
Venkat Annangi
23/09/2024 15:54 • 2 min read • 94 views

Day 7: Understanding Arrays and Slices in Go

Learn about arrays and slices in Go, how they work, and how to manipulate collections of data efficiently.

Read more
#108 days of golang #golang
Venkat Annangi
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
Venkat Annangi
Venkat Annangi
23/09/2024 15:42 • 2 min read • 101 views

Day 5: Functions and Robust Error Handling in Go

Learn how to define reusable functions in Go and explore Go’s unique error-handling model, which uses multiple return values instead of exceptions.

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 Coffee

Every contribution helps us create more free content

Popular Tags

#rust #108 days of rust #108 days of golang #golang #rust-vectors #rust-arrays #golang series #rust-tuples # go sorting # go searching

Article Series

108 days of Golang 108 Days of Rust: Mastering Systems Programming

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
Logo

Building the future of development, one line of code at a time.

Twitter GitHub LinkedIn

Quick Links

  • About Us
  • Blog
  • Contact

Resources

  • Series
  • Support Us

Stay Updated

Subscribe to our newsletter for the latest updates.

© 2024 thedeveloper.tech. All rights reserved.
  • Privacy Policy
  • Terms of Service
  • Cookie Policy