CORSing Confusion: How To Leverage Cross-Origin Resource Sharing Bart Bucknill 14 Jul 2022 Coding Web Development Security I thought I understood CORS, or cross-origin resource sharing, but recently I found myself questioning whether I knew anything at all. On a recent client...more.
Of Ducks and Go Interface Misuse Bart Bucknill 10 May 2022 Coding Golang "If it walks like a duck and quacks like a duck, it is a duck" Go interfaces are satisfied by any type which has the...more.