Skip to content
View camisetags's full-sized avatar
🎱
playing around with code
🎱
playing around with code

Organizations

@sixcodes @agnolia
Block or Report

Block or report camisetags

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

Hi there 👋

I'm a computer engineer specializing in software engineering, passionate about software development, always aiming to satisfy my personal and professional growth. I'm focused on Typescript, Node.js, Golang, and Python. I've also worked with web development, in which I worked with Ruby and PHP. I have extensive experience working with REST and GraphQL APIs applications. I'm also interested in languages such as Elixir, Rust, Java, and all the new technologies in the market. Despite all back-end experience, I also spent a good time in the front-end working with React applications in the last years.

  • 🌱 I’m currently studying typescript and DDD.
  • 👯 I’m looking to collaborate on typescript, Golang, Python and Elixir projects.
  • 💬 Ask me about music, anime and programming. ;D
  • ⚡ Fun fact: I'm also known as a camiseta (t-shirt) among friends, co-workers and the software community.

camisetags github stats Top Langs

Pinned Loading

  1. objelion objelion Public

    A cache layer for object functions

    TypeScript 7

  2. manga2pdf manga2pdf Public

    Convert manga images to a pdf file

    Python 4 1

  3. total-loss total-loss Public

    Just a simple game for the drunk people =D

    TypeScript 3 9

  4. transactionChallenge transactionChallenge
    1
    // from codepad
    2
    var Mocha = require('mocha')
    3
    var mocha = new Mocha()
    4
    mocha.suite.emit('pre-require', this, 'solution', mocha)
    5
    
                  
  5. Compress challenge Compress challenge
    1
    """
    2
    Given an array of characters with repeats, compress it in place.
    3
    The length after compression should be less than or equal to the original array.
    4
    5
    Example: