Skip to content
View bpossolo's full-sized avatar
😈
😈

Highlights

  • Pro

Organizations

@webmetrics@onemedical

Block or report bpossolo

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bpossolo/README.md

👋 Hello, I'm Benjamin 🇺🇸 🇵🇹 🇩🇪

InstagramMedium

About Me

  • 🔭 I work for OneMedical on the Patient Health Record and COVID Lab Result Processing.
  • 🌱 I’m currently learning Machine Learning
  • 💬 Ask me about: 🪡 🧵 🥼 🎨 🇯🇵 🎮 🏋🏻‍♀️ 🎳 🛵
  • 🤔 I’m looking to collaborate with Graphic Designers, Fashion Writers and Fashion Photographers.
  • 📫 How to reach me: bpossolo@gmail.com
  • 😄 Pronouns: He/Him
  • ⚡ Favorite quote: "The flame that burns twice as bright burns half as long."
<template>
<h1>
I love
<spanclass="hobby"v-for="hobby in hobbies"v-bind:key="hobby">
{{hobby}}
</span>
!
</h1>
</template>
<script>exportdefault {data() {return { hobbies: ['coding', 'sewing', 'drawing', 'gaming'] }; }}</script>
<style>.hobby:not(:last-child)::after {content: ',';}</style>

While you're here, check out User Agent Parser for Java and show support by leaving a ⭐️

My Tech Experience

Languages

JavaTypeScriptJavaScriptHTML5CSS3Ruby

UI

Vue.jsAngularMaterial UISASSRxJS

Backend

SpringNodeJSRails

Databases

MySQLRedisMongoDBDynamoDBElasticSearch

Cloud Providers

AzureAWSGoogle CloudHeroku

Testing

Jestcypressjunit

CI/CD

DockerCircleCI

IDEs

Visual Studio CodeEclipseIntelliJ IDEA

Pinned Loading

  1. playframework/play-wsplayframework/play-wsPublic

    Standalone Play WS, an async HTTP client with fluent API

    Scala 224 92

  2. ua-parser/uap-javaua-parser/uap-javaPublic

    Java implementation of ua-parser

    Java 430 177

  3. deeplearning4j/deeplearning4jdeeplearning4j/deeplearning4jPublic

    Suite of tools for deploying and training deep learning models using the JVM. Highlights include model import for keras, tensorflow, and onnx/pytorch, a modular and tiny c++ library for running mat…

    Java 14.2k 3.8k