Front-end Code Example

Color Toggle From the script.js file: /** * * @param {string} type: id, class or body * @param {string} value: element name * */ const element = function(type, value){ switch(type){...

Back-end Code Example

Schedule From the schedule.js node.js file: 'use strict' const {SCHEDULE} = require('../configuration') const schedule = require('node-schedule') const every_six_minutes = '*/6 * * * *' const every_seven_minutes = '*/7 * * * *'...

Student Dashboard Report

Note: the report below is written in Dutch. Vanuit de basisgedachte dat het project een begin is van een veel uitgebreider dashboard dat daadwerkelijk gebruikt gaat worden, ben ik eerst...

Portfolio

My portfolio consists of a number of assignments and projects that I developed during my education as a Front-end Developer and in my position as a Full Stack Web Application...