I'm Tina, a Software Developer student at 42 Lisboa 👩💻
Let's connect—feel free to reach out if you have any questions or suggestions about my projects! 😇

Webserver - Working with the team to build an HTTP server in C++98
CPP08 - This module covers templated containers, iterators, and standard algorithms
CPP07 - I discovered C++ templates and applied them to various default functions.
CPP06 - The project covers C++ casts, including static_cast, dynamic_cast, const_cast, and reinterpret_cast
CPP05 - This module introduces exception handling and the concept of repetition through casting and type conversions
CPP04 - About subtype polymorphism, abstract classes, and interfaces to enhance code flexibility and design
CPP03 - I explored different types of inheritance, such as single, multiple, and virtual, enabling flexible code reuse
CPP02 - The project involves ad-hoc polymorphism, operator overloading, canonical class form, and vector calculations
CPP01 - This module taught me how to use memory allocation, pointers to members,
references, switch statement
CPP00 - My first exercises in C++ learning: namespaces, classes, member functions, stdio streams, initialization lists, static, const, ands other basic concepts
PHILOSOPHERS - The project implements a multi-threaded solution to the classic dining philosophers problem.
MINISHELL - This project involves creating a shell and required teamwork with another student from 42
miniRT - MiniRT is a ray tracer that simulates light interacting with shapes and materials to create 3D images.
FRACT-OL - This project combines the complexity of complex numbers and computer graphics
MINITALK - The goal of "minitalk" is creating a client-server program that communicates using UNIX signals
PUSH_SWAP - Making this program helps to learn about algorithms, data structures, and optimization techniques
FT_PRINTF - A project that aims to mimic the behavior of the standard "printf" function
GET_NEXT_LINE - The get_next_line function reads from a file descriptor and returns the next line of text
LIBFT - Recreation a subset of standard C library functions
BEGINNER EXERCISES - freeCodeCamp - Beginner exercises in Python by freeCodeCamp.
BEGINNER EXERCISES - Youtube - I have collected some basic exercises written in Python, which provide a perfect foundation.
Data and SQL - Coding Kickstarter - Beginner exercises in SQL by CFG, Code First Girls.