Dewaxdi's avatar

Dewaxdi wrote a reply+100 XP

6d ago

If I create a CRM and I needed web developers to work on the CRM, would web devs not work on it if it was not successful?

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's avatar

Dewaxdi wrote a reply+100 XP

2w ago

How to calculate total time duration using Carbon

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's avatar

Dewaxdi wrote a reply+100 XP

2w ago

Does ReactJS hurt SEO?

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.