Tag: Programming

How to Fix Hugo's iOS Code-Block Text-Size Rendering Issue

February, 04 2024 • 6 min read • 919 words

Intro to Autograd Engines: Karpathy's Micrograd Implemented in Go

November, 11 2023 • 15 min read • 2265 words

Below goes over the fundamentals of machine learning, along with the basics of autograd engines and how to build one.

Where Rust Shines: Algebraic Types and Match Statements

November, 11 2023 • 11 min read • 1690 words

This is a blog post about the positive ergonomics of algebraic types and enums. A more correct title might be "where ML derived languages shine" as this isn't unique to just rust.

Rust Front-End Development with Dioxus

August, 16 2023 • 14 min read • 2106 words

The Good, the Bad, and the Ugly. Below is an overview of the Dioxus framework, steps on how to host via Github Pages, and how to interact with JS libraries from Rust.