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.

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

๐Ÿ‘‹ Hello, I'm Benjamin ๐Ÿ‡บ๐Ÿ‡ธ ๐Ÿ‡ต๐Ÿ‡น ๐Ÿ‡ฉ๐Ÿ‡ช

Instagram Medium

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
    <span
      class="hobby"
      v-for="hobby in hobbies"
      v-bind:key="hobby">
      {{hobby}}
    </span>
    !
  </h1>
</template>

<script>
export default {
  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

Java TypeScript JavaScript HTML5 CSS3 Ruby

UI

Vue.js Angular Material UI SASS RxJS

Backend

Spring NodeJS Rails

Databases

MySQL Redis MongoDB DynamoDB ElasticSearch

Cloud Providers

Azure AWS Google Cloud Heroku

Testing

Jest cypress junit

CI/CD

Docker CircleCI

IDEs

Visual Studio Code Eclipse IntelliJ IDEA

Pinned Loading

  1. playframework/play-ws playframework/play-ws Public

    Standalone Play WS, an async HTTP client with fluent API

    Scala 223 87

  2. ua-parser/uap-java ua-parser/uap-java Public

    Java implementation of ua-parser

    Java 390 177

  3. deeplearning4j/deeplearning4j deeplearning4j/deeplearning4j Public

    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 13.6k 3.8k