Meetup 5 - Talking Points

  1. Memlab - A framework for finding JavaScript memory leaks and analyzing heap snapshots
  2. React Router 6.4 - Release Preview - remix.run/blog/react-router-v6.4
    • Loading data into components
    • Updating data in components
    • Automatic data revalidation after updates
    • Managing race conditions and interruptions for navigations, mutations, and revalidation
    • Managing errors and rendering something useful to the user
    • Pending UI
    • Skeleton UI with <React.Suspense>
  3. Safe QL - Eslint plugin for SQL(for now only supports Postgres)
  4. GraalVM - Run Programs faster anywhere.
  5. Quarkus - Supersonic Subatomic Java.
  6. Blogging Tools
    • Google Blogger
    • Digital Ocean - Ghost Self Hosted
    • Ghost - EmberJS, NodeJS
    • Jekyll - Github (Static Website Pages) - Ruby
    • Medium - Customization
    • Vercel - NextJS Blog
    • Hashnode - Freecodecamp Founder
  7. JVMs
    • Sun Microsystems JVM - Oracle
    • JRocket JVM - Oracle
    • Graal JVM - Open Source