How I Use ngrok with Local LLMs (And Why You Should Too)
Last month, I was working on a project that required running a local LLM with ngrok, and I ran into...
Last month, I was working on a project that required running a local LLM with ngrok, and I ran into...
Let’s be honest: most design pattern tutorials are boring. They show you abstract examples with shapes and animals that have...
You know that feeling when you’re writing Ruby and you think “there has to be a more elegant way to...
I’ve built APIs with all three of these frameworks over the past few years. Each time I start a new...
Last semester, I built a machine learning system to identify at-risk students for our university’s computer science department. The early...
Introduction to Item Response Theory (IRT) Item Response Theory (IRT) represents a family of mathematical models used to analyze the...
Most Ruby developers stick to object-oriented patterns, but I’ve found that mixing in functional programming techniques can make your code...
When Grok-1 dropped with its 314 billion parameters, my first thought wasn’t “wow, another big model.” It was “okay, but...
Last month, I moved our GPT-style model inference from CPU to GPU and saw a 15x speedup. Today I want...