174 | fn wake_up() {
175 | // school(); Deprecated!
176 | eat("protein");
177 | code(projects[0]);
178 | work_out();
179 | sleep();
180 | wake_up();
181 | }
Im Evryon (Ev for short), or Daniel, and im from Italy.
Im a passionate developer, and i am mostly self taught.
I am currently studying computer science and software engineering at university.
My goal is to live a simple normal life, with a simple IT job, and just keep doing what i love.
Personal projects: PROJECTS.md.
Lost commits?
Sadly many of the commits, and much of the history behind some of my work is lost,
as i had to upload the projects from another account i will not disclose.
Most of them were pretty much like the gif of commits above, so not much is lost i guess.
Details
Rust is my favourite language, im still learning it and whenever i use other languages i miss Rust;
C# is not up there just because it is "Microsoft Java", i use it with Unity. I prefer it to Java aswell;
Python is my least favourite language, it is a complete 180° from Rust, i am never sure if my code is going to do what i want it to;
I know some web development, im not an expert but i know enough to pick TypeScript over JavaScript whenever i can;
I want to learn low level programming, and systems programming, with C and C++, and also Rust of course.
Details
Out of the many IDEs i have tried, JetBrains software has always been the best, great refactoring, fast and extensible;
I have done a few projects with unity. I am interested in learning Unreal Engine and maybe one day even making my own game engine;
I know git enough to use most of its core functionality, i dont know the more niche commands. I do know of interactive rebase;
Visual Studio Code is a great general purpose IDE, i have used it a lot with many languages;