Research - geojitsu/geojitsu.github.io GitHub Wiki

Study

React & Nextjs

Vuejs 2: the complete guide

solidjs

electronjs

  • Build cross platform apps (windows/mac/linux) using JS/CSS
    • vscode
    • ms teams

htmx

  • gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes

prisma

  • Database ORM
  • Create database model that can be used as a type alias throughout the app
  • Any database can be used with one syntax to control them all
  • Schema reference
  • Prisma in different stacks
  • Nuxt example

Misc