
devtools.fm: Developer Tools, Open Source, Software Development Salma Alam-Naylor - Nordcraft
11 snips
Jan 26, 2026 Salma Alam-Naylor, Head of Developer Education at Nordcraft and former music teacher turned developer educator. She discusses visual web frameworks and Nordcraft's GUI approach. Conversations cover local-first software, syncing and AutoMerge research. Short, tech-forward takes on performance, auth, and versioning for modern web tooling.
AI Snips
Chapters
Transcript
Episode notes
Offline Failures Spark Local-First Thinking
- Salma describes losing access to playlists offline and apps disappearing from the web as a trigger for rethinking software design.
- She recounts the eggnog.heroku example to show how cloud-hosted apps can vanish even when source exists.
Local-First Balances Cloud And Ownership
- Local-first means software runs on your device while still offering cloud benefits like sharing and collaboration.
- A core principle: if someone can take it away, it isn't truly yours, so local ownership matters.
Sync Is The Hard Problem, Not Local Storage
- The hard part of local-first is synchronizing distributed changes while preserving offline work and collaboration.
- Existing tools like Git and Google Docs each solve pieces but fail to combine offline autonomy and live collaboration well.
