Skip to content
View bnidia's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report bnidia

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

Hi there 👋 Welcome to my github!

C, Golang, backend developer & 21-school attendant

  • 🔭 I'm currently working on various C apps, my websight in Golang
  • 🌱 Learning backend development and computer science
  • ⚙️ I use daily: C Golang. Want to try Docker
  • 💬 Ask me about C, Golang, backend development
  • 👩‍💻 For 42 fellow students my Intra nickname is bnidia, you can reach me on Slack
  • ⚡️ Hobbies: coding & writing & traveling & painting

Contact me:

bnidia | LinkedIn bnidia | Telegram

Popular repositories

  1. libft libft Public

    This project is your very first project as a student at 42. You will need to recode a few functions of the C standard library as well as some other utility functions that you will use during your w…

    C 15

  2. Philosophers Philosophers Public

    In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

    C 15

  3. FdF FdF Public

    Wireframe model. This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.

    C 15

  4. minitalk minitalk Public

    The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.

    C 14

  5. push_swap push_swap Public

    This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and …

    C 13

  6. ft_printf ft_printf Public

    This project is pretty straightforward, you have to recode printf. You will learn what is and how to implement variadic functions. Once you validate it, you will reuse this function in your future …

    C 11