Reading groups Q2 2023

Book Reading registration

Are you one of those people who love to read books but just don't get around to it? Or suffer from procrastination? Sign up now for our reading groups

AWS Serverless - System of Services

Stefan Bangels AWS System as a service 1 1

Over the last years, our crafter Stefan Bangels has implemented a lot of Serverless architectures for our customers. What does AWS Serverless mean for him? Read all about it in this post.

Continuum is once again Great Place To Work in 2022

Great Place To Work 2022

Continuum is once again a Great Place To Work in 2022! We can start the year off right! When surveyed at the end of 2021, our employees again awarded Continuum as a "Great Place To Work." For the third year in a row, we may pin that label on our proverbial chest. And whether we are proud [...]

My first days as a front-end apprentice

Inge photo first day of work

Inge Ceux Front-end Apprentice My goal is to make people's lives easy with user-friendly, well-designed software. I feel at home in the world of UI/UX design AND software development. This complementary skillset has already helped me tremendously on past projects, where I could make effective decisions from both the perspective [...]

NG-BE 2021 | Not just about tech talks

Goodie bag

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

Tribe Day October 2021

Tribe Day Oct. 21

Register now for our Tribe Day on Oct. 12 with sessions on Cloud Computing, CI/CD and Application Security. Food included!

Tribe Read: Fundamentals of Software Architecture

Fundamentals of Software Architecture Peter Moorthamer

Peter Moorthamer Craft Lead Peter obtained his master degree at the Karel de Grote Hogeschool in Antwerp. He has over 20 years of experience as a consultant in various sectors such as telecom and pharma. Since 10 years he is part of the Continuum Tribe and has worked for several customers. Within Continuum, he has the [...]

A gentle introduction to Monads

Monads Kristof Slechten

def unit: A → F[A] We need Map functionality, that allows us to apply A → B on the A type inside box F def map: F[A] → (A → B) → F[B] We need a Flatten functionality that allows us to unpack a type A inside 2 boxes F. def flatten: F With these [...]

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