Dushyant Pathak

Dushyant Pathak @dkp1903

About: JavaScript | Java

Location:
India
Joined:
Oct 12, 2019

Dushyant Pathak
articles - 9 total

Damn Docker don't fire up on Windows? Here's a shortcut

If you see a dizzyingly dismal error like this when you fire up Docker Desktop docker: error durin...

Learn More 7 0Dec 25 '20

CORS error hack

Cross-Origin Resource Sharing (CORS) is a mechanism that uses additional HTTP headers to tell browser...

Learn More 10 1Jun 6 '20

Teach state to a 5 year old

State is an often tricky concept for noobs, and here is an attempt to simplify it through a real life...

Learn More 5 0Jun 5 '20

Deleting a node in a Linked list, when you have access to only that node.

Deleting a node in a Linked list is a standard problem, until you are given the root of the LL, and t...

Learn More 6 0Jun 2 '20

Quick way to make an image responsive

Add the following to your image's style attribute. <img style = "width: 100%; height: auto;" src...

Learn More 6 0May 30 '20

Solving Typescript-TensorflowJS incompat issues

If you're trying to use Tensorflow.js with Angular, which uses Typescript, you might run into an erro...

Learn More 14 1May 30 '20

Making Google Charts responsive

I used the npm package for google charts, called angular-google-charts, to display charts in my Angul...

Learn More 16 3May 30 '20

PrimeNG setup

PrimeNG is a UI library for Angular. It has a list of components that we can use in our Angular appli...

Learn More 12 0May 27 '20

Netlify reload 404 error resolved

Netlify is a popular website that can be used to host your websites/web apps. However, here is a po...

Learn More 7 1May 25 '20