Skip to content
View fkoolhoven's full-sized avatar
๐ŸŽถ
๐ŸŽถ

Highlights

  • Pro

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!

  • ๐ŸŒฑ I learned the legendary C and C++ programming languages at Codam

  • ๐ŸŽ’ Besides that I have also completed online courses in web development and data/SQL

  • ๐Ÿข I am currently a full-time Graduate Software Engineer at Sonos

  • ๐Ÿ” 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:

  • ๐Ÿ„ webserv: Writing an HTTP server in C++ (group project with Marรจs Verbrugge and Flen Huisman)

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

  • โ˜€๏ธ mini-RT: Graphics project, writing a raytracer in C from scratch

  • ๐Ÿ 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:

  • ๐Ÿ”ฎ transcendence: A website with a chat and real-time multiplayer online game (group project)

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

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

Pinned Loading

  1. 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

  2. cpp-modules cpp-modules Public

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

    C++

  3. miniRT miniRT Public

    Writing a raytracer in C

    C

  4. webserv webserv Public

    Forked from maresverbrugge/webserv

    Writing our own HTTP server in C++.

    C++