Become Zero to Hero in Postman. Learn and start testing API’s like a PRO
Use Postman like a professional – Setting Up the workspace
Become Zero to Hero in Postman. Learn and test Advanced features
Use Postman like a professional – Overview
Become Zero to Hero in Postman. Learn and test Advanced features
Server Security – Secure Website using. Htaccess file
What is .htaccess file .htaccess files provide a way to make configuration on a per-directory basis. In the .htaccess file, we provide directives to apply…
Server Security – Hide PHP Version
The PHP Configuration by default shows the PHP version in HTTP server header X-Powered-By to display the version installed on the server. But for security…
Server Security – Disable Directory Listing
Directory Listing Directory Listing is by default enabled in an apache server. This happens when there is no index.html file (default) available in the directory.…
Server Security – Apache Web Server Hardening
Whenever any request is made from client to server then it sends some headers from server to client or vice versa. So when we receive…
Android – Create Force Update App Module in 30 minutes
In the article “Android – Create Force Update App Module in 30 minutes“. I will be using the firebase remote config for the app force…
Android – Show A Dialog From Service
Learn How to show a dialog from service. I hope you might be wondering is it really possible to show a dialog from service. Well ,the answer is yes To know more about it just read the article.
Android – Create Root Checker App in Just 10 minutes
Learn how to create a root checker application in just 10 minutes.