Skip to content
View bbazaglia's full-sized avatar

Highlights

  • Pro

Block or report bbazaglia

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

Hi there πŸ‘‹

I'm Beatriz, but you may call me Bia.

πŸ‘©β€πŸ’» From Law to Code

I transitioned from law to software development, and today, I work as a Software Developer Consultant at Thoughtworks while continuing my learning journey at 42 SΓ£o Paulo.

🌱 Learning and Growing

  • Currently focusing on C, C++ and NodeJs.
  • Always excited to explore new technologies.

🎯 Side Venture

As a side venture, I'm creating informative documents about 42 school projects. I believe in the power of sharing knowledge and making learning more accessible. By documenting my experiences and insights, I aim to help others navigate and excel in their coding endeavors.

  • Read some of my posts on Medium.

🀝 Let's Connect

Feel free to connect with me on social media. I'm always open to interesting conversations, collaboration, or just to say hi!

Pinned Loading

  1. 42-cub3D 42-cub3D Public

    This project involves recreating 'Wolfenstein 3D' (the first-person shooter experience in gaming history) using the raycast algorithm.

    C 2 1

  2. 42-minishell 42-minishell Public

    This project was developed in pair-programming with my dearest friend (carologata). It's about creating a simple shell. Yes, our own little bash.

    C 1 1

  3. 42-philosophers 42-philosophers Public

    The Dining Philosophers Problem is a classic synchronization problem used to illustrate the challenges of resource allocation and deadlock avoidance in concurrent programming.

    C

  4. 42-push_swap 42-push_swap Public

    This project will make you develop an algorithm to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.

    C

  5. 42-Pyhton-Immersion 42-Pyhton-Immersion Public

    This repository showcases a collection of projects developed during an intensive Python immersion. Each project highlights different aspects of Python programming, from data processing to user inte…

    Python

  6. 42-CPP 42-CPP Public

    Introduction to Object-Oriented Programming concepts and techniques in C++

    C++