Despite its ominous name, git blame is a command that displays the commit history for a file. It makes it easy for you to see who made what changes and when. This makes it a lot easier to track down other people who have worked on a file in order to seek out their input […]
Author: webdev20
Flask project 1
50
CloudFlare and it’s Benefits
What is cloudflare CloudFlare is a CDN (Content Delivery Network) that comes in both free and premium plans. This makes your site fast by delivering content based on the location of users. It creates a Cached version of your site on its server and provides users with content through the servers that are closest to […]