Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TO
Posts
0
Comments
3
Joined
2 yr. ago

  • Yes it will, while at the same time augmenting experienced developers that know what they're doing. I evaluated Claude code for a month. Does it help building simple, well-defined tasks faster? Yes. Do I imagine it working well in a large scale project, maintained by multiple teams? Absolutely not.

  • 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.