Optimize Your Server Environment: An Overview of 5 Common Configurations
Vijona3 Feb at 16:14 Optimize Your Server Environment: An Overview of 5 Common Configurations Content1 Learn how to choose the optimal server configuration for your web application.2 5 Common…
Switches and Scan Types in Nmap
Vijona7 Feb at 8:22 Switches and Scan Types in Nmap Nmap is probably the most famous reconnaissance tool among Pentesters and Hacker. It is essentially a port scanner that helps…
Nginx SSL Certificate and HTTPS Redirect Errors
Vijona7 Feb at 8:21 Nginx SSL Certificate and HTTPS Redirect Errors Content1 Introduction2 Inspecting Your Nginx Error Log3 Verifying Your Redirect Directive for your Server Block – Nginx SSL Certificate4…
Spring Security Login: A Comprehensive Guide
Vijona7 Feb at 8:24 Today we will learn about Spring Security Login Example Before reading this post, please go through my previous post at “Introduction to Spring 4 Security” to…
Spring AOP: In-Depth Guide to Aspect-Oriented Programming
Vijona6 Feb at 15:41 Spring Framework Introduction Spring Framework is developed on two core concepts – Dependency Injection and Aspect Oriented Programming (Spring AOP). Content1 Spring AOP2 Spring AOP Overview3…
Implementing Barcode API – Barcode Scanner for Android
Vijona6 Feb at 15:32 Implementing Barcode API – Barcode Scanner for Android QR Code scanner or Barcode scanner for android features are present in many apps to read some useful…
Spring Security Guide
Vijona5 Feb at 17:50 Spring Security Spring Security provides ways to perform authentication and authorization in a web application. We can use spring security in any servlet based web application.…
Spring Security Role Based Access Authorization Guide
Vijona5 Feb at 17:48 Spring Security Role Based Access and Authorization Guide Today we will look into spring security role based access and authorization example. Content1 Spring Security Role Based…
Spring RestController: How to use it?
Vijona5 Feb at 16:41 Spring RestController: How to use it? Spring RestController annotation is a convenience annotation that is itself annotated with @Controller and @ResponseBody. This annotation is applied to…


