Email or username:

Password:

Forgot your password?
dansup

It's kinda wild that I'm writing a react native mobile app, and after a few years of practice, I'm finally at a level where I can write great code!

Looking forward to rewriting the webUI from scratch after the mobile app, loops and sup are released.

I know we could aim for a single codebase like bluesky, but I'd like to keep our core/backend project separate from clients in the long run, so we can refactor the backend to go or rust

I really need to dust off our dev blog, I love writing em'

2 comments
Simon Lucy

@dansup

The latter is the only sane way to go, separation of concerns, no shared secrets.

tizmic

@dansup I'm learning Go and Rust right now for this very reason. Though I'm going to use Compose with Kotlin for the UI only, since I'm only interested in Android/Linux for now. :BlobhajReach:

Go Up