Dewaxdi wrote a reply+100 XP
6d ago
Developers mostly care about clean code, clear direction, and getting paid, not whether your CRM is already a hit. If you keep things consistent, document choices, and give them a roadmap, they won’t bail just because the product is still growing. I’ve kept bigger teams happy by using tools that scale smoothly, kind of like how https://www.fieldboss.com/ handles growth without making you rebuild everything later.
Dewaxdi wrote a reply+100 XP
2w ago
I just loop through the lessons, parse each duration with CarbonInterval, then add them together. Something like: total = CarbonInterval::seconds($lessons->sum('duration_in_seconds'))->cascade();
Dewaxdi wrote a reply+100 XP
2w ago
If you're aiming for stronger SEO with React, SSR through something like Next.js really does make indexing smoother. I’ve also mixed in content marketing on the side, and https://crowdo.net/blog/link-building-on-quora helped me get long‑tail traffic that didn’t depend on framework quirks, just solid answers. Pairing SSR with that kind of steady visibility felt like a nice balance.