A service worker is a script that your browser runs in the background, separate from a web page, opening the door to features that don’t need a web page or user interaction. Service workers are a technology to aid developers in: creating realistic, reliable offline experiences vastly improving performance when online logically and dynamically caching […]

Read More →

Memory Management Reference is a resource for programmers and computer scientists interested in memory management and garbage collection. It provides: A glossary of more than 500 memory management terms Articles giving a beginner’s overview of memory management. Books and research papers related to memory management. Frequently asked questions about memory management. “No matter where you […]

Read More →

A lot many times it becomes imperative for users to clear browser cache, history and other data. Here are the contents of a windows batch file which eases some pain doing that drudgery in Internet Explorer version 7, 8 and 9. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 […]

Read More →