Skip to content
View jctosta's full-sized avatar
  • Rio de Janeiro, Brazil

Block or report jctosta

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

Hi there, I'm Carlos Tosta


I'm a software developer from Rio de Janeiro, with more than 10 years of experience, currently working as a Business Analyst at Dataprev, a Brazilian public IT company responsible for processing Latin America's biggest public pension payroll.

After a long (longer than expected) period trapped in the managing roles, I'm currently returning to the technical duties, tackling on some side projects, like my favorite, Model Canvas, which I expect to release some time this year.

Technology was always easy to process for me, and this trait enabled me to understand fairly well a lot of frameworks and languages in the day, and now, in my return to the programming side of things, this has proven to be a immense advantage, allowing me to navigate the extreme complex and unstable javascript ecosystem with ease while mantaining my sanity along the way.

In the past I was interested in blockchain technologies, like Ethereum, Hyper Ledger and Corda, and did quite well, with some important projects developed within the company, like the fabled bCPF, one of the largest blockchain projects, aimed at the public database of Brazilian Citizens, mantained by the Brazil equivalent of IRS (Internal Revenue Service), the Receita Federal do Brasil.

Feel free to add me on linkedin and drop a message if you want to discuss something or just talk.

Last but not least, I'm avaliable to play Monster Hunter 👀 on Xbox (@jctosta) and Steam (@astot), drop a chat and let's get some fun.

Pinned Loading

  1. modelcanvas2 modelcanvas2 Public

    The new version of the Model Canvas app

    JavaScript

  2. Screen Cheatsheet Screen Cheatsheet
    1
    # Screen Quick Reference
    2
    
                  
    3
    ## Basic
    4
    
                  
    5
    | Description 				| Command 				|
  3. Linux - Comandos úteis Linux - Comandos úteis
    1
    ## Linux - Comandos Úteis
    2
    
                  
    3
    * O comando abaixo força o git a sempre utilizar o protocolo https em seus downloads:
    4
    	* `git config --global url."https://".insteadOf git://`
    5
    * Configuração de Proxy no GIT:
  4. Recomendação de Extensões - VSCode Recomendação de Extensões - VSCode
    1
    ## Utilitários
    2
    
                  
    3
    __Bracket Pair Colorizer__
    4
    
                  
    5
    > Define cores distintas para os pares de chaves, colchetes e parenteses em um código.