Skip to content
View rowinf's full-sized avatar
πŸ‘‹
Looking for work
πŸ‘‹
Looking for work

Block or report rowinf

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

Hi there πŸ‘‹

I am a long time web developer, lifelong learner, and a part time philosopher

  • πŸ’¬ Ask me about JavaScript, TypeScript, Web Applications
  • 🌱 I’m currently learning Go, SQL, Docker
  • πŸ“« How to reach me: linkedin

A project I'm currently working on: Phamily Photos it is a photo album for families, written in Go.

A recent project I'm especially proud of is ado-pr-dashboard. I was able to try out Bun's sqlite adapter and made a nice back end Typescript application for viewing pull request data for Azure DevOps. Bun and Sqlite is a nice and easy way to render some data on the browser. I even managed to get some htmx in there. The end product is a nice interactive data table that makes ajax requests with zero client-side JavaScript, except for the htmx library itself. It might be useful for keeping a developer team accountable so everyone does their fair share of code reviews.

There and back again was a stats.nz contest for visualizing workplace commuter data. The data came from a survey of where people live, where they commute to for work, and what mode of transport they use to get there. I won honorable mention for my submission, where I was credited for the creativity of the visualization. It is a static React app hosted on Github pages. It uses MapBox and an accompanying parallel axis chart to render the data, which was copy/pasted into Github Gists after some preliminary analysis on QGIS. You can see the project here.

Pinned Loading

  1. javascript-projects javascript-projects Public

    Code from a Udemy JavaScript projects class

    HTML

  2. ado-pr-dashboard ado-pr-dashboard Public

    dashboard for viewing pull request time to completion data on azure devops

    TypeScript 3

  3. phamily-photos phamily-photos Public

    a small family photo album app

    Go 1 1

  4. fish-presentation fish-presentation Public

    a presentation i gave about fish shell to a local ruby meetup

    HTML

  5. bridgetown-open-props bridgetown-open-props Public

    demo using bridgetown with open props

    JavaScript

  6. there-and-back-again there-and-back-again Public

    Entry for Stats NZ competition

    CSS