Hey I am on Medialย โขย 2m
๐งฉ Front-End First vs Back-to-Front Which One Should You Use on Lovable.dev (and Why Most Beginners Get It Wrong) Before you start building, Lovable.dev gives you two ways to approach your app: Front-End First Back-to-Front Both are valid. But choosing the wrong one can waste hours or completely break your app. Hereโs how to make the right choice every time. Option 1: Front-End First (Best for Beginners) This means: You build the interface first โ all the buttons, layouts, pages, and fake data. You connect the database later (Supabase). ๐ข Why this is powerful: You can design, test, and click around before any complex logic is added No risk of database bugs early on Itโs faster and simpler โ perfect if youโre not technical โ Use this if: You want to test a layout or idea fast You donโt know how your data will be structured yet You just want to โsee it workโ before making it real ๐ง Think of it like this: You're building the stage and props before plugging in the electricity. ๐ก What to ask Lovable: > โBuild a homepage with a list of journal entries (use mock data). Each entry has a date, mood icon, and short note. Iโll connect to a database later.โ > โLet me preview the layout first. Donโt connect to Supabase yet.โ Option 2: Back-to-Front (Best for Advanced Users) This means: You start by connecting to Supabase right away. Every page, form, and button is linked to real data from the start. ๐ด Why itโs risky: Errors are more likely (especially Supabase permission bugs) Slower to test layouts โ every little change might need database tweaks More moving parts at once (hard to debug) โ Use this if: You already know your database structure (tables, relationships, etc) Youโre okay dealing with SQL-like errors Youโre building something serious or production-ready from Day 1 ๐ง Think of it like this: You're wiring the whole house while you're still moving the furniture. ๐ก What to ask Lovable: > โConnect this project to Supabase from the start. Set up a โHabitsโ table with user_id, habit_name, and completion_status. Build forms and logic for real-time updates.โ The Best Strategy? Start with Option 1, Switch Later This is what most experienced builders do: 1. Start Front-End First 2. Design the layout and flow using mock data 3. Once happy, say: > โNow connect this screen to Supabase. Use real user data and update the state accordingly.โ This lets you: Focus on one thing at a time Avoid early bugs Keep momentum Summary Approach Best For Risk Level Recommended? Front-End First Beginners, fast tests Low โ Start here Back-to-Front Pros, complex logic High โ ๏ธ Only if experienced ๐ Save this post before your next build. Choosing the right approach = 80% fewer headaches. ๐ Next Post: The Goldilocks Formula for Vibecoding
Hey I am on Medialย โขย 6m
Right now Iโm a QA engineer in Storage Management based company, usually my day to day tasks include testing the product which usually manages data replication and resiliency. My learnings : 1. Linux 2. Replication and storage. Thinking to spun my
See MoreCyber Risk โข Web Dev...ย โขย 1y
So here is an idea I got while stuck in trafficโฆ What if I can create a DbaaS product that has built in features like data anonymisation, pseudonymsation, built in data record encryption, masking woth custom masking markers and can provide analytics
See Moreย โขย
YouTubeย โขย 1y
Marbilism is an innovative platform designed to transform the way developers create applications. By leveraging AI, Marbilism accelerates the app development process, allowing developers to go from concept to a functional app in minutes. It caters to
See MoreDownload the medial app to read full posts, comements and news.