VOOZH about

URL: https://www.javacodegeeks.com/author/omozegie-aziegbe/page/6

⇱ Omozegie Aziegbe, Author at Java Code Geeks - Page 6 of 45


  • Core Java👁 Image
    Omozegie AziegbeJanuary 23rd, 2026
    0 1,122

    Apache POI HSSFWorkbook: Read, Write, and Stream Excel

    Working with Excel files is a common requirement in enterprise Java applications, whether for reporting, data exchange, or bulk uploads.…

    Read More »
  • Software Development👁 Image
    Omozegie AziegbeJanuary 21st, 2026
    0 255

    Select Text from Autocomplete Fields with Selenium WebDriver

    Autocomplete inputs are common in modern web apps for search, tagging, and form completion. Unlike simple text fields, these inputs…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeJanuary 19th, 2026
    0 1,006

    Getting Started with MyBatis Dynamic SQL

    MyBatis Dynamic SQL is a type-safe Java DSL (Domain-Specific Language) for building SQL queries programmatically instead of writing SQL strings…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeJanuary 16th, 2026
    0 683

    Getting Started with JUnit 5 Testing in Micronaut

    Micronaut makes testing Java applications straightforward with native JUnit 5 integration. Its lightweight dependency injection, embedded server support, and simple…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeJanuary 14th, 2026
    0 204

    Accessing Resources in Quarkus Native Images

    Quarkus makes it easy to build ultra-fast native executables using GraalVM, but resource handling behaves differently compared to a traditional…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeJanuary 13th, 2026
    0 161

    How to Fix Hibernate’s token ‘*’ SyntaxException

    Hibernate’s JPQL (Java Persistence Query Language) provides an object-oriented abstraction over SQL, allowing us to query entities instead of database…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeJanuary 12th, 2026
    0 243

    EBCDIC to ASCII Conversion in Java

    Many enterprise systems still rely on legacy platforms such as IBM mainframes, where data is commonly stored using EBCDIC (Extended…

    Read More »
  • Core Java👁 Image
    Omozegie AziegbeJanuary 9th, 2026
    0 174

    How to Collect Entity IDs from Java Collections

    In many applications, we often work with collections of domain entities retrieved from a database, API, or in-memory source, and…

    Read More »
  • Node.js👁 Image
    Omozegie AziegbeJanuary 5th, 2026
    0 197

    Implement Multi-Threading in Node.js With Worker Threads

    Node.js is known for its single-threaded architecture powered by the event loop. While this design is excellent for I/O-driven applications,…

    Read More »
  • First
  • ...
  • «
  • 5
  • 6
  • 7
  • »
  • 10
  • 20
  • ...
  • Last
Back to top button
Close