Links
-
Front Row Education Books $5.3 Million to Help Students Master Math
Front Row Education Books $5.3 Million to Help Students Master Math
-
Front Row Education Is Changing The Way Math Is Taught In U.S. Elementary And Middle Schools
We’re on Forbes, that’s so cool. Front Row Education Is Changing The Way Math Is Taught In U.S. Elementary And Middle Schools
-
Podcast interview with Paul Kemp the App Guy
Super fun chat with Paul Kemp, check it out! Podcast interview with Paul Kemp the App Guy
-
Clojure’s instaparse TI-style math interpreter
There aren’t too many examples of Clojure’s instaparse use out there, so if you’re working on parsing a little language of your own, I hope this might come in handy. I’ve been working on a little interpreter for some internal stuff part of the Front Row stack, mainly for validating student answers in the more […]
-
RegularExpression – Greg’s Wiki
Another great little guide on understanding differences between traditional Regular Expression engines. Greg’s wiki is generally considered a real goldmine. RegularExpression – Greg’s Wiki
-
First satisfied school of the year
Front Row Classroom has been out for less than a week and already the visionaries at FCPS are experiencing the power of adaptive math practice and teacher analytics to improve teacher effectiveness and quality of education. Very satisfying to see the hard work paying off when students across the country have a much better time […]
-
Computer Networks on Coursera
Can’t recommend this course highly enough if you’re a web dev of are doing work beyond one device. It’s a very bittersweet course, as I continuously run into concepts that make me go:“I really should already know this like the back of my hand”, but oh well, it’s never too late. David Wetherall is a […]
-
History of Emacs ï¼ vi Keys (Keyboard Influence on Keybinding Design)
History of Emacs ï¼ vi Keys (Keyboard Influence on Keybinding Design)
-
nREPL
Want to be able to connect to your clojure Ring-based web-app as it’s running and read/edit its code in real time? No problemo. Add the clojure.tools.nrepl dependency, and defonce the server somewhere in your handler with a port of your choice. Now you can just ssh into the web app’s box and use your repl […]