Writing
Tagged “web development”
2 articles
-
Perl, the Strange Language That Built the Early Web
A deep dive into Perl’s history, its role in building the early web, and how it influenced modern programming languages, package ecosystems, and developer culture.
-
What is Object Caching?
Object caching is a process that stores database query results, HTML pages, or other web objects in a temporary storage area known as a cache. The primary goal of object caching is to reduce the time it takes to fetch…