I put together a simple static file server in Go - useful for local testing
of web applications. Check it out at https://github.com/eliben/static-server
If you have Go installed on your machine, you don't have to download anything
else; you can run:
$ go run github.com/eliben/sta...
It’s day one of your new job as a developer. What should you expect? How
should you act? Will you survive “max Q“?
It’s day one of your new job as a developer. What should you expect? How
should you act? Will you survive “max Q“?
Go 1.21 adds a new port targeting the WASI preview 1 syscall API
#475 — September 12, 2023
Unsub | Web Version
Go Weekly
Profile-Guided Optimization (PGO) in Go 1.21 — PGO has been a popular topic for blog posts recently, but here’s an as-close-to-official-as-it-gets example of using it to...
When you're building a library or set of tooling in Go, you may want to test against different versions of Go to give confidence in the project for both you and your users.
I set about doing this today for oapi-codegen, and found that I wanted to take the following configuration:...
A discussion of the minimal version of Make included in 'The AWK Programming Language', as well as a Python port of the AWK program.
From its inception, the Web has been a game of whackamole between people finding
security holes and exploits, and other people plugging these holes and adding
defensive security mechanisms.
One of the busiest arenas in this struggle is the interaction between code
running on one...