Raymond is an experienced developer evangelist and advocate. He focuses on APIs, AI, the web platform, and enterprise cat demos.

Latest Posts

Building a File-Based Router in BoxLang

Earlier this week I took a look at BoxLang's new rewriting feature (("URL Rewriting with BoxLang MiniServer")[https://www.raymondcamden.com/2025/08/11/url-rewriting-with-boxlang-miniserver]). It basically boils down to telling the miniserver app, "here is a file I want you to run on a 404", and given that you can write code for anything you would like, it's really flexible. I like this approach, but it got me thinking, what if BoxLang also supported a non-code based rewriting system, something where you can define paths, and rewrites, in a file? I took a stab at architecting such a feature and thought I'd share.

Adding Programming Language Detection with Built-in Chrome AI

As I've been playing, and thinking, more and more about how to best add Chrome AI support to web apps, I came across an interesting use-case that I think could be helpful, and like in my previous examples, be completely ok if it didn't actually work. When I write on the developer blog at Foxit, I make use of WordPress plugin for code samples. This editor has a place for you to both paste in your code, and select the language so the proper highlighter is used:

Links For You (8/9/25)

Hello friends - another two weeks has gone by which means another links post to share. Sometimes, ok, pretty much every time, I'm shocked at how quickly I have to do these posts. It's like I blink and half a month has flown by. In my last Links post I mentioned dealing with some frustrations, and they've gotten better, but I'm now dealing with the start of school which brings its own challenges. That being said - the family is happy and healthy, I'm employed, so I'll take that as a win. Let's get to the links!

Building a Comic Book Reader in BoxLang

I've been a comic book reader for just about the same amount of time as I've been writing code. Any computer using comic book reader (and there's probably quite a few) will know that electronic versions of comics let you read comics on your devices. These comics typically come in one of two formats, CBR and CBZ, which are literally just RAR and ZIP files, nothing more. Over the years, I've had fun building my own web-based readers for this format, with my last one from a bit over three years ago, "Reading Comic Books in the Jamstack". I thought it would be fun to tackle this in BoxLang and see what worked well and what proved difficult. I've got a complete demo done that I'll link to at the end, but let's dig into what I created.

Want more posts? You can peruse a complete list of my content, or pop over to my search page to find what you're looking for.