Skip to content
View clima-fr's full-sized avatar

Highlights

  • Pro

Block or report clima-fr

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
clima-fr/README.md

About me

  • I'm a Software Engineer currently studying Computer Engineering at Universidade Aberta.

  • I worked at Itaú Unibanco, the largest bank in Latin America, where I contributed to an AI-based serverless solution using AWS Lambda (Python), API Gateway, DynamoDB, S3 and CI/CD with GitHub Actions.

  • I graduated from 42 School, where I gained strong experience in C, C++, Shell scripting, low-level programming (memory, processes, concurrency) and Docker.

  • At 42, I also had introductory experience with backend development using Node.js, TypeScript, Fastify, SQLite and microservices architecture.

  • I completed the AWS re/Start program by Amazon Web Services, gaining knowledge in Linux, Python, networking, security, automation and core AWS Cloud skills.

  • I passed the AWS Cloud Practitioner exam and received the certification.

  • I learned Arduino and basic web development (HTML, CSS, PHP, MySQL) at TecPuc.

Now some random stuff

  • If I could choose a character to describe my personality I would choose Andrea Sachs from The Devil Wears Prada!

  • I was once called on stage by Pharrell Williams at a concert... and I said no.

  • I'm surprisingly good at winning contests. I've won free dinners, festival tickets, cinema passes, cash prizes and even a Nintendo Switch.

  • I need to read at least 10 pages of a book before bed or I can't fall asleep (currently reading A Storm of Swords).

  • I have a background in classical dance and taught ballet classes for several years.

  • I'm autistic (Level 1).

  • I'm obsessed with sports in general, but I prefer cheering and watching over actually playing.

  • People often find me hard to label. I don’t really match the idea most have of a developer, or a dancer, or even an autistic person. I’ve learned to enjoy that 😊.

  • I love hearing random facts about people. Share yours with me: LinkedIn, Email

Popular repositories Loading

  1. 42_Exam-Rank-03 42_Exam-Rank-03 Public

    This repository features my solutions to the Exam 03 from the 42 School programming curriculum.

    C 3

  2. cub3D cub3D Public

    A simplified RayCaster implementation using miniLibX, part of the 42 school curriculum. The project includes features like window management, map interpretation, player movement, and rendering with…

    C 2 1

  3. Webserv Webserv Public

    A simple HTTP/1.1 server written in C++, supporting GET, POST, DELETE methods, virtual hosting, CGI script execution, and custom error pages. Ideal for understanding the basic concepts of web servers.

    C++ 1

  4. clima-fr clima-fr Public

  5. Libft Libft Public

    Custom C library that replicates standard functions and introduces extra utilities for handling strings, memory, and lists. This project serves as a foundation for mastering low-level programming a…

    C

  6. Minishell Minishell Public

    This project is about creating a simple shell

    C