How to use Google Fonts on your website?
Using Google fonts on your website is quite easy. You can start using Google fonts on your website in few easy steps. Step 1: Open Google Fonts website in your browser from this URL…
A proper & well organized listing of IT companies
Using Google fonts on your website is quite easy. You can start using Google fonts on your website in few easy steps. Step 1: Open Google Fonts website in your browser from this URL…
Suppose, there is a website or a web-application which is running on your localhost. But,now you want to check some scenerio that how your website will work in live environment but you don't even want…
Angular CLI stands for Angular Command Line Interface. It is simply a node package that is available in Node Package Manager (NPM), where NPM is a library that contains or hosts thousands of Node…
Web Service is a piece of software that makes an application availableto the internet.It means, any web application which wants other web applications or web based programs to interact with their…
Today I am talking about these two terms CommonJS and AMD, but before two days I was not even aware about what they are. So, When I heard about these terms, I googled and studied about these.I am…
CoffeeScript & TypeScript are languages that support ES6 features and their compiler (transpiler) convert code into javascript (ES5)Wherease ES6 is next generation JavaScript. To convert ES6 code in…
A proxy server is an intermediate server between a client application such as browser and the real server. Any request you make through your browser first go to proxy server then it forward it to real…
Long polling is a process where browser sends a request to server. Server holds that request and keep the request thread open until any data is available. Once data is available at server, it sends…
MongoDB is famous NoSQL database. Which has structure as follows : Database > Collections > Documents.if you relate it with SQL Server then…