I'm George, a Computer Science explorer, currently developing projects at 42 Porto.
👩🚀 I've made a career switch from the legal field in 2022. I have been passionate about logic, math and computers since childhood and consistently seek personal growth. So, when I discovered programming, and have been in love with it ever since. Now I deepen my knowledge in technology delivering projects solving practical porblems from sorting things to rendering data on a screen.
🔮 AI assistants I have used so far to enhance the coding, testing, debugging, refactoring and learning process:
- Basics (Arrays, Pointers, Structures, Linked Lists, Algorithms, Recursion)
- System (FD, Bits, Memory Management, Processes, Pipes)
- Graphics (MinilibX, X11, RGB)
💬 Happy to work together on your fascinating ideas too, direct message me!
👇 Click on the links of the projects to see customized explanations for their relevance to practical business needs
- Shell00: Introduces core Unix/Linux shell commands for navigation, file manipulation, permission handling, and Git basics
- Shell01: Advanced command-line exercises in data extraction, file searching, directory counting, and special character handling
- Libft: Custom C Library
- Fract-ol: Interactive fractal renderer (Mandelbrot, Julia & Multibrot sets)
- Push_swap: Optimized sorting algorithm using stacks
- Pipex: Unix piping behavior with process control and file descriptor manipulation
- Minishell: Custom implementation of a basic shell, similar to bash, but with a reduced feature set