MKMuthu Kumaraninkumaranmk.hashnode.dev·Jun 26, 2021 · 3 min readA brief look into Critical Rendering PathCritical Rendering Path or CRP is the sequence of steps the browser takes to convert HTML, CSS, and JS into pixels on the screen, optimizing it improves rendering performance.🤯 Now, let's take a look at the steps followed in CRP to render a webpage....00
MKMuthu Kumaraninkumaranmk.hashnode.dev·Jun 26, 2021 · 5 min readManaging images in CloudinaryFile upload is a very common feature that almost every website needs, but managing these file uploads in the backend can be a bit tedious. When a web client uploads a file to a server, it is generally submitted through a form and encoded as multipart...04AJMH