Frameworks
What exactly is a [Software] Framework? In our quest to take down popular tech buzzwords, we’re going to tackle Software Frameworks. Definition A program that allows you to hook into itself to extend it. That’s the one liner, but lets take it apart through an example that is your operating system. A running operating system is a process that provides a framework for running other processes. Each process can spawn child processes, which leads to a tree/heirarchy of processes that we can view through a command like htop....