Created 12 March 2024
I finally deployed my second version of my Starbucks webapp! I've created a handy website that my fellow partners at my workplace can use to take inventory of our product and know what to order every two days. . . .
Created 23 January 2023
Lately, I've had inspiration to begin writing... again. I have a background in studying English literature in college, and have plenty of essays under my belt pertaining to literary criticism and interpretation of themes and theory in fiction. As I'm digging more and more into new web technologies though, I have a great curiosity toward technical writing, especially as it pertains to code documentation and implementation guides. . . .
Created 10 October 2021
Today 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. . . .
Created 22 August 2021
I 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 content delivery network (CDN). The latter may look something like this:
. . .
Created 15 August 2021
When 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 inspired to create my own blockchain (albeit rudimentary). . . .