Content pfp
Content
@
https://warpcast.com/~/channel/self-taught-devs
0 reply
0 recast
0 reaction

jp 🎩 pfp
jp 🎩
@jpfraneto.eth
mini apps are the perfect way for people that dont know how to code to figure out their first steps where are you stuck? some recommendations: 1) dont use vercel or nextjs. start your apps as simple react apps (use vite) and learn how to think in terms of components. lego blocks. you need to learn how to place them next to each other working as you want them to work. deploy on /orbiter 2) test in production. deploying a smart contract on base costs 0.2 usd. or maybe less. it has been way better for me to just deploy the V0 of the contract and plug it to the mini app and then figure out the rest of its iterating for next versions 3) ask questions on the feed. the more details the better. we used to use stack overflow for answering programming questions. you learned how to code by googling your problem and finding the SO article associated with it. now with LLMs and active people on the feed its much closer to just ask. i like when people ask things. and they dont do it enough imho 4) be very curious
9 replies
4 recasts
21 reactions

Miguelgarest  pfp
Miguelgarest
@miguelgarest.eth
If I have zero programming knowledge could I still "easily" create a frame? With help of chatgpt for example
2 replies
0 recast
2 reactions

Complexlity pfp
Complexlity
@complexlity
It's possible but there's two parts you'd have to do manually 1. Setting up the metadata so warpcast knows it's a mini app 2. If you want user accounts connected, you'd have to also figure how to connect it. These two are not in the ai data sets. But the app in general is something AI can make
1 reply
0 recast
3 reactions

jp 🎩 pfp
jp 🎩
@jpfraneto.eth
yep. those pain points are the crux of the flow for a non-dev imo
0 reply
0 recast
3 reactions