bohandley
Senior software engineer at @grafana working on Prometheus and Explore Metrics. When I'm not working I l biking, hiking, camping, gardening, and birding.
GrafanaAustin, TX
Pinned Repositories
advent-of-code-2021
The Advent of Code in Java
asteroids-js
Using only JavaScript, call NASA's API and create a visualization of the near Earth asteroids.
battle-cats-v2
A second version of BattleCats, a Dev Bootcamp capstone project
bootstrap-rubygem
Bootstrap 4 rubygem for Rails / Sprockets / Hanami / etc
bubble-sort
A code challenge from DBC.
d3-barchart
This is a bar chart made with the JavasScript framework d3.js version 4
d3-stacked-bar-chart
A few stacked bar charts using d3.js
google-apps-form-to-pdf
This script is used to access google apps form data, create a pdf from a google docs template and the form values, then send the pdf by email.
speech-to-text-js
Transcribe audio files in Node.js using IBM Watson Speech to Text API
tree-visual
Working with Chaoli and data-vis
bohandley's Repositories
bohandley/speech-to-text-js
Transcribe audio files in Node.js using IBM Watson Speech to Text API
bohandley/google-apps-form-to-pdf
This script is used to access google apps form data, create a pdf from a google docs template and the form values, then send the pdf by email.
bohandley/tree-visual
Working with Chaoli and data-vis
bohandley/advent-of-code-2021
The Advent of Code in Java
bohandley/asteroids-js
Using only JavaScript, call NASA's API and create a visualization of the near Earth asteroids.
bohandley/battle-cats-v2
A second version of BattleCats, a Dev Bootcamp capstone project
bohandley/bootstrap-rubygem
Bootstrap 4 rubygem for Rails / Sprockets / Hanami / etc
bohandley/bubble-sort
A code challenge from DBC.
bohandley/d3-barchart
This is a bar chart made with the JavasScript framework d3.js version 4
bohandley/d3-stacked-bar-chart
A few stacked bar charts using d3.js
bohandley/grafana-nasa-neows-datasource
A Grafana plugin to query data from NASA's Near Earth Object Web Service
bohandley/react-vending-machine
Modeling a vending machine using React
bohandley/find-the-greatest
An algorithm to find the greatest value in an array
bohandley/fizz-buzz
A game based on multiples
bohandley/grad-app-vue
bohandley/grafana-backend-datasource
bohandley/grafana-bohandley
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
bohandley/grafana-star-wars-datasource
bohandley/home-prog
A simple rails app for home improvement projects
bohandley/longest-substring
Find the longest substring without repeating characters.
bohandley/messaging-react
Create a realtime messaging app using React.js, GoLang and RethinkDB
bohandley/nvm
Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions
bohandley/patient-task-list
Assign a Task List to a patient based on a customizable collection of Task List templates, so that one can monitor the patient to ensure they are completing all tasks in a timely fashion.
bohandley/pyramid
Design a pyramid using Ruby
bohandley/react-tdd
Use test driven development to build a web app with React and Node
bohandley/speech-to-text
Speech to Text command using IBM Watson API. Get a transcript from an audio file.
bohandley/summer-session-vue
bohandley/turndown
🛏 An HTML to Markdown converter written in JavaScript
bohandley/two-sum
Given an array of integers, return indices of the two numbers such that they add up to a specific target.
bohandley/vending-machine-js
Design a vending machine in JavaScript using TDD with Jasmine