MY CODING

Development projects and work

MY DEVELOPMENT ENVIRONMENT

The tools I use to bring ideas to life

PHPStorm

PHPStorm

My primary IDE for PHP development. PHPStorm provides intelligent code assistance, powerful debugging tools, and seamless integration with version control systems.

I've been using JetBrains IDEs for years, and PHPStorm has become my go-to environment for building robust PHP applications, whether it's working with Laravel, Symfony, or custom frameworks.

Visit Website

PROGRAMMING LANGUAGES

Languages I work with

PHP

PHP

Server-side scripting language that powers a significant portion of the web. I have extensive experience building dynamic websites, APIs, and web applications using PHP.

sample.php
function calculateSum(int $a, int $b) { return $a + $b; } // Usage $result = calculateSum(5, 10); echo "Result: " . $result;
C#

C#

A modern, object-oriented programming language from Microsoft. I use C# for building desktop applications, web services, and backend systems on the .NET framework.

Program.cs
using System; namespace MyApp { class Program { static void Main(string[] args) { Console.WriteLine("Hello, World!"); } } }
JavaScript

JavaScript

The language of the web. I use JavaScript to create interactive, dynamic user interfaces and single-page applications with modern frameworks.

script.js
function greet(name) { const message = `Hello, ${name}!`; console.log(message); return message; } // ES6 Arrow Function const add = (a, b) => a + b;

MY PROJECTS

Some of the projects I've worked on

PROJECTE

This very website you're browsing! ProjectE is my personal portfolio and project showcase, built with modern web technologies and designed to highlight my skills and work.

Language: PHP, HTML, CSS, JS Framework: Bootstrap Status: Active
Visit Project

CIVITAS WEBSITE

I manage the website for Civitas Venlo volleyball club. This includes development, maintenance, and content updates to keep the community informed about events, matches, and club news.

Language: PHP, JavaScript Role: Developer & Admin URL: civitasvenlo.nl
Visit Website