VOOZH about

URL: https://www.javacodegeeks.com/author/eleftheria-drosopoulou/page/63

⇱ Eleftheria Drosopoulou, Author at Java Code Geeks - Page 63 of 143


  • Enterprise Java👁 spring-interview-questions-answers
    Eleftheria DrosopoulouMay 28th, 2025
    0 1,683

    Spring Security + OAuth2 Resource Server: How to Validate JWTs Like a Pro

    OAuth2 and JWT (JSON Web Tokens) have become the standard for securing APIs in modern microservices and web applications. When…

    Read More »
  • JavaScript👁 Image
    Eleftheria DrosopoulouMay 27th, 2025
    0 216

    Vue 3.5 Reactivity Overhaul: How the New Reactivity Transform Works

    Vue 3.5 introduces a powerful update to its reactivity system: Reactivity Transform. This feature simplifies how we declare and use…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouMay 27th, 2025
    0 1,601

    Best Practices for Storing and Validating Passwords in Java (BCrypt, Argon2, PBKDF2)

    Password security is critical for any modern application. Java developers often face the question:Which algorithm should I use? In this…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eleftheria DrosopoulouMay 26th, 2025
    0 1,416

    Fine-Grained Authorization with Spring Security and @PreAuthorize Annotations

    Spring Security provides powerful tools to secure your Java applications—but one of its most underrated features is method-level authorization using…

    Read More »
  • Angular👁 Image
    Eleftheria DrosopoulouMay 26th, 2025
    0 482

    Using Signals in Angular 17: Goodbye NgRx for Simple State?

    With the release of Angular 17, developers now have access to Signals—a new reactive primitive that promises a cleaner, more…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eleftheria DrosopoulouMay 23rd, 2025
    0 998

    Securing GraphQL with Spring Security: A Practical Guide

    GraphQL provides a flexible and efficient way to query APIs, but with that power comes the need for robust security.…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouMay 23rd, 2025
    0 619

    Rate Limiting in Java: Implementing Per-User Throttling with Redis Buckets

    To protect APIs from abuse and ensure fair usage, rate limiting is essential. It prevents users or clients from overwhelming…

    Read More »
  • Java👁 Image
    Eleftheria DrosopoulouMay 22nd, 2025
    0 1,263

    Zero Downtime Deployments with Kubernetes and Argo Rollouts

    Delivering new features quickly is important, but not at the cost of application stability. In modern DevOps workflows, zero downtime…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eleftheria DrosopoulouMay 22nd, 2025
    0 1,218

    Spring Boot 3 + Record-Based DTOs: Cleaner APIs with Better Type Safety

    Java 16 introduced records, a new kind of class designed to model immutable data. With the advent of Spring Boot…

    Read More »
  • First
  • ...
  • 50
  • 60
  • «
  • 62
  • 63
  • 64
  • »
  • 70
  • 80
  • ...
  • Last
Back to top button
Close