ABAndrew Brunerinandrewbruner.hashnode.dev·Oct 10, 2021 · 4 min readThe Algorithm of the ISBNToday I learned that the ISBN numbers on books have a built-in validation algorithm. Follow along here to see how I wrote my own JavaScript function that uses this algorithm and validates any ISBN argument given to it. Overview International Standard...00
ABAndrew Brunerinandrewbruner.hashnode.dev·Aug 22, 2021 · 2 min readWebsites with IntegrityI was recently listening to a podcast episode of Syntax where the subject of HTML <link> tags was discussed. One of the many reasons we may use link tags is to link our page to another document, like a CSS stylesheet, a web font, or a file from a con...00
ABAndrew Brunerinandrewbruner.hashnode.dev·Aug 15, 2021 · 6 min readBuilding a Simple JavaScript BlockchainWhen I learn about a new technology, I like to dive in deep: reading articles and documentation, watching videos, and experimenting with code. Recently, I got into blockchain technology and after wrapping my head around the initial concept, I was ins...01S