VOOZH about

URL: https://www.javacodegeeks.com/author/yatin-batra/page/35

⇱ Yatin Batra, Author at Java Code Geeks - Page 35 of 73


  • Enterprise Java👁 Image
    Yatin BatraMarch 24th, 2025
    0 1,263

    Mock JWT Decoding with JwtDecoder in JUnit Tests

    JSON web tokens (JWTs) are widely used for microservices and Spring security authentication. When testing Spring applications, mocking JWT decoding…

    Read More »
  • Core Java👁 Image
    Yatin BatraMarch 21st, 2025
    0 593

    Java String Slicing Example

    Python provides a powerful and concise way to slice Strings using simple syntax. However, Java does not have built-in String…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraMarch 21st, 2025
    0 612

    Java REST Swagger vs. HATEOAS

    In modern RESTful API development, API documentation and hypermedia-driven APIs play a crucial role. Two key concepts that developers often…

    Read More »
  • Core Java👁 Image
    Yatin BatraMarch 20th, 2025
    0 1,442

    Avro Schema From Java Class Example

    Apache Avro is a data serialization system that is compact, fast, and ideal for distributed applications. Let us delve into…

    Read More »
  • Core Java👁 Image
    Yatin BatraMarch 19th, 2025
    0 1,279

    Java Maven OWASP Dependency-Check Example

    With the increasing use of open-source libraries, ensuring software security has become a critical aspect of development. Many applications rely…

    Read More »
  • Software Development👁 Image
    Yatin BatraMarch 18th, 2025
    0 450

    Kafka Add Partitions In Topic Example

    Kafka is a widely used messaging queue with powerful features. Messages are stored in topics, which are divided into partitions.…

    Read More »
  • Core Java👁 Image
    Yatin BatraMarch 18th, 2025
    0 688

    Java Custom Linked List Implementation

    Arrays store elements in a contiguous memory block, whereas a linked list spreads its nodes across different memory locations. Each…

    Read More »
  • Software Development👁 Image
    Yatin BatraMarch 17th, 2025
    0 1,418

    Liquibase Preconditions Example

    Liquibase is a popular open-source database schema change management tool that allows developers to track, manage, and deploy database changes…

    Read More »
  • Core Java👁 Image
    Yatin BatraMarch 14th, 2025
    0 1,154

    Java Execute JAR File Example

    A JAR (Java Archive) file is a packaged collection of Java classes and resources that can be executed as a…

    Read More »
  • First
  • ...
  • 20
  • 30
  • «
  • 34
  • 35
  • 36
  • »
  • 40
  • 50
  • ...
  • Last
Back to top button
Close