Even If You Are Working At A Company Where You Will Stick With Your Product
Reader stats
Article rating
No ratings yet
Reader rating appears publicly after enough eligible article ratings.
Rate this article
Sign in to rate this article.
Back in the 90s, before PHP, most dynamic web work was done in C or Perl. At that time, in those worlds, you had to do all the HTTP work yourself. If you wanted a content type of text/html, you had to set it, in code, on every single response. Errors in CGI scripts would often result in Apache internal error pages and made debugging very hard. All HTML work had to be done by writing to output. There was no embedding code with HTML even as a templating language. PHP changed all that. You had a default content type of text/html. You had automatic handling of request variables. Cookies were easily ingested and output. You could template your HTML with script instead of having to write everything out via print. And you might have thought, wow, what a wonderful world.
But today, even if you are working at a company where you will stick with your product for a long time it makes sense to use a framework. Or let’s just say when you start off you should use an established framework that fits what you need for the most part. So if you need full stack, get a full stack framework. If you need something highly specialized, then maybe a microframework. If you need a forum, use an existing forum, if you need a CMS use an existing CMS.
Why?
1) Free documentation, tests, security audits
2) Ability to higher much easier as your team grows
3) Hack it to bits if 1) and 2) start to matter less and success/failure dictates you turn in another directio
Taking Twitter as an example here, would Twitter exist if they would have had to do everything from scratch? The company actually was working on another product and scrambled to reinvent itself when their investors started loosing faith in their original idea.
Time to market counted big for them and it counts for most projects. If you would have done everything on your own they might have exploded because of security issues etc.
Now obviously their framework of choice didn't keep up with them when they needed to scale. But isn't that a great problem to have? You need to scale when you are successful and using a framework to get started got them there.
Anyway, super scaling light speed performance is rarely required form a team at day one. And any team that is required to do this has done something slightly smaller before and can take that code (aka framework) for this project with some additional tweaks.
Article author
About the Author
Further reading
Further Reading
Article
Beyond the hype: Why AI projects fail and how to succeed
Artificial intelligence continues to dominate business conversations, but enthusiasm alone does not guarantee results. While many companies rush to adopt AI in hopes of gaining a competitive edge, a large number of initiatives still fall short. The problem is rarely the technology itself. More often, failure happens because organizations approach AI without the structure, readiness, and discipline required for long-term success. AI projects do not fail because the technology
March 4, 2026
Article
AI Avatar Development: Pros, Cons & Industry Use
AI Avatar Development: Real Innovation or Just Hype? In todayâs hyperconnected world, attention is currency. To stand out, brands can no longer settle for flashy features or surface-level engagement. They need to build meaningful, scalable, and personalized experiences. Enter AI avatars: digital humans that are revolutionizing communication by bringing lifelike presence to virtual interactions. Imagine a team member who never takes a coffee break, speaks ten languages fluen
February 27, 2026
Article
Beyond the Script: How Call Centers Keep Telecom Networks Running and Customers Happy
The Quiet Engine Behind Every Connection Most people think of telecom services as towers, signals, and mobile data moving invisibly through the air. Yet behind every call that connects and every message that reaches its destination, there is another system quietly working in the background. That system is the call center. While customers often interact with telecom companies only when something goes wrong, these centers operate constantly, guiding problems toward solutions an
February 23, 2026
Article
Why Lead Generation Alone Is Failing Solar Companies Without Appointment Expertise
Introduction The solar industry once believed that collecting as many leads as possible was the fastest path to growth. Marketing teams focused on filling databases with names, phone numbers, and email addresses. At first, the numbers looked promising. Dashboards showed rising interest and more inquiries than ever before. Yet behind the scenes, many companies began to notice a quiet problem. Revenue growth did not match the flood of leads. Sales teams felt overwhelmed, conver
February 6, 2026