Skip to content
View adamtaylor13's full-sized avatar

Block or report adamtaylor13

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

Hey there! I'm Adam 👋🏻

As full-stack software engineer, with over 8 years of experience building companies' most vital products, I've built countless user experiences across the web, mobile, and desktop. I identify blockers and build solutions to streamline work. I help companies and individuals simplify hard problems, focus on the things that matter, and delight their customers.

You may be interested in:

I'm currently building a lot with Ruby on Rails. It only took me 8 years to get over my aversion to the magic, and embrace it. Now I'm really loving it. I've built countless services and tools with Node and React, and still consider Typescript an incredible tool in my toolbox. I'm very bullish on deno and think it could do for JS what Rails did for Ruby, given enough commitment to opinionated development.

Bash is a love-letter to hackers everywhere, and you can't convince me otherwise.

Pinned Loading

  1. hoop hoop Public

    Cleanly and concisely display the status of the configured project's branch in Circle CI

    TypeScript

  2. bank_analyzer_public bank_analyzer_public Public

    JavaScript

  3. lunch-money/support lunch-money/support Public

    Gitbook files for support.lunchmoney.app

    3 2

  4. tpope/vim-jdaddy tpope/vim-jdaddy Public

    jdaddy.vim: JSON manipulation and pretty printing

    Vim Script 355 8

  5. jknack/handlebars.java jknack/handlebars.java Public

    Logic-less and semantic Mustache templates with Java

    Java 1.5k 381

  6. Generate resume PDF from an HTML web... Generate resume PDF from an HTML web page
    1
    const puppeteer = require('puppeteer');
    2
    const path = require("path");
    3
    const absolutePath = path.resolve(__filename);
    4
    const assetDirectory = path.join(absolutePath, "../public/assets/");
    5
    const http = require('http');