- 🔭 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 ⭐️



