Skip to content
View lautarodragan's full-sized avatar

Organizations

@poetapp @legend-of-ether
Block or Report

Block or report lautarodragan

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

Hey, I'm Taro ๐Ÿ‘‹

pronouns: they/them

I'm a professional JavaScript and TypeScript developer. I've been creating large-scale applications since 2009, and for fun and learning since 2003.

My teams and I have deployed code used by tens of millions of humans and I've learned a few things in the process.

Very short summary of my experience:

  • I've worked for Amazon, Electronic Arts and other large companies.
  • I've also worked for many small and medium start-ups.
  • I've written applications large and small, backend, frontend and Android, in 7 different programming languages.
  • I've been a Tech Lead, Agile Coach and Scrum Master.
  • 10 years of experience with NodeJS
  • 7 years of experience with ReactJS
  • 7 years of experience with TypeScript

๐Ÿ“– I write about JavaScript, software architecture, cryptography and more: https://taro.codes.

๐Ÿ’ช Let's connect! Find me in LinkedIn.

Navigation

I've added topics to my repos to ease navigation. The main ones are:

Some other handy searches:

And I also have a few gists: https://gist.github.com/lautarodragan.

Pinned

  1. poetapp/node poetapp/node Public

    The core of Po.et

    TypeScript 194 27

  2. poetapp/poet-js poetapp/poet-js Public

    Po.et JS is an small library that provides methods to easily create and sign Po.et Claims.

    TypeScript 52 4

  3. poetapp/frost-api poetapp/frost-api Public

    Po.et's API Layer

    TypeScript 24 5

  4. Bitcoin Private Key to WIF Bitcoin Private Key to WIF
    1
    // https://en.bitcoin.it/wiki/Wallet_import_format
    2
    
                  
    3
    const crypto = require('crypto');
    4
    const base58 = require('base-58')
    5
    
                  
  5. minesweeper minesweeper Public

    Challenge I did for Amazon. The good old Minesweeper running in your browser!

    JavaScript 1

  6. wookie-movies wookie-movies Public

    Wookie Movies

    TypeScript