What are you working on? Any new ideas that you’re thinking about?

  • tohuwabohu@programming.dev
    link
    fedilink
    arrow-up
    4
    ·
    4 days ago

    I’m working on a page hit counter that I use to track visits on my personal websites. To make it challenging, it runs on quarkus with hibernate reactive and deploys to a serverless environment. So far it had no usable admin UI, prompting me to stitch together a React UI lib with a look & feel inspired by TUI applications.

    Think keyboard navigation, visualisation through ASCII characters etc. but some of the convenience that comes with modern webapps. The goal is to create components that mostly work out of the box to use with my personal projects.