Alex Theedom, Hacker Noon

Alex Theedom

Hacker Noon

United Kingdom

Contact Alex

Discover and connect with journalists and influencers around the world, save time on email research, monitor the news, and more.

Start free trial

Recent:
  • Unknown
Past:
  • Hacker Noon
  • Java Code Geeks
  • devmio

Past articles by Alex:

Keeping Up With Digital Transformation: Career Advice For Java Professionals

If you are an experienced Java developer and you want to know how to get ahead in these unprecedented times, then adding digital transformation skills to your resume will give you the boost you want. → Read More

Constrast DataWeave and Java mapping operations

Main points: DataWeave 2.0 provides mapping capabilitiesJava and DataWeave can achieve the same mappingsDataWeave mapping operator is less verbose than → Read More

What are Design Patterns?

Design patterns are solutions to known problems. The pattern represents an abstracted solution to a commonly experienced problem. As the solution is abstracted it is language agnostic.A non-progr... → Read More

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 from MuleSoft → Read More

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 initialise primitive arrays and java.util.Lists type arrays. Declare a primitive array Prim... → Read More

How to Hide CloudHub Properties?

Main points:property values can be hidden in Runtime Managerproperty names must be listed in the mule-artifact.xml fileproperty values can be edited manually and will remain maskedvalues remain m... → Read More

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 wrote it. This is what we all think and its → Read More

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 REST. The more compliant → Read More

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 API. These examples ensure that it → Read More

Rebuild a Maven repository in 3 steps

Interested to learn about Maven repository? Check our article showing a way to very quickly rebuild a Maven repository. → Read More

RESTful API Design

Interested to learn about RESTful API? Check our article explaining five principal aspects to a RESTful API specification with examples. → Read More

Get to Know Custom De/Serializers: JSON Binding Overview Series

The most advanced way to customize JSON Binding is with custom serializers and deserializers.JSO... → Read More

Get to Know Adapters: JSON Binding Overview Series

An adapter configures custom object creation and serialization by implementing the JsonbAdapter inte... → Read More

Get to Know Custom Object Creation: JSON Binding Overview Series

Let’s take a look at how JSON Binding handles custom object creation. Next article in this serie... → Read More

Get to Know Customisation: JSON Binding Overview Series

Let’s take a look at how the annotation model and runtime configuration work when customizing the JS... → Read More

Get to Know JSON Binding: Overview Series

The Java API for JSON Binding (JSON-B) 1.0 strengthens the Java EE platform’s overall support for th... → Read More

Get to Know JSON Merge Patch: JSON-P 1.1 Overview Series

Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest IEF... → Read More

Get to Know JSON Patch: JSON-P 1.1 Overview Series

Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest IEF... → Read More

Get to Know JSON Pointer: JSON-P 1.1 Overview Series

Java EE 8 includes an update to the JSON Processing API and brings it up to date with the latest IEF... → Read More

Java EE 8 Security API: Overview

The New Security API Probably, the single most significant new feature added to Java EE 8 is the ne... → Read More