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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 !

Who is this Necromancer??

IconGit
public static Person characteristics(){
                                                                      
  Person leviatan = Person.builder()
      .name("Nicolas Cabrera Serrano")
      .country("Colombia")
      .education("Systems and Computer Engineering")
      .specializations(List.of(
          "Full-Stack Web Developer",
          "DevOps & Cloud Enthusiast"
      ))
      .hobbies(List.of(
          "Music",
          "Literature",
          "Gaming",
          "Gym",
          "D&D"
      ))
      .build();
  
  System.out.println("""
          Challenge: Building scalable systems, automating workflows...
                                                        Oh create the T-800
                    """);
  
  return leviatan;
}

I code, therefore I exist...

IconGit
Systems and Computer Engineering student from Colombia.

💻 Full-Stack Developer:

Passionate about designing and building web applications using
modern frontend and backend technologies.

Focused on developing scalable, maintainable and efficient solutions,
always applying software engineering best practices.

⚙️ DevOps Enthusiast:

Currently learning infrastructure automation, CI/CD pipelines,
containerization and cloud-native technologies.

Working with Linux, Git and Docker while exploring Kubernetes,
AWS and modern DevOps practices.

📊 Future Data Analyst:

Expanding my knowledge in SQL, Python and data visualization
to transform raw information into meaningful insights.

Interested in Business Intelligence, Analytics and Data Engineering.

Technologies:

IconGit

Java Python C++ JavaScript TypeScript React Angular.js HTML5 CSS3 Spring NodeJS MicrosoftSQLServer MySQL Postgres SQLite MongoDB Git GitHub Actions Docker Linux WordPress


Stats:

leviatan

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

  2. Virtual_Wallet Virtual_Wallet Public

    Esta aplicación es una billetera virtual desarrollada en Java que permite a los usuarios gestionar sus finanzas personales de forma digital.

    Java 1