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 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.

Pinned Loading

  1. htmx-slides htmx-slides Public

    a presentation i gave about HTMX and the death of SPAs

    CSS

  2. rowinf.github.io rowinf.github.io Public

    homepage for github user rowinf

  3. javascript-projects javascript-projects Public

    Code from a Udemy JavaScript projects class

    HTML

  4. blog-aggregator blog-aggregator Public

    blog aggregator boot.dev project

    Go

  5. chirpy chirpy Public

    microblogging platform exercise from boot.dev

    Go

  6. ado-pr-dashboard ado-pr-dashboard Public

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

    TypeScript 3