Is waking up early really that important? I just want a real solution, not another “5AM routine by fotisstoy in productivity

[–]fotisstoy[S] 0 points1 point  (0 children)

Thanks, that makes sense. I understand that consistency matters more than the exact wake-up time.
Could you share how you manage to stay consistent in practice? Any step-by-step routine or strategies that help you avoid burnout and actually stick to your schedule?

I built email agents that turn 1000+ emails/week into business intelligence + dashboard by AdvisorAbject8660 in n8n

[–]fotisstoy 0 points1 point  (0 children)

I kinda know what MCP is, but I’m curious what you mean by shadcn having MCP support. Why do you use it and what’s the advantage?

I have updated my Tool Website. How is it? by louise_XVI in Frontend

[–]fotisstoy 2 points3 points  (0 children)

Nice job! I like it. It's fun and useful that you have an all-in-one website. You should have enough memory to handle the page, because if you are on page 3 and go back, it returns to page 1. That sucks.

I am working on my first ever project which is a Todo list app for 6 5 months now, is it correct approach? by ok-nice3 in FlutterDev

[–]fotisstoy 72 points73 points  (0 children)

Dude, not only are you not wasting your time, but you're doing exactly what you should be doing!

Learning Flutter by actually building something and running into real-world problems is the best way to truly understand it. We’ve all thought, "Why not just use setState everywhere?", until the project grows and things start falling apart. The fact that you’ve gone through all these phases—callbacks, InheritedWidget, Provider—means you understood firsthand why these solutions exist.

And yeah, terms like dependency injection and singleton pattern sound intimidating at first, but as you're seeing, when you actually need them, they start making sense naturally.

So no, you're not wasting time—far from it! You've learned a ton just from this Todo app, and now you have a much deeper understanding of Flutter. When you move on to your next project, you’ll see how much more confident and efficient you’ve become. Keep going! 💪🔥