For Shopify experts out there, how do store owners capture shipping and payment info events at Shopify's one-page via GA4? I noticed that no checkout info events fire for the one-page checkout. #ShopifyDev
Day 16 Late post but I did not update contacts app with image upload, but I did learn more about Adobe commerce for work stuff. Interesting platform. #100dayschallenge
Day 12-15 built an api to upload files to amazon s3, and tested it with Postman. I also played with vue.js for another project. Next is to update the contacts app with image upload #100DaysChallenge#100DaysOfCode
Day 9-11 I fixed my contacts app to redirect to login page if no user is logged in. Also I learned how authentication works for remix.js; pretty exciting stuff #100daysofcoding#100DaysOfCode
Day 8 I updated the prisma schema with some more account details. Now users should be able to see their name on the home page. Plan to fix some component errors tomorrow #100daysofcoding#100DaysOfCode
Day 5 I found the cause for no updates; my sign-up form did not have a method attribute. Remix needs method attributes to execute requests and responses to the server. Prisma updates the db now. Thanks for the help Ankur ๐ #100DaysOfCode#100daysofcodechallenge
Day 4 I updated the sign-up route with validation but cannot create an account; I don't see any updates on the database or error logs, so I have to troubleshoot my queries or schema in prisma ๐ค
#100daysofcodechallenge#100DaysOfCode
@ankur_datta_007 hey Ankur ๐, I can show you better than I can tell you. I'm still new to remix but the general gist is available: https://t.co/TIX0naaWrS
The goal is to create an account record in the MySQL database.
Day 3 I installed prisma ORM into the remix project and I'm in the process of setting up validation and authentication. Also I just learned the VS code produces warnings for a data query that doesn't match the prisma schema model ๐ง
#100DaysOfCode#100daysofcodechallenge
#100DaysOfCode#100daysofcodechallenge Day 2 Transferred the templates to routes for the contacts app. The next goal is to add validation for forms and refine inputs.
Day 4 React beautiful dnd library was a great solution to achieve drag and sort functionality. I was able to get the library working after reading some docs and following examples #100DaysOfCode
Day 2-3 Attempted to piece together React and Draggable libraries for reordering a list of items in the state context. No wins so far, so I'll just try out the react-beautiful-dnd library instead. #100DaysOfCode
I'm publicly committing to the 100DaysOfCode Challenge starting today! Day 1 Made a React component that uses the Draggable library to create sort functionality on a list of elements. Didn't expect the library to work so well with react js. @ka11away#100DaysOfCode