Skip to content
View kevinszuchet's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report kevinszuchet

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

Hi there 👋

Linkedin Badge Twitter Badge Instagram Badge Gmail Badge

Thanks for dropping by and welcome to my profile!

About me

import _ from "lodash";
import moment from "moment";

class PersonBuilder {
    constructor(name, birthday, pronouns) {...}

    livingIn(country) {...}

    workingAs(company) {...}

    in(role) {...}

    withADegree(degree, university) {...}

    withSkills(...skills) {...}

    build() {...}
}

class Person {
    ...

    whoAmI() {...}
}

const me = new PersonBuilder("Kevin Szuchet", "1997-08-21", "he/him/his")
    .livingIn("🌎")
    .workingAs("Software Engineer")
    .in("Decentraland")
    .withADegree("B.Sc. in Information Systems Engineer", "UTN FRBA")
    .withSkills(
        "OOP And Functional Programming",
        "Design and Architectural Patterns",
        "SQL and NoSQL",
        "CI/CD"
    )
    .build();

me.whoAmI();

More about me

  • 📚 Books fan.
  • 🤓 Notion lover.
  • ☕ In a relationship with coffee as you can see in my Instagrm Stories.
  • 🚲 Digital Nomad.
  • 🌱 Passionate about sports, nature, and food.


GitHub Stats Streak Stats

Pinned Loading

  1. 2020-dblandit-tp-api-rest 2020-dblandit-tp-api-rest Public

    Trabajo práctico para la capacitación de DBLandIT - Módulo Node.js

    JavaScript

  2. reDistinto reDistinto Public

    C 1

  3. sistemaDeGestionEnergetica sistemaDeGestionEnergetica Public

    Java

  4. tadp-2019-1c tadp-2019-1c Public

    Scala

  5. data-mining data-mining Public

    Python 3

  6. mini-blockchain mini-blockchain Public

    My own mini blockchain in Python (CodeAcademy Course).

    Python