Skip to content
View Nicktvdd's full-sized avatar
๐Ÿข
๐Ÿข

Highlights

  • Pro
Block or Report

Block or report Nicktvdd

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
Nicktvdd/README.md

Hi there, I'm Nick ๐Ÿ‘‹

๐ŸŒŒ About Me

  • Programming enthusiast studying at Hive Helsinki ๐Ÿ‡ซ๐Ÿ‡ฎ
  • Sports science / management background, adept at teamwork and problem-solving
  • Creative, passionate and always learning

๐ŸŒŸ Notable Projects

  • MiniShell: A minimal Unix-like shell
  • Push_swap: Efficient sorting algorithm
  • Philosophers: Dining philosophers problem implementation
  • Printf: Custom formatted output function
  • Cub3D: 3D graphics project using raycasting technique

๐ŸŒ Climate Change Advocate

  • Leveraging technology for sustainable development
  • Raising awareness about environmental issues

๐ŸŒฑ Hobbies & Interests

  • Sport science enthusiast ๐Ÿ‹๏ธโ€โ™‚๏ธ
  • Fantasy bookworm ๐Ÿ“š
  • Dungeons & Dragons adventurer ๐Ÿ‰
  • Metal music lover ๐ŸŽธ
  • Nature walks with my wife and dog ๐Ÿƒ

:octocat: Websites

๐Ÿ”ง Skills

Skills

๐ŸŽ“ Certifications

Full Stack Certification TypeScript Certification CI/CD Certification

Thank you for visiting my GitHub profile! Let's connect and create a brighter, more sustainable future together! :shipit:

Pinned

  1. MiniShell MiniShell Public

    Forked from jestebanpelaez18/42Course-Minishell

    Minishell allows to relive the challenges of the past, experiencing firsthand the problems faced when Windows was non-existent. Dive into the realm of interactive command lines, understanding the eโ€ฆ

    C

  2. philosophers philosophers Public

    Forked from RushMaverick/philosophers

    Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.

    C

  3. push_swap push_swap Public

    This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, I manipulate various sorting algorithms and choose the mostโ€ฆ

    C