#programming-tips
Read more stories on Hashnode
Articles with this tag
Avoid Caching Non-Agile Components in the Application or Session Objects · Understanding the Core Concept: While caching data in the Application or...
Mastering Disk-Based Caching in Classic ASP: JSON and HTML Cache Strategies · In the dynamic realm of web development, optimizing performance often...
Choose the loading strategy that best suits your app's needs and data usage patterns · ASP Application and Session objects are like handy storage lockers...
Good strategies for maximizing the performance of ASP code · A typical ASP page retrieves data from a back-end data store, then paints the results into...
ASP Tips: Tip 1: Cache Frequently-Used Data on the Web Server · While classic ASP may not be the shiny new framework, it's still powering plenty of...
The Essential Guide to User Agent Rotation in Python · I needed to write a code to scrap content from a website. But I wanted to do that using different...