
The Programmer’s Toolbox, part 1
In the beginning … The web was a very simple place. A “web page” was most likely to be a “static” page, meaning what we saw was the result of just the HTML code in a single file. Modern “web pages” are dynamically generated from data stored in a database server. They are displayed using templating engines and other more advanced techniques, all the while being accentuated with liberal doses of JavaScript and CSS. Back in the day, on the rare occasion when a web … Continue reading
