Skip to content
View ngtina99's full-sized avatar

Block or report ngtina99

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

✨ Hey there ✨

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! 😇

Alt Text

currently learning 🌸🦋

Alt Text Projects

miniRT (IN PROGRESS) - MiniRT is a ray tracer that simulates light interacting with shapes and materials to create 3D images.
MINISHELL - This project involves creating a shell and required teamwork with another student from 42
PHILOSOPHERS - The project implements a multi-threaded solution to the classic dining philosophers problem.
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

Alt Text Projects

CPP02 (IN PROGRESS) - 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

Alt Text Projects

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.

Alt Text Projects

Data and SQL - Coding Kickstarter - Beginner exercises in SQL by CFG, Code First Girls.

Popular repositories Loading

  1. miniRT miniRT Public

    MiniRT is a ray tracing program that creates realistic images by calculating how light interacts with shapes and materials in a 3D environment.

    C 1

  2. ngtina99 ngtina99 Public

    Config files for my GitHub profile.

  3. libft libft Public

    Libft is a 42 project that involves recreating a subset of standard C library functions. 📖

    C

  4. ft_printf ft_printf Public

    A project that aims to mimic the behavior of the standard "printf" function.

    C

  5. get_next_line get_next_line Public

    The get_next_line function reads from a file descriptor and returns the next line of text.

    C

  6. push_swap push_swap Public

    Making this program helps to learn algorithmic thinking, data structures, and optimization techniques.

    C