Events

The itenium technical agenda
Discover what lies ahead or explore our archive of past sessions.

Upcoming Events

Our upcoming tech & fun sessions

  • Thu 05/12/2024: On-Site FrontendTrack Angular KrisKras : RXJS, ReactiveForms, Redux & Angular Day
  • Fri 31/01/2025: FunEvent New Year Event

Itenium: Where Passion Meets Profession

Past Events

14/11/2024

Curling

Promises to be very intensive, I'm sure 😃 (Zemst)

We swept our way to victory! Our Curling event in Zemst was an absolute delight! From rookie sliders to seasoned pros, everyone had a fantastic time on the ice.

We laughed, cheered, and embraced some unexpected twists and turns along the way. Who is ready to take on the curling challenge next?

Image Gallery

FunEvent

LinkedIn

Twitter

Facebook

17/10/2024

MicroServices

The next architecture to be covered in our ArchitectureTrack!

Our latest ArchitectureTrack session covered "Microservices Patterns" from Chris Richardson. Highlighting the huge advantages of a Microservice architecture while also being a cautionary tale: there are significant obstacles to overcome before you can be successful with them; and building a monolith with for example a hexagonal architecture could just be much better for your team(s)!

That being said, "if you find yourself in a hole, stop digging", we discussed how it's typically best to start with a monolith but how you can refactor towards microservices using different strategies and what application and infrastructure patterns you need to apply to avoid every outage being like a murder mystery.

Some of the topics covered:

  • Interprocess communication: to API or to message? How to handle the missing Isolation in your beloved ACID?
  • Queries: API composition or reporting databases (with EventSourcing)
  • Getting production ready: security, configurability and observability
  • Deployment: needs to be highly automated -- what are your options

Image Gallery

ArchitectureTrack Theoretical Virtual

Github Source

LinkedIn

Instagram

Twitter

Facebook

03/10/2024

SQL

Exercises on SQL for devs, testers & analysts!

The game that was the SQL Training started with a hickup, other machines were not discoverable on the guest network so the leaderboard server had to be deployed on an external server -- while everyone was already solving exercises! This messed up our scoreboard considerably, especially the ranking for "solved fastest" 😊

After this it was pretty smooth sailing. Tom found an error in the calculation of the query to calculate the average GDP per capita in South America. That and other small issues were fixed on the spot, on production -- as it should! 😉

Even though we had definitely said "no cheating", Alexander came to the correct amount of penalties by doing COUNT(0)+4 and Mike found the countries with a GDP > Europe by doing WHERE GDP>3425956000000. Straight to jail!

In the end Michael proved too strong and with 63 points, he went home with the title of itenium SQL Master and the gaming cup!

Image Gallery

QAEvent Hands-On Intermediate On-Site

Github Source

LinkedIn

Instagram

Twitter

Facebook

Itenium blog Post

01/10/2024

Interstellar

10 Year Anniversary @ Kinepolis Antwerp

Being big fans of Interstellar, the stellar scifi from Christopher Nolan, we couldn't pass up on the opportunity to watch it in the cinema again (!) for the 10 year anniversary.

It was still as awesome as we remembered!

Image Gallery

FunEvent

25/09/2024

Handige tools &/of frameworks

Welke tools en/of frameworks zijn handig om te kennen?

The Java Track: Handige Tool session covered tools to enhance Java development, including debugging, code quality checkers, dependency management, and performance monitoring, with developers sharing practical tips for everyday challenges.

Image Gallery

JavaTrack Code-Show Virtual

LinkedIn

Instagram

Twitter

Facebook

05/09/2024

Yeti Prison Island

No one knew what to expect from Yeti Prison Island. Turned out you can basically do anything at the Yeti Island but in our formula we were divided into small teams and entered rooms to solve a puzzle, coordinate as a team, climb around to push buttons and other small games.

We had teams called "Leeroy" and "Jenkins" but the Jenkins team ended up peforming a bit too good and ended up with a higher score than Leeroy. So close!!

It was still a lot of fun, and in the end everyone did manage to escape 😮‍💨

Image Gallery

FunEvent

LinkedIn

Instagram

Twitter

Facebook

30/08/2024

BBQ en Boardgames Bonanza™

BBQ + Boardgame Bonanza with Thomas Janssens was a hit! Itenium colleagues came together for an evening of grilling and board gaming. Games were competitive, and the atmosphere was relaxed, creating a fun break from the usual work routine. Whether it was rolling dice or flipping cards, everyone had a great time.

Image Gallery

FunEvent

LinkedIn

Instagram

Twitter

Facebook

01/08/2024

Github Actions

Automate your workflow!

Just wrapped up an awesome session on GitHub Actions! We explored building & testing Node, .NET, and Java with multi-version matrices , dived into Docker integrations, and mastered reusable workflows to keep things DRY. Plus, we learned how to automate everything from Issues to PRs using GitHub Actions!

Image Gallery

TechEvent Code-Show Virtual

Github Source

LinkedIn

Instagram

Twitter

Facebook

20/06/2024

n-tier, Onion, Hexagonal

A closer look at probably the most used architectures out there

Another great session in our ArchitectureTrack packed with examples, best practices, and real-world applications. We had a great time exploring how to design flexible, maintainable, and scalable systems.

Key takeaways included an exploration of N-tier Architecture, which divides an application into layers (Presentation, Business Logic, Data Access, etc.) to enhance separation of concerns and scalability, and Hexagonal Architecture (Ports and Adapters), which emphasizes the use of ports and adapters to decouple core business logic from external systems, allowing for easy integration and adaptability. Stay tuned for more insightful talks!

Image Gallery

ArchitectureTrack Theoretical Virtual

Github Source

LinkedIn

Instagram

Twitter

Facebook

13/06/2024

Itenium 2.0

Itenium 2.0 Kick-Off: A Sunny Start!

Building on the excitement from our kick-off event at Zuiderbad Mechelen, we're thrilled to announce Itenium 2.0! The sunny day was filled with laughter and fun as we redefined our vision, set ambitious goals, and prioritized what truly matters. While embracing our core values and traditions, we continue to build a future rooted in innovation, excellence, and community. Our company dream is to empower professionals and companies to thrive, innovate, and create lasting impact. A huge shout out to Charlotte Ryckeboer for capturing all the amazing moments!

Image Gallery

FunEvent

LinkedIn

Instagram

Twitter

Facebook

06/06/2024

Tech Café

itenium Tech Cafe, where good food and cutting-edge technology collide

We hosted an exclusive Itenium Tech Café exploring OpenAI/Copilot, MicroExpressions, and MindMapping. Participants dived into AI technologies, non-verbal communication, and strategic thinking skills through mind mapping. It was a great opportunity for professional growth and networking with like-minded professionals!

Image Gallery

LinkedIn

Instagram

Twitter

Facebook

31/05/2024

Angular Days

Full day Angular immersion

Last week we organized our first full itenium Angular Day: great location & food but also a workshop to upgrade our (in)famous Socks Store with exercises on (standalone) components and templates, including the new control flow syntax, routing and auth, an in-depth look on RXJS, Redux and ReactiveForms as well as on the new zoneless Signals. With over 30 PRs in one day, it was quite the success!

Image Gallery

Bootcamp Hands-On On-Site

Github Source

LinkedIn

Instagram

Twitter

Facebook

30/05/2024

ASP.NET WebApi

Starting from the FullStackHero template, we did a deep dive into ASP.NET WebApi. Our hands-on workshop included exercises on ModelBinding, custom middleware, compression & caching, JSON configuration, DI and more! We also had a quick look at the new MinimalAPI.

Image Gallery

DotNetTrack Hands-On On-Site

Github Source

LinkedIn

Instagram

Twitter

22/05/2024

SpringBoot

Join us for our inaugural Java Competence Center session featuring Spring Boot 3.X. Discover the latest advancements with Spring Boot 3.X and explore cutting-edge features and enhancements designed to streamline your Java development experience.

Image Gallery

JavaTrack Hands-On On-Site

Github Source

LinkedIn

Instagram

Twitter

16/05/2024

Code Complete (Part 2)

The remaining 800 pages of Code Complete

Level up your coding!

Unlock the secrets to writing clean, efficient, and maintainable code with 'Code Complete.' This definitive guide offers practical insights and proven techniques for every stage of software construction. It is an essential resource for developers committed to excellence in their craft.

Image Gallery

ArchitectureTrack Theoretical Virtual

Github Source

LinkedIn

Instagram

Twitter

15/05/2024

Product & Analysis Competence Center

Level Up Your Product Skills!

Our first Product & Analysis Competence Center session kicked off thanks to Sofie! We brainstormed cool ideas, learned how to turn them into actionable user stories, and got to know each other. It was a great opportunity to connect, learn, and enhance our skills! Join the movement for continuous learning!

Image Gallery

QAEvent SoftSkill On-Site

LinkedIn

Instagram

Twitter

02/05/2024

Lockpicking

What to do if you lose your keys?

Itenium had an amazing time delving into the intricacies of lockpicking at our recent workshop! The team delved into the art of unlocking mysteries, honed their skills, and unraveled challenges. It was a blast seeing everyone enjoy the thrill of cracking locks and learning new techniques.

Can't wait for the next adventure!

Image Gallery

FunEvent Hands-On On-Site

LinkedIn

Instagram

Twitter

15/03/2024

3D-Modelling

Create your first 3D model / world.

Tom introduces us to 3D modelling with the Unreal Engine! A little internal competition to create the most beautiful image using the course material from Email Sleegers to build a landscape inspired by the grandeur of ancient Rome and Greece.

Image Gallery

Bootcamp Hands-On On-Site

LinkedIn

Instagram

Twitter

Itenium blog Post

07/03/2024

eDirt Bike ! 🏍️

Dirt parcours voor e-bikes

Team Itenium had a blast at the eDirt Bike fun event! From thrilling races to friendly competition, it was an electrifying day full of adrenaline & fun.

Here's to more exciting adventures ahead!

Image Gallery

FunEvent

LinkedIn

Instagram

Twitter

22/02/2024

MongoDB

Intro session on the worlds most famous NoSql database: Mongo. We learned the MQL query syntax and setup some aggregate pipelines for the more exotic exercises.

TechEvent Hands-On On-Site

Github Source

LinkedIn

Instagram

Twitter

08/02/2024

Soft Skills Training

Focus & Time Management

We were thrilled to have our recent event on Softskills: Time and Focus Management, with our amazing team at Itenium! The session delved into techniques and strategies to enhance time management skills and boost focus. Our team of talented professionals found the event incredibly insightful.

Image Gallery

SoftSkill On-Site

LinkedIn

Instagram

Twitter

25/01/2024

New Year Event 2024

Wrapped up the start of 2024 with a spectacular bang! Our New Year's extravaganza last January 25, 2024, was a dazzling blend of joy, laughter, and unforgettable moments.

Here's to a year filled with cherished memories and endless possibilities!

Image Gallery

FunEvent

LinkedIn

Instagram

Twitter

21/12/2023

Interesting Docker Projects

Let's review some free, open-source, selfhosted Docker projects

Docker tools to run on your NAS or raspberry or just on your PC.

CloudTrack Code-Show Virtual

Github Source

LinkedIn

Instagram

Twitter

07/12/2023

GraphQL

Now that there is gRPC, let's have a look at GraphQL

Hands on exercises with Node, Express, GraphQL and Apollo.

Image Gallery

TechEvent Hands-On On-Site

Github Source

LinkedIn

Instagram

Twitter

09/11/2023

Quiz by Mike!

Today, we reflect on a delightfully entertaining quiz hosted by Mike—an all-encompassing source of enjoyment. Arguably the finest quiz in the world, it seamlessly blends lightweight amusement with diverse questions suitable for everyone. The icing on the cake included a fantastic prize, a delectable buffet, and refreshing drinks. It's an event with all the right ingredients for a memorable and enjoyable experience. What's not to love?

Image Gallery

FunEvent

LinkedIn

Instagram

Twitter

02/11/2023

Dockerfiles & Docker-Compose

Introduction to custom Docker and compose files

After our last CloudTrack training on Kubernetes, let's take a step back to find out the syntax and options when creating custom Dockerfiles.

And how to incorporate necessary databases and tooling for your apps with compose.yaml.

CloudTrack Theoretical Virtual

Github Source

LinkedIn

Instagram

Twitter

19/10/2023

Kibana Query Syntax

The Elastic Stack (previously known as the ELK Stack)

Our latest QAEvent explored KQL, the Kibana Query Language with demos on Discover, Alerts and Dashboard

QAEvent Demos Virtual

Github Source

LinkedIn

Instagram

Twitter

05/10/2023

Build your own MacroPad

Our team, led by the incredible Michiel, tackled the mission to create the ultimate macropad!

From soldering to putting everything together, the team was challenged by Michiel to build our very own macropad from scratch. This fun DIY session did not just put the components together, it strengthened the bond the team already had.

Image Gallery

TechEvent Hands-On On-Site

Github Source

LinkedIn

Instagram

Twitter

Itenium blog Post

21/09/2023

ModernJS

Program JavaScript like it's 2023 -- in TypeScript thus! ;)

After 15 long (and quite painful) years, the JavaScript winter has finally ended. Everybody already knows all about the major ES2015 release, but what has happened since? Let's find out what the last 4 years of ECMAScript has brought us!

Part 2 consisted of an in-depth tutorial to TypeScript.

FrontendTrack Code-Show Intermediate Virtual

Github Source

LinkedIn

Instagram

Twitter

Itenium blog Post

Itenium blog Post

07/09/2023

Bijlgooien

Dé nieuwe trend, itenium mag niet ontbreken!

We took a break from the daily grind and immersed ourselves in a world of precision, teamwork, and unwavering quality - mirroring our dedication in our everyday work! Our latest team bonding experience evolved into an exhilarating axe-throwing adventure.

Image Gallery

FunEvent

LinkedIn

Instagram

Twitter

24/08/2023

UI/UX: Don't make me think

How to design websites like billboards

There are no hard and fast usability rules, but there is a first law of usability, the ultimate tie-breaker: Don't make me think!

Create websites like billboards because your users merely scan your webpages; they are on a mission and are happy to satisfice.

FrontendTrack Theoretical Virtual

Github Source

27/07/2023

The Mythical Man-Month

On how a 40 year IT book is still relevant today

Delving into the timeless wisdom of Frederick Brooks' ''The Mythical Man-Month'' has been an enriching experience. This iconic work has illuminated the path of software development and project management for decades. As a company fueled by innovation and commitment to excellence, we persistently draw inspiration from these timeless masterpieces to craft and deliver exceptional solutions."

Image Gallery

ArchitectureTrack Theoretical Virtual

Github Source

LinkedIn

Instagram

Twitter

15/06/2023

Tech Café

itenium Tech Cafe, where good food and cutting-edge technology collide

Recently, our team came together for a Tech Cafe session of boundless discussions, exploring all things AI, ChatGPT, IoT, Home Automation, and beyond. Hand in hand with the most delicious wraps made by our very own Talisa Orens, we forged ahead, leaving a trail of excellence in our wake!

Instagram

Twitter

Itenium: Where Passion Meets Profession

View Older Events

About itenium

We are specialized in building unique digital experiences for our clients - from websites to special purpose applications.