Skip to content
View gilaraujo's full-sized avatar
  • São Paulo, Brazil

Block or report gilaraujo

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

Hi Github 👋


I'm a Software Engineer @ Gympass.
More about me
const gil = {
    "personal": {
        "fullName": "Gilson Araujo do Nascimento",
        "birthDate": "1986-04-12",
        "pronouns": ["he", "his"],
        "interests": ["games", "language learning", "quantum mechanics", "anime"],
        "motivation": [
            "Making software to help people get more productive and happier.",
            "Learning as much as possible about the universe."
        ]
    },
    "technical": {
        "technologies": {
            "backEnd": ["Java", "Kotlin", "Go", "Python"],
            "databases": ["PostgreSQL", "Cassandra", "SQLite"],
            "mobile": ["Flutter", "Android SDK", "Cocos2d-X"],
            "architecture": ["Single Page Applications", "Domain Driven Design", "Design Docs", "Test Driven Development"],
            "messaging": ["Kafka", "Amazon SNS"],
            "monitoring": ["Datadog", "NewRelic"],
            "devOps": ["Docker", "Kubernetes", "Jenkins"],
            "tools": ["Github", "IntelliJ IDEA", "Sublime Text"]
        }
    }
}



Contact me on LinkedIn or Send an Email

Visitors Counter

Popular repositories Loading

  1. Vagrant-LAMP Vagrant-LAMP Public

    A simple LAMP environment using Vagrant, chef, Linux (CentOS 6), Apache2, MySql and PHP

    PHP 4 1

  2. restc restc Public

    A simple webservice written in C language. It uses Mongoose as a web-server implementation and cJson to parse request and generate responses.

    C 3 1

  3. marketvc marketvc Public

    Sistema para o Aprendizado de Investimento em Bolsa de Valores

    Java 1

  4. Play-Anywhere Play-Anywhere Public

    RPG Android app to players and masters, character managements, stories, etc.

    Java

  5. heroku-wordpress-svbtle heroku-wordpress-svbtle Public

    Forked from webjames/heroku-wordpress-svbtle

    Template project for deploying WordPress to Heroku with the 'wp-svbtle' theme

    PHP

  6. Spring-Hello-World Spring-Hello-World Public

    A simple Hello World using Spring MVC 3.0

    Java