Skip to content
View estebanthi's full-sized avatar

Highlights

  • Pro

Block or report estebanthi

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
estebanthi/README.md
npx estebanthi-introduce

HiπŸ‘‹, I'm Esteban Thilliez and I'm a Student/Self-Employed, based in Lille, FRπŸ“.

I love working with JavaScript and Python using Next.js, React, Vue, Node.js and Django, Flask. I also know Java and C.

I'm interested in Open source, AI, Data, and Algorithmic Trading.

I like music 🎡 (I play Piano and Guitar), sport πŸƒ (especially Running and Bodybuilding and MMA), piloting ✈️, reading πŸ“– (I read 52 books a year), writing πŸ–ŠοΈ (Blogging and Literature), and trading πŸ’Ή (And eventually losing money πŸ˜…).

πŸ“¬: You can contact me via email, LinkedIn, or on my website.

Some stats

estebanthi's Stats

Source

const estebanthi = {
  name: "Esteban Thilliez",
  pronouns: ["he", "him"],
  location: "Lille, FR",
  occupation: "Student/Self-Employed",
  languages: {
    javascript: ["JavaScript", ["Next.js", "React", "Vue", "Node.js"]],
    python: ["Python", ["Django", "Flask"]],
    java: ["Java"],
    c: ["C"]
  },
  interests: ["Open source", "AI", "Data", "Algorithmic Trading"],
  hobbies: {
    music: ["Piano", "Guitar"],
    sport: ["Running", "Bodybuilding", "MMA"],
    piloting: "Private Pilot License",
    reading: "52 books a year",
    writing: ["Blogging", "Literature"],
    trading: "And eventually losing money πŸ˜…"
    },
    contact: {
        email: "mailto:[email protected]",
        linkedin: "https://www.linkedin.com/in/esteban-thilliez-a210a5207/",
        website: "https://www.esteban-thilliez.com",
    },

    introduce: function() {
        const introduction = `HiπŸ‘‹, I'm **${this.name}** and I'm a **${this.occupation}**, based in **${this.location}**πŸ“.`;
        const languages = `I love working with **${this.languages.javascript[0]}** and **${this.languages.python[0]}** using **${this.languages.javascript[1].join(", ")}** and **${this.languages.python[1].join(", ")}**. I also know **${this.languages.java[0]}** and **${this.languages.c[0]}**.`;
        const interests = `I'm interested in **${this.interests.slice(0, -1).join(", ")}**, and **${this.interests.slice(-1)}**.`;
        const hobbies = `I like music 🎡 (I play **${this.hobbies.music.join(" and ")}**), sport πŸƒ (especially **${this.hobbies.sport.join(" and ")}**), piloting ✈️, reading πŸ“– (I read**${this.hobbies.reading}**), writing πŸ–ŠοΈ (**${this.hobbies.writing.join(" and ")}**), and trading πŸ’Ή (*${this.hobbies.trading}*).`;
        const contact = `πŸ“¬: You can contact me via [email](${this.contact.email}), [LinkedIn](${this.contact.linkedin}) or on [my website](${this.contact.website}).`;
        const hello = `${introduction}\n\n${languages}\n\n${interests}\n\n${hobbies}\n\n${contact}`;

        const stats = this.generateStats();

        const message = `${hello}\n\n${stats}`;
        console.log(message);
    }
    generateStats: function() {
      return "## Some stats\n" +
          "![estebanthi's Stats](https://github-readme-stats.vercel.app/api?username=estebanthi&theme=vue-dark&show_icons=true&hide_border=true&count_private=true)"
    },
};

estebanthi.introduce()
estebanthi.generateStats()

Pinned Loading

  1. binance-trading-bot binance-trading-bot Public

    A simple trading bot for live trading and backtesting

    Python 10 3

  2. propython propython Public

    My personal blog's app

    JavaScript 3

  3. pyautofinance pyautofinance Public

    A trading bot in Python, for backtesting or live trading purposes

    Python 4 3