CoderJony

Web Development

How to use Google Fonts on your website?

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.

Read More By Ankush Jain
Media Queries in CSS – Min-Width and Max-Width

Media Queries in CSS – Min-Width and Max-Width

Media queries allow us to write device-specific CSS & build responsive websites.

Read More By Ankush Jain
Understand Socket Programming in Web Applications

Understand Socket Programming in Web Applications

Socket is an endpoint with an IP Address & a port number. For example, we can call this IP address 192.22.56.345:3000 as a socket. Here 192.22.56.345 is an IP Address & 3000 is a port number.

Read More By Ankush Jain
What is Web Service?

What is Web Service?

Web Service is a piece of software that makes an application available to the internet.

Read More By Ankush Jain
Difference between CoffeeScript, TypeScript and ES6?

Difference between CoffeeScript, TypeScript and ES6?

CoffeeScript & TypeScript are languages that support ES6 features and their compiler (transpiler) convert code into JavaScript (ES5).

Read More By Ankush Jain
What is a Proxy Server?

What is a Proxy Server?

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 server. The same way, response given by real server is first captured by proxy server and then given to your browser.

Read More By Ankush Jain