shreve.dev
aboutblogtags

how-to

blog (19) overview (12) projects (2)

  • Dec 13, 2023

    Extend Go Module
    how-to
    golang, taskfile, ansible, template

    Let’s take a look at a few ways to extend the functionality and scope of a go module.


  • Dec 12, 2023

    Hello Go Webserver
    how-to
    golang, hello-world, webserver, http

    Let’s make a simple webserver with Golang to handle HTTP requests and serve HTML content.


  • Dec 11, 2023

    Hello Go Module
    how-to
    golang, hello-world, basic, makefile, testing

    Let’s create a basic go module with a package and a Makefile to build and run it.


  • Dec 10, 2023

    Install Go
    how-to
    golang, linux, install

    Let’s go through the process of installing Go on Linux.


  • Dec 1, 2023

    Golang Map Iteration
    how-to
    golang, development, coding

    In Go (Golang), iterating over maps is non-deterministic, meaning that the order in which you traverse the elements of a map is not guaranteed to be the same across iterations, even if the map itself has not changed. This characteristic can lead to unexpected behavior, especially when dealing with use cases like time series data or form data where the order of elements is significant.


Eric Shreve

eric@shreve.dev
↑