@markm208
CS Professor and creator of code playbacks
Computer Science Professor at Carthage College. Creator of Storyteller, an open source VS Code extension for code playbacks. I build interactive coding narratives that replace traditional textbooks in my courses. Currently developing Playback Press as a hosting platform for educational code content.
Nothing here yet.
Oct 30, 2025 · 2 min read · Mobile app development lets you build applications that run on multiple platforms. Flutter is Google's UI toolkit for building applications for mobile, web, and desktop from a single codebase. Flutter apps are written in Dart, a statically typed, obj...
Join discussion
Oct 9, 2025 · 4 min read · Recreating the First Machine Learning Demo In 1958, Frank Rosenblatt demonstrated something remarkable to reporters in Washington, D.C. His "perceptron" could look at cards with shapes on them and tell which side the shape was on. The remarkable thin...
Join discussion
Sep 19, 2025 · 4 min read · SQLite is one of the most underappreciated tools in a developer's toolkit. It's a full-featured relational database that runs directly in your application. No server setup. No configuration files. No network protocols. Just a simple library that give...
Join discussion
Aug 20, 2025 · 3 min read · Ruby is a programming language designed with developer happiness in mind. Its elegant and intuitive syntax makes coding not only productive but also enjoyable. Ruby stands out with its powerful metaprogramming capabilities, allowing developers to tre...
Join discussion