⭐ I’m a frontend dev. I work mainly w/HTML, CSS, & JS
last year I built stuff that doesn’t sound like frontend work:
- custom APIs and DBs (both GraphQL & REST)
- user dashboards
- video manipulation
but it all *felt* comfortable & within my skillset
how? a thread: 🧵
I do all sorts of demos and "hello world" projects, but I want to focus on real-world apps only in this thread. specifically, I'll talk about this production project:
✨ Jamstack Explorers 👩🚀
this is a load-bearing app that a lot of people depend on
to build Jamstack Explorers, we needed:
🗄 a custom database to track mission progress
📝 a content management system
🔐 user authentication
🎬 video manipulation
we were a small team of frontend devs and we needed to ship quickly — this was a daunting todo list 😅
🗄 custom database
using @HasuraHQ Cloud, we were able to create a new DB, configure it, and test the API all from a web interface — no config files or server setup required
we got it running in a day & I never felt like I was in over my head, even though DBs make me nervous!
📝 content management
we chose @sanity_io as a CMS. we used their CLI + JSON schema to set it up for Markdown + @mdx_js, exposed through a GraphQL API
the docs were great — it still felt like I was well within my frontend wheelhouse while we set this up