Skip to content
View ialexreis's full-sized avatar
🤯
Out of my mind. Back in five minutes
🤯
Out of my mind. Back in five minutes

Organizations

@DRIVETCH @Social-Mile
Block or Report

Block or report ialexreis

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
ialexreis/README.md
Illustration of Alex

hey there I'm Alex



#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name             = "Alexandre Reis"
        self.role             = "Backend Software Engineer"
        self.language_spoken  = ["pt_PT", "en_US", "es_ES"]
        self.traits           = ["helpfull", "funny", "straight-forward"]
        self.hobbies          = ["surf", "gaming", "motorcycles", "music"]
        self.stack            = ["php", "python", "c#", "node.js", "java", "typescript"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()


I'm a funny human being with will to improve every day and to help other achieve their goals.

"Focus on signal over noise. Don't waste time on stuff that doesn't actually make things better"
by Elon Musk

Pinned Loading

  1. typescript-webservice typescript-webservice Public template

    A base for the development of webservice with Typescript, Restify and Mongoose 📦

    TypeScript 1

  2. realza realza Public

    A React-Native app built for ColorBlind people! 🎨

    JavaScript

  3. data-service-providers data-service-providers Public

    This project is a integration of several modules in order to provide various types of customized data and oriented to all user needs, providing this information over api's and existing softwares li…

    JavaScript

  4. init.lua init.lua Public

    Neovim configuration

    Lua

  5. ten-in-row ten-in-row Public

    Ten in a row game implementation

    C 1