Post-Quantum Webserver
Wring a webserver using Go 1.23rc2 and Kyber Post-Quantum Cryptography
Wring a webserver using Go 1.23rc2 and Kyber Post-Quantum Cryptography
Letting Yourself Go: learning to do things the Go way from an OOP background. Tips for developers on learning Go, for devs with a background in PHP, Java, C# etc.
Slices in Go automatically adjust their size when new values are inserted. O(n) is the time complexity for this operation.
Constants in Go, and an observation about the type system. Following on from previous articles about type coercion, another limited form is identified and explored.
An exploration of channel direction in Go, and a perspective on its implications for the type system.