#include <stdbool.h>
int main(void)
{
struct about_me patrixampm = {
.name = "Patrick Peckham",
.pronouns = {"he", "him"},
.age = 36,
.student = true,
.hired = false,
.contact = "[email protected]"
};
struct student my_studies = {
.is_student = true,
.status = {"42 Student", "Lemoncode", "Udemy", "LeetCode"},
.campus_42 = "Mรกlaga",
.login_42 = "ppeckham"
};
return (0);
}
๐ฏ Since September, 2024 I'm a student at 42 Malaga. My passion lies in coding, from developing challenging C projects to creating efficient scalable backend applications or creating different virtual environments depending on my specific needs.
๐ฉโ๐ป In my public repository, (https://github.com/patrixampm?tab=repositories), you can track my progress and check out the work I'm doing, both with Lemoncode, SoyGuiri and during my 42 journey.
๐ Additionally, I'm starting to dive into the world of Devops, through open source projects like GEX Lemoncode, and improving my skills in different programming languages with platforms like Udemy.