Struggling with SOLID Principles?We all know that to be a good programmer or a coder, we need to follow some disciplines in the programming context. So, SOLID principles…Jun 21, 2024Jun 21, 2024
#2 Open-Closed Principle (OCP)Definition: Software entities (classes, modules, functions) should be open for extension but closed for modification.Jun 21, 2024Jun 21, 2024
How to deploy your React App on IIS on Windows ServerWe all know that after developing a web application, we intend to deploy it in production mode. So, the most commonly used way to do this…May 9, 20241May 9, 20241
You do not have permission to access your build file / the IIS configuration filesThe error mentioned in the title is happening when we try to access the files in wwwroot file or a place where the IIS can access them…May 8, 2024May 8, 2024
‘IIS 500.19 with 0x80070005 The requested page cannot be accessed because the related configuration…When we are trying to deploy a web application with IIS, this error is common. To resolve this error, there are simple steps to follow as…May 8, 2024May 8, 2024
Error: 8 RESOURCE_EXHAUSTED: Quota exceeded in Firebase/ Firestore.When we use a Firebase spark plan as we know, we are offered a limited data quota. So, when we used to test our developed program with…Apr 16, 2024Apr 16, 2024
How to localize or customize the default placeholder of search and tooltip strings of…Many devs are using MaterialTable for web development and sometimes we need to customize these tables according to our needs. In my case, I…Mar 27, 2024Mar 27, 2024