VOOZH about

URL: https://www.javacodegeeks.com/author/emmanouil-gkatziouras/page/12

⇱ Emmanouil Gkatziouras, Author at Java Code Geeks - Page 12 of 20


  • Scala👁 Image
    Emmanouil GkatziourasMay 15th, 2018
    0 179

    Dockerize your Scala application

    Dockerizing a Scala application is pretty easy. The first concern is creating a fat jar. Now we all come from…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasMay 14th, 2018
    0 148

    Spring Security with Spring Boot 2.0: UserDetailsService

    As we have seen on a previous post the username and password for our spring application was configured through environmental…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Emmanouil GkatziourasMay 9th, 2018
    0 156

    Spring Security with Spring Boot 2.0: Simple authentication using the Servlet Stack

    Spring security is a great framework saving lots of time and effort from the developers. Also It is flexible enough…

    Read More »
  • Agile👁 Image
    Emmanouil GkatziourasApril 24th, 2018
    0 136

    The MoSCoW Prioritization

    One of the hardest part when it comes to implement new ideas and features through the lifecycle of a project…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasApril 11th, 2018
    0 146

    Host your maven artifacts using Google Cloud Storage

    If you use Google Cloud and you use Java for your projects then Google Cloud Storage is a great place…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasApril 11th, 2018
    0 165

    Host your maven artifacts using Amazon s3

    If you use amazon Web Services and you use Java for your projects then Amazon S3 is a great place…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Emmanouil GkatziourasApril 10th, 2018
    0 144

    Host your maven artifacts using Azure Blob Storage

    If you use Microsoft Azure and you use Java for your projects then Azure Blob Storage is a great place…

    Read More »
  • Core Java👁 Image
    Emmanouil GkatziourasMarch 30th, 2018
    0 121

    Creational Design Patterns: Prototype Pattern

    The prototype pattern is used in order to create a copy of an object. This pattern can be really useful…

    Read More »
  • Core Java👁 Image
    Emmanouil GkatziourasMarch 30th, 2018
    0 112

    Creational Design Patterns: Singleton Pattern

    The singleton design pattern is a software design pattern the restricts the the instantiation of a class to one object.…

    Read More »
  • First
  • ...
  • «
  • 10
  • 11
  • 12
  • 13
  • 14
  • »
  • ...
  • Last
Back to top button
Close