Skip to content
View kay30kim's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report kay30kim

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

Hi I'm Kay Kim πŸ‘‹

"No developer is bigger than the Team" This encapsulates my work philosophy.

  • πŸ‘¨β€πŸ’» Crafting code as a software developer.
  • πŸ’» Full-stack developer specializing in web freelancing, skilled in front-end technologies (React, JS, HTML, CSS) and back-end frameworks (Node.js, Express) for dynamic and responsive applications.
  • 🌱 I work for Samsung Electronics as a software developer using C/C++(14). Experienced software life cycle for SSDs, including requirements analysis, architecture design, feature implementation on a large scale in C/C++ (14), bug tracking, adherence to coding standards, code reviews, coverity, and (unit/integrating) testing
  • πŸš€ I've engaged in diverse projects involving C/C++, Linux, Web, Docker, and Graphics at 42 Quebec and am currently active in ongoing 42 curriculum assignments.
  • πŸ’Ό I did an intership as a software developer at the Electronics and Telecommunications Research Institute(ETRI).
  • 🚁 I was a member of the 10th Software Maestro sponsored by the Ministry of Science and ICT in Republic of Korea, where I developed a Drone Sharing Service Application.
  • πŸ† I received the grand prize in the application category at The Open Software Competition hosted by the Ministry of Science and ICT. - (NIPA President Award).
  • πŸ“š I majored in Electronics and Information Engineering at Korea University, gaining extensive knowledge in hardware, including electronic circuits, semiconductors, and FPGA, as well as software-related expertise in C, C++, and Operating Systems

My projects Overview

In collaboration with LΓ©opold, we developed a Minishell mirroring Bash's functionality. I focus on pipe, redirection, and signal handling, we seamlessly supported each other's tasks, resulting in a robust shell implementation. This project deepened my understanding of Unix concepts like multiprocessing and file descriptors, showcasing effective teamwork and modern C programming practices.


Implement a solution to the dining philosophers problem using threads and mutexes. Each philosopher is represented by a thread, and there is one fork(resource) between each pair of philosophers. To prevent race conditions, mutexes are used to protect the state of forks.


Developed a 2D game from scratch using OpenGL, incorporating graphic techniques to receive and render textures. Utilized map input hooks to capture user movements, dynamically transforming the map accordingly. Implemented the entire process using a Makefile and my own implemented library.


The "push_swap" program is a sorting algorithm implementation that takes a stack of integers as input and outputs the smallest list of instructions required to sort the stack. The primary goal is to have the smallest number at the top of the stack. The program uses quicksort with two deques, separating elements based on a pivot value. Additionally, mergesort is employed to determine the pivot.


Create a client-server system for exchanging messages through UNIX signals. The server, launched first, prints its PID. The client, taking the server PID and a string as parameters, sends the string to the server, which then prints it.


MyOwnLibrary is the product of my relentless pursuit of a deeper understanding of C/C++ programming. It serves as a testament to my dedication to this craft. This library not only replicates all the essential functions found in <stdio.h> and <stdlib.h> but also takes a step further by implementing a wide array of string and list-related functions. Moreover, it places a strong emphasis on the judicious management of memory allocation, ensuring that efficiency and stability are upheld throughout all operations.


As I continued my journey in C/C++ programming, I embarked on a mission that demanded a profound understanding of variable-argument functions. I decided to recreate the iconic printf function entirely from scratch. This endeavor proved to be pivotal in helping me grasp the intricacies of variable functions and parameters. It was a challenging but immensely rewarding experience, and it significantly enriched my expertise in the realm of programming.


The implementation of get_next_line was a project that made a significant impact on my programming proficiency. This project has greatly enhanced my understanding of static variables and functions, emphasizing their importance in managing and maintaining the state across multiple function calls. Beyond this, it has provided valuable insights into the intricacies of file handling and data manipulation. Its primary purpose is to facilitate the reading of content line by line from file descriptors.


SnapDrone : Drone Sharing Service Application

Implemented Android application, established a server using MongoDB and AWS, and developed a Ground Control System (GCS) for drone management. The GCS facilitates communication between devices through APIs, allowing consumers to share and utilize drones located at specific places without owning one. Youtube1 Youtube2


  • πŸ“« How to reach me : kay30kim@gmail.com
  • πŸ’¬ Feel free to ask me about all of your question.
  • 🌱 I'm currently learning about graphics and web.

Pinned Loading

  1. MyOwnLibray MyOwnLibray Public

    Create my own library.

    C 1

  2. printf printf Public

    My own printf function.

    C 1