Giter VIP home page Giter VIP logo

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("Targecy")
    .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

Kevin Szuchet's Projects

.repo icon .repo

Personal repo with all my dot files

aave-brownie icon aave-brownie

DeFi project based on AAVE using Brownie (from FreeCodeCamp Course)

aveek-saha icon aveek-saha

A summary of all my GitHub contributions. I'd ask you to fork, but identity theft is not a joke Jim. Leave a star if you like it.

checkout-cart icon checkout-cart

Checkout cart using React.js based on the Udemy Course "React: Guía Definitiva" by Nicolas Schurmann

custom-plex icon custom-plex

Like @peladonerd implementation but for Ubuntu 18.04

dao icon dao

Chainlink Code-along | Governance & DAOs

dao-ts icon dao-ts

How to build an on-chain DAO | Typescript & Solidity

documentation icon documentation

https://docs.chain.link The Chainlink developer documentation website for Smart Contract Devs and Node Operators

formik icon formik

Project with formik based on the Udemy Course "React: Guía Definitiva" by Nicolas Schurmann

iampavangandhi icon iampavangandhi

Hey 👋, Glad to see you here! Check out this repository to learn more about me 🤓. You can also use it to make your awesome GitHub README ✨ (Don't Just Fork, Star Too 😅)

image-searcher icon image-searcher

Image searcher that uses the Unsplash API and renderize the images like Pinterest. Based on the Udemy Course "React: Guía Definitiva" by Nicolas Schurmann

itc-fellows-part-time icon itc-fellows-part-time

Pre-Course and assignments of the elite program for excellent STEM graduates who aspire to launch a rewarding career as Data Scientists.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.