I've been in the industry for over a decade and find myself repeatedly returning to battle-tested UNIX technologies despite the constant stream of new frameworks and tools.
Cron jobs still power critical scheduled tasks across our infrastructure. Server Sent Events handle real-time updates more efficiently than many WebSocket implementations I've tried. Shell scripts glue together components that modern architectures claim to integrate seamlessly.
I'm curious how others are leveraging these older technologies in modern stacks. Have you found creative uses for old UNIX tools that outperform newer alternatives? Are there specific combinations of old + new that work particularly well? Any war stories where a simple UNIX solution saved the day when modern tools failed?
I am always amazed that many of these things (Unix, C, IP, Ethernet) were developed in the 70s/80s and are still relevant, useful and today. At that time, people also had a technical interest in developing software and had to deal with very limited resources, maybe this is no longer the case in many cases today
i am helping maintain a big automation system for a customer which is generates several million in sales per year and is built just with simple unix tools, perl, mqtt, nginx - a very low tech stack - running on a small 2 core machine.
the cloud-based solution that existed before had enormous performance problems, ran unreliably, was difficult to debug and was several times more expensive in terms of both development and running costs