-
WordPress is just for blogging
WordPress has shown us time and time again that it’s just too dated and too bulky to offer SaaS product implementation. Even for WooCommerce there is just too much of a headache and I would recommend Shopify over WooCommerce due to the fact that Shopify is just less buggy. Also, Shopify offers better Node implemention…
-
Travel Notes : ba
I had good results with these but it’s my first whitening so..
-
Fitness: SOC – 1
I think that the Marinoviches were definitely on to something but I think that they weren’t emphasizing overall strength and bulk enough. So the best thing to do is to train in a Maraschino style which produces bulk. I like flywheel training but overall and CKC (Closed Kinetic Chain) exercise is going to be a…
-
Work Notes: Run MySQL 8 for UserLAnd for Prisma/Next.js projects
i am getting the error E: Package ‘mysql-server’ has no installation candidate Note, I am using Debian instance from UserLAnd. … Apparently, mysql has been replaced by mariadb in Debian10. So, I ran i I am getting this error message: “ ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/run/mysqld/mysqld.sock’ (2) debian…
-
Work Notes: Adding Dummy data to a Plaid Dummy account for import with Plaid API
“ I was unable atm to insert dummy data onto the used_good accounts so I’m going to have change it from the transactions which was loaded. It looks like you can interdict the transactions and change the categories, see here. I guess I can add transactions to a dummy account with this.” I would eventually…
-
Study Notes: Studying CDL Air Brakes test – Illinois
https://www.narakeet.com/app/text-to-audio/?projectId=1a95d205-41cd-4c71-b60a-76acab99bbc5 https://quizlet.com/760234306/air-brakes-ab-cre-flash-cards/ https://quizlet.com/73196852/uncle-whit-air-brakes-flash-cards/ https://quizlet.com/161860482/cdl-air-brake-practice-test-flash-cards/ https://cdnsm5-ss14.sharpschool.com/UserFiles/Servers/Server_57960/File/Departments/Transportation/Air%20Brakes%20Facts%20&%20Test.pdf https://quizlet.com/145503562/air-brake-study-guide-flash-cards/ Audio of The Air Brakes test here: To purchase this same recording so you can have it with you, pay here. Grand set: The spring brakes used on tractors and straight trucks will bring your truck to a stop when the air pressure drops below:20 psi.Excessive heat caused by…
-
How I Write Work Notes
I try to include images so I can know what I was talking about. Ultimately, I don’t slow down and make a video on the thing I’m working on, I usually go back, so images and notes of what’s going on is important. I use MoL Custom blocks and just add the widget to the…
-
Work Notes: Using Plaid API for importing Banking transactions
toDo: [ ] 524gsg – Change categories both on import and changing db data already saved into the database. Viewing these examples, The goal is to have Next.js 13+ functionality and the Plaid API working. I would also like to rewrite CB into all app dir and switch from Prisma ORM to Planetscale ORM. I’m…
-
Work Notes: Uploading multiple images via UploadThing
The code I currently have only allows for uploading one image. This repo shows multiple images being uploaded, it also lint-free. I am focusing on this block of code from imgmanager which appears to upload multiple files: That request does multiple calls so if it wants to send two images then it sends two post…