How do you manage your email lists with multiple products? 📧
Do you keep your subscribers segmented in one list or separate lists for each product?
I currently have 5 of them and looking for a way to organize them better.
#buildinpublic
I start working on the startup by defining the functionalities I want the entire application to have. Then, I plan the database accordingly (which may change over time as functionalities expand). Let's not deceive ourselves that all functionalities will be used by the user - sometimes it's worth adding something just for the visual effect.
Once I've planned the functionalities to be implemented, I develop the entire frontend. I usually start with the menu and then proceed sequentially. Everything is based on mocked data. Finally, I work on the logic and write the API. Before the API, I also create authentication (I rely on #Supabase - they have a nice built-in module that suits my needs. Surprisingly, it's very flexible).
When it comes to things not going as planned, I think it's a matter of mentality. You have to realize that shit happens. Sometimes things don't work out, sometimes you have a bad day. The important thing is to ultimately see the results of your work, and that's okay;p
@gpiechnik2 Wow, that's some solid progress for a single day! 🚀 The grind really shows. Curious, how do you usually prioritize which features to work on next? And any tips on managing those inevitable days when things don't go as planned? Keep crushing it! 👊🏼✨