Forgot to post this earlier - finished the website for PyraHacks (a hackathon being hosted by #memphis-hack) recently. Imo it turned out pretty well! pyrahacks.com
Added editing functionality to my site management dashboard for work. Still trying to make it look as much like Material You as possible, and I hope I'm achieving it! github.com/micahlt/epicdash for source code.
Finished all major functionality of my Material You-inspired dashboard for my work! Super happy with the results. It's built in Vue 3/Vite and uses a MySQL server for the database. DB connections are managed with Vercel Serverless functions. This screenshot shows the admin panel (in light mode) where you can add and edit sites. Open-source, of course: github.com/micahlt/epicdash
Today I migrated the database for my Material You-inspired dashboard to a MySQL instance hosted on my work's server. First time working with MySQL and I can say I've been pleasantly surprised. Performance is really good and the syntax is very easy to understand! Also moved from terrible auth based on environment variables to SQL-based token auth 🥳
Continued work on my Material You-inspired dashboard for my workplace, complete with automated screenshots of each of our live sites and links to admin pages.
Started work on a web-based version of Google's new design language Material You since they're apparently too busy to build their own component library. Also using this to experiment with Vite instead of Webpack for Vue 3 (my framework of choice). Dang, it's fast :hyperfastparrot:
Today I successfully finished my Facebook post mass deletion webapp (written in Vue 3 and Vercel serverless functions) for work! It makes managing multiple business pages much easier than the official Facebook Business Manager does.
Fixed a bunch of bugs in my Facebook post mass deletion interface for work!