I was pretty young during the dot com boom and I was talking about it with some guys at work when they experienced the crash. It got me thinking about what tech stacks were companies or startups using at the time and what was it like to maintain them/keep them running.
Ask HN: What were tech stacks like during the dot com boom?
1–10 of 12 posts
Re: Ask HN: What were tech stacks like during the dot com boom?
#2Re: Ask HN: What were tech stacks like during the dot com boom?
#3Re: Ask HN: What were tech stacks like during the dot com boom?
#4Re: Ask HN: What were tech stacks like during the dot com boom?
#5Things weren't nearly as easy as they are now to deploy to servers.
Re: Ask HN: What were tech stacks like during the dot com boom?
#6I personally started with bash, C & perl and storing data in text files. then moved to python and RDBMS
Those that were forward thinking were adopting php, python & java.
Re: Ask HN: What were tech stacks like during the dot com boom?
#7For a slice of pure nostalgia, you could read Philip Greenspun's book here [2]. Sadly he updated it in 2003, but some of the old AOLServer/TCL stuff is still in there.
Re: Ask HN: What were tech stacks like during the dot com boom?
#8Servers were much more expensive, primitive and harder to deploy to
Re: Ask HN: What were tech stacks like during the dot com boom?
#9Lots of Enterprise Java Beans (EJB) running on JRun or IBM WebSphere, IIS as the front-end web server, Microsoft SQL Server (or IBM DB/2) as the database server. Microsoft Windows NT servers or Sun Sparc servers. Things weren't nearly as easy as they are now to deploy to servers.
I always remember when EJB's first appeared on the scene as a cure all - but EJB1 wasnt. Session beans were ok - but Entity beans werent that great
We didnt unit test as much as we do now. There were early versions of junit - but it was difficult to configure in an enterprise environment. So you would go to workplaces and people would tell you they were testing - but then you look at the code and there were few tests
Re: Ask HN: What were tech stacks like during the dot com boom?
#10At the very start around 95,96 tech stack was a Linux or FreeBSD box running apache, configured for cgi-bin to execute whatever program/script you have. Programs were written in most programs were written in bash, perl & C, data was stored in text files I personally started with bash, C & perl and storing data in text files. then moved to python and RDBMS Those that were forward thinking were adopting php, python & j…
I remember around 98 having some sun engineers come brief my team on Java Beans. They sounded really cool at the time. I guess Java Script ended up stealing Java Bean’s intended audience.
I wonder why java took so long to (briefly) take hold. Unlike Bill Joy’s other famous tools, Java doesnt hold up the way VI does today.