Continuum Logo Zwart

The Java ecosystem in 2022

Survey - Java Ecosystem 2022

Bart Waterlot Chief Craftman Bart is Chief Craftsman at Continuum. As part of the daily management team, he is responsible for HR, Recruitment and Operations. He loves to see people grow. His personal mission is to enable software craftsmanship and building the best team for Continuum every day.

NG-BE 2021 | Not just about tech talks

Goodiebag

NG-BE 2021 is a 2-day event in Ghent, Belgium, that brings together Angular developers and experts from all over the world to share ideas, news and opinions about Angular. As the title of this blog article already states: NG-BE is not just about tech talks! It is commonly known that it is one of the […]

Discogs and Java

Discogs logo

Never would I have imagined I would say this, but Covid-19 is not all bad. During these uncertain times new things came alive. Because what else is there to do than killing time with some software development?  Sitting cosy and comfortable behind my computer screen, with a cup of coffee, eager as a beaver, carefully […]

To Java 17 and beyond!

Java 17

Alain Van Hout Java Software Crafter Alain Van Hout is a Java Software Crafter with a Master in Science (Biology) and experience in academic research concerning evolutionary biology. Currently, Alain is working for a customer in the mobility sector.

Sending STOMP messages over a WebSocket in Spring Boot 2

Sending STOMP messages over a WebSocket in Spring Boot 2 Sey Vaneerdewegh

Sey Vaneerdewegh Java Crafter Sey Vaneerdewegh is an enthusiastic JAVA software crafter at Continuum Consulting NV with experience in Java and JavaScript. Sey is passionate about software architecture, automatization and continuous learning and improvement. He is currently working as a consultant – full stack developer at TrendMiner (Hasselt, Belgium), a company, where he focuses on […]

Through the F.I.R.E. and the flames: a look at future web development

Through the fire and the flames

{ “short_name”: “PWA demo”, “name”: “Continuum PWA demo”, “icons”: [{ “src”: “/images/icon-192.png”, “type”: “image/png”, “sizes”: “192×192” } ], “start_url”: “/”, “display”: “standalone” } short_name & name: The name of the application, used for the shortcut on the home screen and the eventual title bar when installed. If there is not enough space to fit the name (as […]

The ins and outs of GraphQL: Syntax

Kopie van Kopie van Kopie van Introduction to reactive programming with spring

type Query { students: [Person] student(id:ID!): Person } type Person { id:ID! firstName: String lastName: String fullName: String, dateOfBirth: Date, picture: Url, address: Address } type Address { city: String street: String postalCode: String zipCode: String @deprecated(reason: “Use ’postalCode’.”) } scalar Date scalar Url Let’s start by unpacking the first part of that: Type Query represents the […]

To pair or not to pair…

Kopie van Introduction to reactive programming with spring

Is pair development the new way to do development, is it the goose with the golden eggs, or is it just another way to write software…