VOOZH about

URL: https://www.javacodegeeks.com/author/Alex-Soto

⇱ Alex Soto, Author at Java Code Geeks


  • Software Development👁 Image
    Alex SotoJanuary 10th, 2019
    0 184

    Auto-numbered Callouts in Asciidoctor

    Asciidoctor 1.5.8 comes with a really nice feature which is called autonumber callouts, so you do not have to specify…

    Read More »
  • Core Java👁 Image
    Alex SotoAugust 14th, 2018
    0 272

    Java Iterator to Java 8 Stream

    Sometimes during my work, I need to integrate with other libraries which they return an Iterator object instead of a…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoMarch 28th, 2018
    0 137

    Arquillian Chameleon. Simplifying your Arquillian tests

    Arquillian Chameleon was born to simplify the configuration of Arquillian tests. I am proud to announce that with version 1.0.0.CR2 we have…

    Read More »
  • Core Java👁 Image
    Alex SotoFebruary 13th, 2018
    0 317

    Repeatable Annotations in Java 8

    With Java 8 you are able to repeat the same annotation to a declaration or type. For example, to register…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex SotoJanuary 9th, 2018
    1 528

    Secret Rotation for JWT tokens

    When you are using JSON Web Token (JWT), or any other token technology that requires to sign or encrypt payload information,…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex SotoJanuary 4th, 2018
    0 121

    Cloud Native Applications with JWT

    A native cloud application is an application that is developed for a cloud computing environment. There is no specific answer to…

    Read More »
  • Software Development👁 Image
    Alex SotoJanuary 3rd, 2018
    0 471

    Writing end to end test for a microservices architecture

    One of the main aspects of microservices architecture is that the application is formed as a collection of loosely coupled…

    Read More »
  • DevOps👁 Image
    Alex SotoOctober 25th, 2017
    0 925

    Testing Code that requires a mail server

    Almost all applications has one common requirement, they need to send an email notifying something to a registered user. It…

    Read More »
  • Core Java👁 Image
    Alex SotoJune 30th, 2017
    0 128

    Lifecycle of JUnit 5 Extension Model

    JUnit5 final release is around the corner (currently it is M4), and I have started playing with it a bit…

    Read More »
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close