From anto.pt
Build your own ResponseWriter: safer HTTP in Go
0 7
Go's `http.ResponseWriter` writes directly to the socket, which can lead to subtle bugs like forgetting to set a status code or accidentally modifying headers too late. In this article I explain how to write your own defensive ResponseWriter.
on Wed, 6PM
From anto.pt
0 1
System colors are a way for the OS, the browser, or the users to provide some colors to your CSS. This is a great opportunity for accessibility, as the colors will also reflect users preferences on high contrast colors.
on Apr 1