Skip to content
View xplore93's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro
Block or Report

Block or report xplore93

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

Eugeniu Stina

Developer of better daily expirience 🚀

Hello! My name is Eugeniu Stina , I am a software developer of all kinds. I am not a Web or Mobile developer, I believe that the good developer is the one who creates any type of application, what matters is the quality of the code. I have experience in programming implementing different algorithms and practices, both logical and functional.


The tools I use most of are:
Docker Github Trello Visual Studio Code Microsoft Terminal

Programming languages and Frameworks:
C C++ Java JavaScript ReactJS NodeJS VueJS PHP Symfony


If you want to contact me, you can do it through:
Linkedin

Eugeniu's 42 stats

Eugeniu's github stats Top Langs

Pinned

  1. Libft Libft Public

    This project is my very first project as a student at 42. I will need to recode a few functions of the C standard library as well as some other utility functions that I will use during my whole cur…

    C

  2. get_next_line get_next_line Public

    May it be a file, stdin, or even later a network connection, I will always need a way to read content line by line. It is time to start working on this function, which will be essential for my futu…

    C

  3. ft_printf ft_printf Public

    This project is pretty straight forward. You will recode printf. You will then be allowed to reuse the function in your future projects. You will mainly learn how to use variadic arguments.

    C

  4. ft_server ft_server Public

    This project is intended to introduce you to the basics of system and network administration. It will allow you to install a complete web server, using a deployment technology named Docker.

    PHP 1

  5. cub3d cub3d Public

    This project is inspired by the world-famous eponymous 90’s game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, in…

    C