PSPavan S Patilinpavansp.hashnode.dev·Oct 12, 2021 · 2 min readImage formats for better web performanceNetwork performance is very important, as it can affect users adoption rate. The better the loading time, the good the user experience. Most of the time images have more loading time. The primary way to change an image size is to change the file form...00
PSPavan S Patilinpavansp.hashnode.dev·Oct 6, 2021 · 3 min readCall and Apply Methods : JavaScriptAs definition from MDN goes, The call() method calls a function with a given 'this' value and arguments provided individually. Lets understand by an example: Consider Ramesh runs an logistics company. He names his buses with a brand name SPACINGS ...00
PSPavan S Patilinpavansp.hashnode.dev·Sep 30, 2021 · 1 min readHost your react app with GithubHere I assume that you have knowledge about pushing your code to the github or else you can refer this article by Datacamp about pushing your code to github. Every command should be executed in your project directory. Please follow this step by step ...00