Dewaxdi wrote a reply+100 XP
1w 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
3w ago
You can just loop through each lesson, convert its duration to seconds with Carbon, and keep a running total, then format it back to hours and minutes. I sometimes sanity‑check my sums with a https://www.gigacalculator.com/calculators/time-calculator.php, since it’s handy for quick adds. Something like Carbon::parse($duration)->diffInSeconds(Carbon::today()) works, then add everything and format with gmdate.
Dewaxdi wrote a reply+100 XP
3w 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.