thanhnguyen2187's recent activity

  1. Comment on What programming/technical projects have you been working on? in ~comp

    thanhnguyen2187
    Link
    I'm working on an offline-first code snippet manager named Crypta. I created it to scratch my own itch: having a place to quickly copy and paste text, with encryption/decryption for sensitive...

    I'm working on an offline-first code snippet manager named Crypta. I created it to scratch my own itch: having a place to quickly copy and paste text, with encryption/decryption for sensitive data.

    After making a rudimentary offline-first version works, I'm working on a more sophisticated data persistence strategy: in-browser SQLite (wa-sqlite) and HTTP-exposed SQLite (sqliterg) wrapped by Drizzle.

    You guys can try the application here: https://thanhnguyen2187.github.io/crypta. The source is available at: https://github.com/thanhnguyen2187/crypta

    2 votes