Skip to content
View lkilpela's full-sized avatar

Highlights

  • Pro

Block or report lkilpela

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

πŸ‘‹ Hi there! I’m a solution-focused programming student at Hive, graduating in Spring 2025.

πŸ’» Proficient in C and C++ with a strong foundation in software development.

πŸš€ Rapid learner able to quickly master new tools, systems and methods.

🎯 Thriving in collaborative environments to achieve project goals.

🌱 Eager to contribute to real-world projects and grow as a professional software developer.

🀝 I’d love to network with like-minded professionals and discuss exciting opportunities!

πŸŽ“ Hive Helsinki Projects

Project Description
Phase 0
libft A library of reproduction standard C library functions.
Phase 1
ft_printf A reproduction of the printf function from C.
get_next_line A function to read a file line by line.
Born2beroot System administration with a Linux virtual machine.
Phase 2
so_long A 2D game built in C using the MLX42 graphics library.
pipex An implementation of a Unix pipe command in C.
push_swap Data sorting using two stacks in C.
Phase 3
philosophers A multithreaded solution to the dining philosophers problem.
minishell A mini shell implementation in C.
Phase 4
NetPractice Network configuration and troubleshooting.
miniRT A mini ray tracing project built for learning basic ray tracing techniques.
CPP00 - CPP04 Introduction to C++ basics, inheritance, polymorphism, and operator overloading.
Phase 5 (In progress)
CPP05 - CPP09 Deep dive in C++ features including file casts, templates, Standard Template Library (STL) and exception handling.
webserv A custom HTTP server built from scratch to handle HTTP requests and responses.
Inception(Docker) A multi-service infrastructure setup using Docker Compose with NGINX, WordPress, and MariaDB containers.
Phase 6 (Jan - April 2025)
ft_transcendence A full-stack web application project implementing a real-time multiplayer game with user authentication and social features.

πŸ› οΈ Technical skills

C C++ VS Code Git Docker SFML macOS Linux

🀝 Connect with me

LinkedIn

πŸ“Š GitHub Stats

Top Languages

GitHub Stats

Pinned Loading

  1. libft libft Public

    `libft` is a personal C library developed during the Hive Helsinki curriculum, featuring commonly used functions for string manipulation, memory management, and list handling.

    C

  2. Born2beRoot Born2beRoot Public

    `Born2beroot` is a Hive Helsinki project focused on setting up a Linux virtual machine and performing various system administration tasks.

  3. ft_printf ft_printf Public

    `ft_printf` is a custom implementation of the standard C library function `printf`. This project is part of the Hive Helsinki curriculum.

    C