Skip to content
View fkoolhoven's full-sized avatar
🎢
🎢

Highlights

  • Pro
Block or Report

Block or report fkoolhoven

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fkoolhoven/README.md

Hi πŸ‘‹πŸΌ, I'm Felicia!

I'm a sound designer gone software engineer, studying at Codam Coding College in Amsterdam.

  • 🌱 I’m currently learning the legendary C and C++ programming languages at Codam

  • πŸŽ’ Besides that I am also taking online courses in web development and data/SQL

  • 🏒 I work part time at ChipSoft where I use mostly CSS, HTML, C# and SQL

  • πŸ” Always looking for ways to improve my code

  • ⚑ Outside of studies and work I enjoy reading, making music, creative coding, climbing and nerding out about films

Projects I recently finished:

  • πŸ”“ cpp-modules: Getting a strong understanding of C++ and object-oriented programming

  • 🍝 philosophers: Solving a version of the dining philosophers problem using threads and mutexes

  • ❄️ fractol: This project is about creating graphically beautiful fractals

  • ⬆️ push_swap: Sorting data on a stack using the lowest possible number of actions

  • ♻️ pipex: Recoding the pipe (|) operator with system calls only

  • 🐚 Minishell: Creating our own version of the Bash shell (group project with Jagna Hendriks)

Check my repo's for more!

Currently working on:

  • 🌊 flowfield: An interactive flow field website that let's you create your own art (CSS, HTML, JavaScript)

  • β˜€οΈ mini-RT: Graphics project, writing a raytracer in C from scratch (group project with Cris van Schijndel)

  • πŸ‹ inception: Broadening my knowledge of system administration by using Docker

  • πŸ”Œ webserv: Writing and HTTP server in C++ (group project with MarΓ¨s Verbrugge and Flen Huisman)

Pinned

  1. fractol fractol Public

    A computer graphics project about creating graphically beautiful fractals.

    C

  2. philosophers philosophers Public

    Solution to a version of the famous 'dining philosophers' problem, learning about threads and mutexes.

    C

  3. Minishell Minishell Public

    Building a simplified version of bash, encompassing functionalities such as handling signals, environment variables, redirections, pipes, and implementing a custom parser.

    C

  4. cpp-modules cpp-modules Public

    Learning object-oriented programming fundamentals in C++ through exercises that gradually increase in difficulty

    C++