VOOZH about

URL: https://www.javacodegeeks.com/author/alex-theedom

⇱ Alex Theedom, Author at Java Code Geeks


  • Core Java👁 Image
    Alex TheedomNovember 26th, 2020
    0 125

    Constrast DataWeave and Java mapping operations

    Main points: DataWeave 2.0 provides mapping capabilities Java and DataWeave can achieve the same mappings DataWeave mapping operator is less…

    Read More »
  • Software Development👁 Image
    Alex TheedomNovember 25th, 2020
    0 169

    What are Design Patterns?

    Design patterns are solutions to known problems. The pattern represents an abstracted solution to a commonly experienced problem. As the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex TheedomNovember 4th, 2020
    0 130

    Version control your RAML specifications

    Version controlling your RAML RESTful API specifications allows you to continue maintaining previous version of your APIs. The API designer…

    Read More »
  • Core Java👁 Image
    Alex TheedomOctober 31st, 2020
    0 335

    Inline array definition in Java

    There are occasion when it is more convenient to create an array inline. Here are several way to declare and…

    Read More »
  • Software Development👁 Image
    Alex TheedomOctober 27th, 2020
    0 177

    How to Hide CloudHub Properties?

    Main points: property values can be hidden in Runtime Manager property names must be listed in the mule-artifact.xml file property…

    Read More »
  • Software Development👁 Image
    Alex TheedomOctober 22nd, 2020
    0 159

    How to write clean code variables

    We know how the code we write works, we understand it, we don’t need comments, it’s obvious, of course, we…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex TheedomOctober 9th, 2020
    0 192

    Richardson Maturity Model and Pizzas

    The model, developed by Leonard Richardson, attempts to classify an API according to its adherence to the constraints imposed by…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex TheedomOctober 3rd, 2020
    0 662

    RAML: Four ways to define examples

    Defining an example body payload and response for a RESTful API endpoint is an essential aspect of designing a modern…

    Read More »
  • DevOps👁 Image
    Alex TheedomAugust 21st, 2020
    1 3,885

    Rebuild a Maven repository in 3 steps

    In this blog post, I will show a way to very quickly rebuild a Maven repository without having to set…

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