News Article

Get to Know: Pieter Danhieux, Co-Founder and CEO of Secure Code Warrior

Published Aug 26, 2022
by

On the lighter side of things, we ask, Pieter Danhieux, Co-Founder and CEO of Secure Code Warrior, what makes him tick.

Read the full article...
Resource hub

Resources to get you started

More posts
/* CLICK EVENT FOR MODAL CLOSE/OVERLAY THAT PAUSES VIDEO */ $('.modal-close,.modal-overlay').on('click', function () { const video = $(this).parent().find('video').get(0); if (!video) return; video.pause(); video.currentTime = 0; video.load(); })