Skip to content

kevinszuchet/kevinszuchet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published