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.

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

Hi there πŸ‘‹

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

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

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

🌱 Learning and Growing

My main stacks are C, C++ and TypeScript, but I enjoy diving into different technologies and see where they take me.

🎯 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-Transcendence 42-Transcendence Public

    A modern web application featuring a classic Pong game.

    TypeScript 3 2

  2. 42-Webserv 42-Webserv Public

    Forked from phspeters/webserv

    A custom C++98 HTTP/1.1 web server. It uses an event-driven architecture (epoll) to handle static files, CGI scripts, file uploads/deletes, and virtual hosts.

    C++

  3. 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

  4. 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

  5. 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

  6. 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