Skip to content
View Alaxea's full-sized avatar
  • 42 Warsaw
  • Poland
  • 12:00 (UTC -12:00)

Highlights

  • Pro

Block or report Alaxea

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

Hello world, I'm Alicja πŸ‘‹

πŸ‘©β€πŸŽ“ Computer Science student at Vistula University
🧠 Software Engineering student at 42 Warsaw
πŸ‘Š I’m learning: C, C++, Python, Groovy

Interested in: πŸ₯‡ Backend Dev πŸ₯ˆ Cybersecurity && Computer Networks πŸ₯‰ DevOps

🌐 Socials:

LinkedIn email

πŸ’» Tech Stack:

c logo cplusplus logo python logo linux logo git logo docker logo vscode logo groovy logo jenkins logo

πŸ“Š GitHub Stats:

✍️ Daily Dev Quote


Popular repositories Loading

  1. Get_next_line Get_next_line Public

    Write a function that returns a line read from a file descriptor.

    C 1

  2. Minishell Minishell Public

    This project is about creating a minimalist shell. Yes, your own little bash.

    C 1

  3. ft_irc ft_irc Public

    IRC(Internet Relay Chat) is a text-based communication protocol on the Internet. It offers real-time messaging that can be either public or private. Users can exchange direct messages and join gro…

    C++ 1

  4. Libft Libft Public

    Write your own library: a collection of functions that will be a useful tool for your cursus.

    C

  5. Ft_printf Ft_printf Public

    A library that contains ft_printf(), a function that mimics the original printf() function.

    C

  6. Push_swap Push_swap Public

    The push_swap is a 42 school algorithm project where we must sort a given list of random numbers with a limited set of instructions, using the lowest possible number of actions.

    C