Skip to main content

Search

Items tagged with: developerExperience


Me: I really need to launch the things I’m building with Kitten¹ this year.

Also me: You know what would be sweet? If I added an introspection API to make working with the Kitten Shell (REPL)² easier.

(It is going to be sweet though. Prototyping it in the REPL now and I’ll record a little demo when I’m done and it’s released. It’s going to make examining and affecting the state of the client from the server interactively even easier.)

¹ kitten.small-web.org
² kitten.small-web.org/tutorials…

#Kitten #developerExperience #debugging #KittenShell #NodeJS #web #dev


🥳 New Kitten¹ Release

• Fixes: Page infinitely refreshes if class does not extend `kitten.Page`

Kitten now shows a helpful error message for this authoring error.

(The issue was due to the page getting rendered without the necessary scaffolding provided by the base class for maintaining the web socket connection,. leading to Kitten thinking the socket connection had failed and triggering a reload to reestablish it.)

Full changelog of today’s updates: codeberg.org/kitten/app/src/br…

Thanks to @joshhatesgithub (codeberg.org/joshhatesgithub) for discovering and reporting this last night.

Enjoy!

:kitten:💕

¹ kitten.small-web.org

#Kitten #KittenReleases #SmallWeb #developerExperience #bugFix


Oh I do love how you have your Kitten¹ app’s database in memory – thanks to Kitten’s built-in JavaScript Database (JSDB)² – and accessible via the Kitten Shell (REPL)³ during dev.

(If I do say so myself.) ;)

:kitten:💕

¹ kitten.small-web.org
² kitten.small-web.org/tutorials…
³ kitten.small-web.org/tutorials…

#Kitten #SmallWeb #web #dev #tools #developerExperience