Skip to content
View mathealgou's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report mathealgou

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

Matheus Goulart

Web and automation developer

🖥 What I do

🏭 Automation

I like to automate processes that would either take too long or be too complex to be done completely by hand.

🖼 Front-end

Sometimes being pretty is important. I enjoy trying to present something to the best of my abilities.

📈 Data

Knowing your stuff is key. Processing data makes it easier to analyze it and, more importantly, understand what the next step is.

What I know

🐍 Python

The more I use it, the more I love it as a tool to solve problems. In the short spam of time I've known it, I already used for everything from processing raw data into actually usable, to automating video content creation, to making full blown web applications.

☕ Javascript / Typescript

I consider user interface as a very important factor in the overall quality of software, and no other technology comes close to this ones, along with html (And other templating standarts such as JSX and Vue) and css (And it's pre-processors) when it comes to making the final user's experience that much better.

Pinned

  1. Stack-Overflow-Bot Stack-Overflow-Bot Public

    A Twitter bot made with Python, using the Tweepy library. It generates random stack-overflow-styled questions randomly and posts them using Twitter's API.

    Python

  2. curriculumV2 curriculumV2 Public

    The second version of my personal website where I talk about my journey as a developer. It uses React as a framework and Sass for the styles. It also has a blog functionality where it grabs the pos…

    SCSS

  3. FizzBuzzInEveryLanguage FizzBuzzInEveryLanguage Public

    A simple test to compare the speed of different languages. It runs an algorithm called FizzBuzz from 0 to 1000000 and calculates the time spent to run. It includes C, C#, Java, JavaScript, and Python.

    C#

  4. autovideo autovideo Public

    Programatic content generation with Python.

    Python 3 1

  5. ml-jobs ml-jobs Public

    This project is a machine learning exercise, the application receives a set of skills from the user and returns a job title that matches the skills entered. It uses the Random Forest algorithm to m…

    Python