Giter Site home page Giter Site logo

๐Ÿ‘‹ 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: [email protected]
  • ๐Ÿ˜„ 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

Benjamin Possolo's Projects

angular-nvd3 icon angular-nvd3

An AngularJS directive for NVD3 reusable charting library (based on D3). Easily customize your charts via JSON API.

azurite icon azurite

A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies

compylr icon compylr

Compile your angular apps to render on any server. Blazing fast page loads, ultra simple configuration, full support for angular templates, expression, and actions

deeplearning4j icon deeplearning4j

Eclipse Deeplearning4j, ND4J, DataVec and more - deep learning & linear algebra for Java/Scala with GPUs + Spark

gae-datastore-migrator icon gae-datastore-migrator

Utility classes for exporting Google App Engine datastore entities to CSV files and for importing them using a Java Persistence API reference model.

gq-image-grabber icon gq-image-grabber

An automated tool for downloading high-resolution runway images from GQ.com

nprogress icon nprogress

For slim progress bars like on YouTube, Medium, etc

play-ws icon play-ws

Standalone Play WS, an async HTTP client with fluent API

sdks icon sdks

New simple and easy to use SDKs for all PayPal APIs

snout icon snout

Compares the HTML your site is producing against some expected results. Useful for verifying that the HTML elements important for SEO are correct.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.