Researched membership mgt/subscription and auth solutions - Memberstack, Memberspace, Memberful, Meber365, and Pico. Decided to try Pico since free for first 500 users and pricing is most competitive until 2500 users (after which Memberstack is better) - https://trypico.com/
Moving out of browsing just Vue repos to all the cool shit that's done on Codepen using just CSS, or vanilla JS. I think as I like coding more and more, the fear that comes with looking at and playing with other langs/frameworks decreases too
Researched and learned about Strapi - popular as a headless CMS but more importantly you can create a RESTful or GraphQL APIs in minutes!😱 Just WYSIWYG click type drag drop and your data structure and content can be up in minutes, and you can view the API in json in browser, set up access control without wrangling with JWTs and stuff... WTF man. Did I just WASTE weeks of learning how to develop my API using Rails when I could have done it in hours using Strapi (or any other headless cms solutions out there like Contentful)???!!! And did you know it's open source and FREE?? 😡😭
Helped out a Carrd user with adding a responsive nav bar, and accordion dropdown faqs to his Carrd site. Learned about css flex today! Always a noob moment when
Discovered you can use env variables in Netlify! Researching and reading up about it. Slightly confused though - it kept saying the secret key will show up on the browser console anyway...so how does that keep it secret??!!
🤪 F**K YEAAAHHH! Finally solved it after a day - JSON data not displaying after initial deployment on Heroku. Had to use `heroku pg:reset` and `heroku pg:push` from local dev db to heroku remote db. Hell I have a headache now 🤕 but at least I have a production Rails JSON API in return - https://railsapi-booklist.herokuapp.com/books
Researched and played around with DataTables.net, trying to figure out how to default sort in descending order for datetimes... How difficult can this be for how simple a thing!