Code Break Tomorrow

Just a quick note to let my subscribers know that my next Code Break session will be tomorrow, May 19th, at 12PM CST. I plan on continuing my look at Tauri, a platform for using the web platform to build desktop apps. Depending on how much time I’ve got, I may also start playing with a Python platform as well. You can RSVP, or just watch, here: https://cfe.dev/talkshows/codebreak-05192025/. Raymond Camden… more →
Posted in: JavaScript

Code Break Back for May

Hey folks, after a break last month (for reasons), I’m happy to announce that Code Break is back on schedule. I’m ditching any further exploration of React for now, but instead turning my attention to something I think is really fun – building desktop apps. This first session will focus on a JavaScript-based framework while my next one will cover using Python. My next session will not be on a Tuesday, but Monday, May 5th, at 12PM CST. You can RSVP/sign up/etc here: https://cfe.dev/talkshows/codebreak-05052025/ I hope to see you there! Raymond Camden… more →
Posted in: JavaScript

Scheduling Code in BoxLang

While I was busy getting utterly overwhelmed by deep AI talks at Arc of AI this week, BoxLang released it’s third release candidate, and while there’s multiple goodies in there, the schedular is the one that interests me the most. Currently the only docs are in the release notes, but there’s enough information there to get started. Here’s a quick look at what’s been added. First off – just in case it isn’t obvious, the idea here is to write code that can execute by itself on some predefined schedule. There’s multiple different use cases for this – performing backups, refreshing data from an API, logging stats and so forth. In BoxLang, scheduled... more →
Posted in: JavaScript

Watch me suffer with React more in tomorrow’s Code Break!

So my last Code Break was… painful. My experience trying to learn React did not go well. Because of that I thought strongly about giving up, but what fun would that be? Join me tomorrow (March 18th) at 12PM CST where I’ll, once again, try to learn some basic React features and get a trivial web site built. Will I make it? Probably not! But you can come join me and cheer/heckle me on! I hope to see you there: https://cfe.dev/talkshows/codebreak-03182025/ Raymond Camden… more →
Posted in: JavaScript

Code Break this Thursday – Ray Finally Learns React

Ok, so if you attended my last Code Break session you know I was hinting that I was really excited for my next one. For years now I’ve wanted to give React a fair shake and actually try to build something with it. Finally I’m making time to do so. This Thursday at 12PM CST, my next session will be: I Don’t like React. Let’s Learn React! To be clear, it isn’t that I dislike React, it’s just that every time I’ve looked at the code, it just didn’t gel with me. I know it’s incredibly popular, but I always felt like if I needed to build a proper "web app", I’d just use Vue (despite my feelings about Vue 3, feel free to ask me in... more →
Posted in: JavaScript

Christmas Code Break – Next Tuesday

Hello friends. The next, and final (for the year!) Code Break will be Tuesday, December 17th, one week from today. I’ve got some surprises in store and would love to use this last session to answer questions from my audience. If you’ve got a question you would like me (and others – oh wait, that’s part of the surprise!) to answer, leave me a comment below and I’ll try to get to it. I hope to see you there! RSVP here: https://cfe.dev/talkshows/codebreak-12172024/ Raymond Camden… more →
Posted in: JavaScript

Next Code Break – December 5th

Hey folks, just a quick note. My next Code Break show will be this Thursday, December 5th, at 12PM CST. I apologize for the randomness of these sessions. My goal in 2025 is to get them a bit more consistent. We’ll see how well that works out. 😉 To RSVP for the next show, head over to https://cfe.dev/talkshows/codebreak-12052024/. I’ll be doing more building on a blog with Eleventy. I’m also hoping to have another session later in the month! Raymond Camden… more →
Posted in: JavaScript

Executing Dynamic Code in a Reveal.js Presentation

Please take what follows with a Titanic-sized grain of salt and do your best not to do what I did, but despite that, I thought this little hack was interesting and I figured I’d share it anyway. I typically use Reveal.js for my presentations, especially when talking about the web platform, as it makes it easy to do slides and demos, all in my browser. Usually when I want to embed live code in a slide, I just use a CodePen embed. While this works well, sometimes it feels like overkill for real short code samples. I wondered if it would be possible to execute code directly in the slide itself such that I could show a one-liner in the slide, and then the result after. This is what I came up... more →
Posted in: JavaScript
1 2 3