Fundamental Data Structures in Blockchain Systems

Overview of the Block chain and Merkle Tree data structures

August 31, 2023 · 6 min · Antonio Pancorbo

SHA-256: Building the Hash Algorithm from Scratch

Step-by-step journey of building the SHA-256 hash algorithm from the ground up

August 18, 2023 · 8 min · Antonio Pancorbo

Demystifying Slices in Go

Exploring Go’s Powerful Array Abstraction

July 14, 2023 · 5 min · Antonio Pancorbo
[Coding Interview Patterns](https://bytebytego.com/)

Coding Interview Patterns

Coding interviews are tough, and they’re only getting tougher, typically demanding months of preparation. What we all want is a way to master algorithms and data structures without having to spend countless hours sifting through endless, unfocussed resources. Introducing “Coding Interview Patterns,” your complete guide to mastering the key patterns needed to ace your next coding interview. What’s inside? An insider’s perspective on what interviewers are truly looking for and why. 101 real coding interview problems with detailed solutions. Intuitive explanations that guide you through each problem as if you were solving it in a live interview. 1000+ diagrams to illustrate key concepts and patterns. ...

Alex Xu, Shaun Gunawardane
[Federal Information Processing Standards Publication 180-4: Secure Hash Standard (SHS)](https://ieeexplore.ieee.org/document/6133253)

Federal Information Processing Standards Publication 180-4: Secure Hash Standard (SHS)

The standard specifies hash algorithms that can be used to generate digests of messages. The digests are used to detect whether messages have been changed since the digests were generated.

National Institute of Standards and Technology