Thursday, June 13, 2019

Live cyber attacks view in the world map!!!

 There are many types of cyber attack happening in every minute in the world. this attack may be within a country or one country to another country. However, this post will talk about the live cyber attacks view on the world map.








Wednesday, June 12, 2019

Client side cache memory management using Indexed DB.

 The browser cache memory is for storing the temporary files. It uses to get the files when the user needs. For example, when the user loads the web application the first time. it stores in the local memory. then, the user accesses the same data. they do not need to go and get the data from the server. they can get from local cache memory. As a result, it reduces bandwidth usage and can quickly access the application.
Sample-1