652 followers
I am a developer, blogger, photographer etc trying out things in some different ways.
#javascript #frontend #blogging #react #nodejs
Check out my work in photography on instagram @pankaj_patel
Subscribe to my newsletter and never miss my upcoming articles
One huge part of Code Collaboration is Merge Requests (MR). Here you can tell other members of the Repository about your Code Solution. Let's make sure that the Reviews on your Merge Requests is as swift as possible. Not only for you, but for the re...
I have been writing articles for a while and developed a small process for it. My process looked like this: Drafts -> CMS -> Republish -> Promote -> Maintain You notice the beginning: Drafts. This is where I used my favourite tool Bear App It allow...
Next.js has been the talk of the town since its release. And, all I could hear was how awesome is next.js. I decided to give it a try. I sat down throughout the weekend & followed the official documentation/getting-started guide. I managed to create ...
Today a colleague started asking questions on cache-control and how to achieve consistent behaviour so that he can control it from Server Side Then another colleague pointed out a StackOverflow thread where the answer makes sense but raises a questio...
Lazy Loading is a hot topic for optimization of the web application. I was trying to optimize the React App and as we already have splitChunks in our webpack configuration, it was for granted to pay more attention to code splitting. I thought of ana...
For so long, I had believed that one Form can only be submitted to one Action URL without any JS. I couldn’t be more wrong. Though, lets take a look at the way of the Past i.e. with JavaScript and AJAX/Fetch Problem Consider following HTML Form wh...