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

Block or report MrZLeviatan

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

My name is Nicolas but everyone calls me Leviatan !

And who is this nigromante?

public static Person characteristics (Gender pronouns, String name,
                                        Education education,  String from,
                                              ArrayList<String> specialization,
                                                      ArrayList<String> hobbies) {

  Person person = new Person();

  person.setPronouns() = "He" , "his";
  person.setName() = "Nicolas Cabrera S.";
  person.setFrom() = "Colombia";
  person.setEducation = [ "System's engineer" ]
  person.getSpecialization.addAll( "Backend" , "Frontent" , "DataBase");
  person.getHobbies.addAll( "Music" , "Cinema" , "Gaming" , "Literature and Comics"
                              ,"Gym", "D&D" , "Mysticism");

System.out.println("""

        Challenge: I am in the challenge of programming a functional life...
                                                            Oh create the T-800

                  """);

return person;
}

I code, therefore I exist...

An enthusiast of software and hardware, music, literature, and cinema. 👾 

💻 Up-and-coming programmer:
Im passionate about coding, skilled in multiple programming languages,
and currently focused on 'Backend development', although Im equally
strong in 'Frontend'. My goal is to build scalable, efficient apps—and,
of course, be the creator of the T-800.

🎸 Lover of music:
Rock, Jazz, and Heavy Metal (and its variants) are part of who I am.
I often play the guitar and aspire to one day perform at Wacken Open Air.
Podt: Lemmy is my god.

📖 Constant Reader:
I must admit that I’m a fanatic for romance novels and horror; they make
up a large part of who I am. From The Taxidermist to Pet Sematary.

Tecnologies:

Java JavaFx Python HTML5 CSS3 React MicrosoftSQLServer MySQL Git TypeScript Linux Ubuntu Kali Notion IntelliJ IDEA Visual Studio Code WordPress


Stast:

cxyfreedom

cxyfreedom

Connect with me:

                                            

Pinned Loading

  1. Planning-Algorithms Planning-Algorithms Public

    This repository contains implementations of various process scheduling algorithms, developed in the Python programming language. /--/ Este repositorio contiene implementaciones de diversos algoritm…

    Python 1