- OK, in the last video, we set up our Supabase URL and ANON key, but I wanted to share one of my most important cursor rules.
- I think one of the biggest issues with using AI to develop code faster, is that we can use this as an excuse to not learn what the code means.
- And I believe that this is one of the biggest mistakes you can make, and it can actually hinder your progress as a developer.
- So if we define a vibe coder as someone who accepts 100% of the AI generated code, and learns nothing, then this is going to introduce some serious vulnerabilities and bugs into our application.
- Our goal is to become a 10X Developer. This means you are in the driver seat, and you simply USE AI as a tool to code faster. This means that you need to be the most intelligent person in the partnership.
- And that’s why I use this
educate
prompt whenever I’ve been coding for a while, to test that I’m actually learning things and not just letting the AI do all the work.
- Use the
.cursor/rules/educate
prompt to quiz the user on Supabase Anon Keys and RLS policies.
- Copy and paste the quiz questions, and answer them and learn form them.