My internship at Continuum

Blogpost My internship at Continuum

First, I would like to introduce myself. I’m Jonas Verlinden, a 25-year-old student with a big passion for full-stack development. As I write this, I am a student at Hogeschool PXL and pursuing a degree in Full Stack Application Development. At the end of the last semester, I was tasked with finding a company willing […]

Cloud Introductie in 7 stappen – Herbekijk nu het volledige traject

Cloud Introduction in 7 steps

CLOUD IN DE HEDENAAGSE IT ARCHITECTUUR Cloud is niet meer weg te denken uit een hedendaagse IT architectuur. AWS, Azure, Google Cloud zijn spelers die de markt domineren. Maar wat hebben ze te bieden? Wat zijn de core services en hoe ga je ermee aan de slag? In onze Cloud Introduction Track tonen een aantal […]

Tribe Day Oktober 2021

Tribe Day 21 oktober

Schrijf je nu in voor onze Tribe Day op 12 oktober met sessies over Cloud Computing, CI/CD en Application Security. Food included!

Domain-Driven Design

Domain Driven Design

Stefan Borghys Rol Stefan Borghys is reeds enige tijd actief als Java Software Crafter. Hij heeft een stevige passie voor technologie en techniek, full Stack software development en software architectuur.

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 […]

Securing your Spring apps with KeyCloak

Kopie van Introduction to reactive programming with spring

org.keycloak keycloak-spring-boot-starter And also add the dependency in the dependency management section: org.keycloak.bom keycloak-adapter-bom 3.3.0.Final pom import After this is done, we need to let Spring Security know how to communicate with KeyCloak. To do this, add the following properties to the application.properties file: keycloak.auth-server-url=http://localhost:8080/auth keycloak.realm=ContinuumSecure keycloak.resource=ContinuumDemo keycloak.public-client=true The value we specify in keycloak.resource matches the client […]

RxJS mapping operators

RxJS Mapping Operators.

Anyone who has built an application with Angular knows the different RxJS operators and in most cases the usual suspect ‘map’ operator. But when do you use which mapping operator? Learn more about when to use which operator in this article.

Heroku, making deploys great again!

Heroku making deploys great again 1

Dieter Jordens Software Crafter Dieter Jordens (26) behaalde een master Burgerlijk Ingenieur aan de KU Leuven met als afstudeerrichting “Artificial Intelligence”. Momenteel is Dieter aan de slag bij FOD Justitie waar hij meehelpt aan de ontwikkeling van een uitdagende applicatie voor de verwerking en opslag van documenten. Hier werkt hij dagelijks met de laatste versies […]