CV Tailor is a web app that helps job applicants customize their resumes to match job descriptions. It simplifies the process by offering tailored suggestions, improving CV compatibility, and boosting your chances of landing an interview.
This project is a collaborative effort to create a custom _printf function in C, emulating the behavior of the standard printf function. It provides an in-depth exploration of C programming, focusing on formatted output and the implementation of core programming concepts like variadic functions, string manipulation, and low-level I/O handling.
This project implements a custom shell in C, simulating a basic bash shell. It includes functions for reading user input, executing commands, managing memory, and handling paths. The project aims to enhance understanding of C programming and shell development.
A group (2 individuals) project to implement different sorting algorithms.