Code Monkey home page Code Monkey 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

Benjamin Possolo doesnโ€™t have any public repositories yet.

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.