Skip to content

Instantly share code, notes, and snippets.

View pauloportella's full-sized avatar
👋
Hi there!

Paulo Portella pauloportella

👋
Hi there!
  • Telus Health
View GitHub Profile
firstDuplicate = a => {
r = new Set()
for (e of a)
if (r.has(e))
return e
else
r.add(e)
return -1
}

[email protected] | +44 7475 543 865

Paulo Portella – Front End Developer

  • 1+ years of experience as a front end developer
  • Owns a small consulting company to channel freelance work

Skills

  • Programming Language – JavaScript, CSS, HTML, Python, GraphQL
  • Architectural Pattern – Model View Controller, Server Side Rendering
@pauloportella
pauloportella / cloudSettings
Last active November 5, 2018 16:00
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-11-05T16:00:07.487Z","extensionVersion":"v3.2.0"}