Tweet
To save time, just commit without a message šŸ¤“
#buildinpublic
Almost finished everything about login, and signup, for March, it will be only dev about the core biz (and marketing šŸ¤“)

#buildinpublic
Need to add a plugin to save pinia store into the localstorage now šŸ§‘ā€šŸ’»

#buildinpublic #VueJS
Set up Pinia šŸ into the Vue front end! It wasn't difficult other than one mistake I've made resulting in a bug that I didn't understand at first šŸ˜…

#buildinpublic #VueJS
Webflow to build a website with a blog for SEO? #buildinpublic
Problem #3:
You send a webhook to a system but it is not responding because of a failure. Too bad, no response, you cannot do anything without rebuilding the data and resending.

Solution:
Built-in retries to attempt to deliver the webhook šŸ¤“

#buildinpublic
#2 problem:
When you want to stop webhooks between systems, you need to modify your code to prevent the transmission of data

Solution:
Use a UI to deactivate any webhooks šŸ’”

#buildinpublic
#1 Problem:
- browsing logs or adding console logs to see what data is transmitted to a webhook

Solution: UI with a list of all the webhooks including their data šŸ¤“

#buildinpublic
Problems that I try to solve:
- not browsing logs to see what data is transmitted between systems
- no need to code and deploy to stop webhooks
- no failure because of a system that is not responding

#buildinpublic
Rework the tagline, and the call to action šŸ¤“ #buildinpublic

hookpass.carrd.co
Asked Chat GPT what I should add to my landing page and working on improving it šŸ¤“
hookpass.carrd.co #buildinpublic
Would you do blogs for SEO at the beginning? With what platform? šŸ¤“ #buildinpublic
Finally able to handle validations for the signup form. Between work and the World Cup, it's tough to find time šŸ˜… #buildinpublic
No great progress today, still working on the sign up page šŸ§‘ā€šŸ’»#buildinpublic
At the moment, there is just a landing page made with Carrd hookpass.carrd.co What would you recommend for a website with the possibility to blog for SEO purposes? #buildinpublic šŸ‘€
Was able to add it today and discovered vueuse.org/integrations/uā€¦ to have a wrapper for Axios. There are also a lot of utilities to quickly add to a Vue App, may add one in the future šŸ‘€ #buildinpublic
The next step is to add Axios for the communication between the front end and the backend šŸ§‘ā€šŸ’»
#buildinpublic
Render & Github really speed up things to have an app that can be deployed! #buildinpublic