@nayan623
I write technology related blogs here.
GEC Rajkot 2026.
Internship.
Web Application Firewall(WAF) What is Web Application Firewalls? It is a shield between internet & web application, it saves our web application from various attacks by filtering & monitoring various HTTP traffic between internet & web application. ...

What is Global Exception Handler? It is a centralized “safety net” for your entire application. It sits at very top of your code structure. If exception arises & if that exception is not handled by any specific piece of code then Global Exception Ha...

What is Data Transfer Objects? A Data Transfer Object (DTO) is a simple object used to pass data from one part of an application to another, or even between different applications or systems. A Data Transfer Object (DTO) is a simple object used to ...
