Logo

    golang-tutorial

    Explore "golang-tutorial" with insightful episodes like "How to Build Your Own TODO-list Service With Golang and MongoDB" and "Mastering Maps in Go: Everything You Need to Know" from podcasts like ""Programming Tech Brief By HackerNoon" and "Programming Tech Brief By HackerNoon"" and more!

    Episodes (2)

    How to Build Your Own TODO-list Service With Golang and MongoDB

    How to Build Your Own TODO-list Service With Golang and MongoDB

    This story was originally published on HackerNoon at: https://hackernoon.com/how-to-build-your-own-todo-list-service-with-golang-and-mongodb.
    Many have wondered how a simple task sheet or applications that provide such functionality work. In this article, we will write a small TODO service.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #mongodb, #golang, #microservices, #compass, #todolist, #how-to-build-a-todo-list, #golang-tutorial, #mongodb-guide, and more.

    This story was written by: @mrdrseq. Learn more about this writer by checking @mrdrseq's about page, and for more stories, please visit hackernoon.com.

    Many have wondered how a simple task sheet or applications that provide such functionality work. In this article, we will write a small TODO service.

    Mastering Maps in Go: Everything You Need to Know

    Mastering Maps in Go: Everything You Need to Know

    This story was originally published on HackerNoon at: https://hackernoon.com/mastering-maps-in-go-everything-you-need-to-know.
    Learn about using maps in Go (golang), including associative arrays, hash maps, collision handling, and sync.Map, with practical code examples.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #golang, #computer-science, #data-structures, #hash-table, #maps-in-go-guide, #go-maps-for-beginners, #golang-tutorial, #hackernoon-top-story, #hackernoon-es, #hackernoon-hi, #hackernoon-zh, #hackernoon-fr, #hackernoon-bn, #hackernoon-ru, #hackernoon-vi, #hackernoon-pt, #hackernoon-ja, #hackernoon-de, #hackernoon-ko, #hackernoon-tr, and more.

    This story was written by: @smokfyz. Learn more about this writer by checking @smokfyz's about page, and for more stories, please visit hackernoon.com.

    This article covers the essentials of using maps in Go programming, from basic associative arrays to advanced hash maps with collision handling strategies. It delves into the implementation of maps in Go, how to manage concurrency with sync.Map, and provides practical examples to illustrate map operations and their complexities. The discussion aims to equip you with the knowledge to effectively use maps in various programming scenarios, enhancing both efficiency and performance.