CDN: Always use one on your website

cdn network

CDN stands for Content Delivery Network . It represents a group of servers placed in various countries with the purpose of accelerating the delivery of static web content. Scalability on high traffic The CDN will scale up and down depending on the traffic. A major part of most of the websites today is static content. This content gets cached by the CDN, which drastically reduces the origin server load. In general, the CDN handles around 70% of a website’s load. Reliability A website might happen to go down at any…

Use CloudFlare as Free CDN

As explained in one of our previous articles CDN: Always use one on your website, any website should use a CDN. Traditional web hosting is no longer capable of meeting the demands of websites in terms of traffic.CDNs are now responsible of serving content on a majority of websites. This articles explains how you can configure CloudFlare as a Free CDN for your website in a couple of easy steps. Setup the CloudFlare Account go to cloudflare.com and signUp once done, click on Add a Site on Cloudflare home page…

Google Phone App: Calls Recording & Transcription

Google’s phone app is now able to record phonecalls. Another uncovered incoming feature of the app that follows the recording ability is the possibility of transcribing the voice conversations. You can join the testing program of Google Phone app by clicking here. Google Phone app is available from Google Play Store. Original article is available on 9to5google.com

Using Chrome Sessions: Productivity Boost

The browser is a portal to many worlds exposed by the internet. You use it to search and gather information, collaborate on your projects, communicate, and much more. Chrome is one of the best and the most popular browser in the web. In January 2019 it reached 70% of the global browser market share. Chrome is CrossPlatform, it displays and behave the same of all platforms so this applies to PC, Mac & Linux. One of the major advantages of Chrome is that it synchronizes bookmarks, history, extensions, profile information…

How To Restore Chrome Pages After Crash

chrome crash

Surfing the web is fun and all and Chrome makes it a nice overall experience. Except when it crashes – because, even if rarely, it may happen. For example when your computer restarts to install updates. Or for many other reasons, and in which case sometimes you just simply loose your opened tabs. Restore recently closed pages is not present under the History menu 🙁 If you are a tab collector* such as myself, loosing your tabs may often induce a great deal of pain. tab collector = a person…

Best Python Code Editor

Inspite of its age, 28 years now, Python is one of the mostly used programming languages. Python survived all this time mainly because of its combined qualities: High level programming language (easy to comprehend and learn), it is an interpreted language (not compiled in native code), dynamically typed language (you are not bound to declaring your variables), single threaded per process instance, is backed by a large community that made available a rich set of libraries and frameworks. For those reasons and more, Python remains a highly productive language. In…