shlogg · Early preview
Rez Moss @rezmoss

I’m a Golang & Node.js Developer with 10+ years of experience in cloud and server architecture, specializing in AWS and DevOps

Mastering AddrPort In Go: Efficient Network Address Handling

Mastering `net/netip` in Go: Validate user input as valid `AddrPort`, avoid zero value issues & optimize performance with `AddrPortFrom`. Follow best practices for string representation, integration & more.

Mastering Net/netip In Go: Efficient IP Address Handling

Mastering `net/netip` in Go: Immutable `Addr` type ensures safety & efficiency, no heap allocations, fast comparisons. Use `MustParseAddr` with caution & avoid mixing `net.IP` & `netip.Addr`. Optimize network programming with `AddrPort`!

Optimizing Crypto Operations In Go For Speed And Security

Benchmarking & optimizing crypto ops in Go for speed without sacrificing security. Use built-in stopwatch, hardware acceleration & profiling tools to fine-tune your crypto code.

Best Practices For Go's Cryptography Library

crypto commandments: use secure algorithms, validate certificates, and avoid common pitfalls like nonce reuse and weak encryption. Stay up-to-date on security advisories to protect your secrets.

Go Digital Signatures With RSA ECDSA And Ed25519

Learn digital signatures with Go: RSA, ECDSA & Ed25519 explained. Create secure, unforgeable autographs for messages & verify authenticity in the digital world.

Go's Crypto Package: A Comprehensive Toolbox For Secure Development

Go's crypto package: a comprehensive toolkit for building secure applications with AES encryption, digital signatures, and more, following KISS, Safety First, Speed Demon, Play Well With Others, and By the Book principles.