JUnit5 Tutorial
Vijona6. February 2025 JUnit5 Tutorial In this Junit tutorial, we will introduce basics of JUnit5 and its new features using examples. In Java world, JUnit is one of the popular…
NGINX as Reverse Proxy for Node or Angular application
Vijona7. February 2025 NGINX as Reverse Proxy for Node or Angular application A reverse proxy is a server that retrieves resources for clients from one or more upstream servers. It…
NGINX Access Logs and Error Logs
Vijona7. February 2025 NGINX Access Logs and Error Logs Logs are very useful to monitor activities of any application apart from providing you with valuable information while you troubleshoot it.…
Nohup Command in Linux
Vijona7. February 2025 Nohup Command in Linux When exiting the shell of a Linux System, all running processes are usually terminated or hang up. So what do you do If…
Nginx Rewrite URL Rules Examples
Vijona7. February 2025 Nginx Rewrite URL Rules Examples NGINX rewrite rules are used to modify all or part of a URL requested by a client. The primary purpose of changing…
Kotlin Visibility Modifiers – Tutorial
Vijona7. February 2025 Kotlin Visibility Modifiers – Tutorial In this tutorial, we’ll be discussing the various Visibility Modifiers available in Kotlin programming. Kotlin Visibility Modifiers Visibility Modifiers are modifiers that…
Nginx location directive examples
Vijona7. February 2025 NGINX Location Directive Explained The location directive within NGINX server block allows to route request to correct location within the file system. The directive is used to…
Spring @Service Annotation – A Comprehensive Guide
Vijona7. February 2025 Spring @Service Annotation Spring @Service annotation is a specialization of @Component annotation. Spring Service annotation can be applied only to classes. It is used to mark the…
Spring Annotations: A Comprehensive Guide
Vijona7. February 2025 Spring Annotations Spring Annotations allows us to configure dependencies and implement dependency injection through java programs. Content1 Spring Annotations Overview2 Spring Annotations List3 Spring MVC Annotations4 Spring…


