380 links
  • Cat's Whisker Links
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
13 results tagged golang x
  • Data Race Patterns in Go
    Good summary of several Go concurrency gotchas.
    Sat 11 Jun 2022 11:20:22 AM MDT - permalink -
    QRCode
    - https://eng.uber.com/data-race-patterns-in-go/
    golang programming
  • Simple Go project layout with modules - Eli Bendersky's website
    This was helpful for starting a go project.
    Sun 24 Jan 2021 09:42:28 AM MST - permalink -
    QRCode
    - https://eli.thegreenplace.net/2019/simple-go-project-layout-with-modules/
    golang programming
  • CodeReviewComments · golang/go Wiki
    Some helpful advice for writing Go.
    Sat 02 Jan 2021 09:03:20 PM MST - permalink -
    QRCode
    - https://github.com/golang/go/wiki/CodeReviewComments#synchronous-functions
    golang programming
  • ZZT in Go (using a Pascal-to-Go converter)
    Ben Hoyt on [semi-]automatically converting a Pascal game to Go.
    Wed 18 Nov 2020 10:59:17 PM MST - permalink -
    QRCode
    - https://benhoyt.com/writings/zzt-in-go/
    golang pascal programming
  • GoAWK, an AWK interpreter written in Go
    Ben Hoyt's great write up of an AWK interpreter he wrote in Go, including an overview of the lexer, parser, interpreter, unit tests, and profiling for performance improvements.
    Wed 18 Nov 2020 10:26:43 PM MST - permalink -
    QRCode
    - https://benhoyt.com/writings/goawk/
    golang programming
  • Notes on structured concurrency, or: Go statement considered harmful — njs blog
    The author of Trio (Python concurrency library) explains their concept of lexically-structured concurrency
    Thu 23 Jan 2020 11:01:39 AM MST - permalink -
    QRCode
    - https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/
    golang programming python
  • Why Go Is Not Good :: Will Yager
    After writing a few programs in Go, I appreciate its simplicity and how easy it is to cross-complile and deploy simple programs, but I agree its type system is a bit *too* simple.
    Sun 15 Dec 2019 12:45:02 PM MST - permalink -
    QRCode
    - http://yager.io/programming/go.html
    golang programming
  • Go and Algebraic Data Types - Eli Bendersky's website
    Sum types in Go with interfaces and runtime type switches.
    Mon 21 Oct 2019 10:49:40 PM MDT - permalink -
    QRCode
    - https://eli.thegreenplace.net/2018/go-and-algebraic-data-types/
    golang programming
  • Go: the Good, the Bad and the Ugly
    After writing my first small golan program, this all rings true to me.
    Sun 30 Sep 2018 09:55:09 PM MDT - permalink -
    QRCode
    - https://bluxte.net/musings/2018/04/10/go-good-bad-ugly/#the-bad
    golang programming
  • “Concurrency made easy”: coming soon to a programming language near you
    Sat 29 Sep 2018 07:14:57 PM MDT - permalink -
    QRCode
    - https://medium.com/@belm0/concurrency-made-easy-d3fdb0382c58
    golang programming python
  • My Little Cluster Story - Carolyn Van Slyck
    Carolyn Van Slyck made a thing out of computers.
    Thu 27 Sep 2018 12:41:47 PM MDT - permalink -
    QRCode
    - https://carolynvanslyck.com/blog/2017/10/my-little-cluster/
    computers docker golang
  • Build a web application in Go (golang) 🕸 - Soham's blog
    Covers routing, dependency management, and testing in a single post.
    Mon 03 Sep 2018 12:46:05 PM MDT - permalink -
    QRCode
    - https://www.sohamkamani.com/blog/2017/09/13/how-to-build-a-web-application-in-golang/
    golang programming web
  • The biggest smallest website | Adam Drake
    Fitting a website into a single IP dataframe: https://tinysite.adamdrake.com/
    Fri 06 Jul 2018 10:39:05 AM MDT - permalink -
    QRCode
    - https://adamdrake.com/the-biggest-smallest-website.html
    golang programming rust web
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation