Skip to content

Python – Programming for everybody

I completed the online course Programming for Everybody Getting Started with Python, offered via Coursera and authorized by the University of Michigan. I approached this course with the goal of building a solid and correct… 

U2U Training – Object-Oriented Programming in C#

U2U Certificate Object Oriented Programming in C# I completed the Object Oriented Programming in C# course at U2U and earned the corresponding certificate. It was a technical deep dive into how object oriented concepts are… 

Learning SQL through VDAB Webleren

Course structure and approach I followed an SQL course via the VDAB Webleren platform, with the goal of strengthening my database fundamentals as an engineer moving deeper into software testing and development. The course focused… 

ICT-projectmanagement and Project Analysis

A technical engineer’s view on Scrum, PRINCE2 and UML I followed the ICT Project Management and Project Analysis course at Cevora with a very pragmatic goal: to better understand how software projects should be structured,… 

DCT implementation in C for image processing

DCT Discrete Cosine Transformation implementation for image processing In digital image processing there are moments where raw pixel values are simply not the most useful representation. Pixels describe intensity at a position, but they hide…