Your cart is currently empty!
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…
Writing Work Notes
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: Import CSV file into Prisma with Next.js 13+
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…
Work Notes: Building a Contractor Buddy for Contract Truckers – Part 4
Building an Upload Component for uploadthing
I guess I just have to figure out how to post to imageUploader from, ‘src/server/uploadthing.ts’. I am going to try to get rid of the generate component block logic and import each manually. Okay, I rewrote the component to: This is the only example I found which I can fanaggle it. A list of components…
Work Notes: End to End (e2e) testing for the WooCommerce Checkout page
Work Notes: Building a Contractor Buddy for Contract Truckers – Part 3