Skip to content

Instantly share code, notes, and snippets.

View aronbeal's full-sized avatar

Aron Beal aronbeal

  • Beal Consulting
  • Vancouver, BC
View GitHub Profile
@aronbeal
aronbeal / README.md
Last active July 2, 2019 14:38 — forked from bradp/setup.sh
New Mac Setup Script
@aronbeal
aronbeal / combine_pdf.sh
Created November 21, 2018 19:51
OSX native script combination
"/System/Library/Automator/Combine PDF Pages.action/Contents/Resources/join.py" \
-o [output filename].pdf \
[folder containing pdfs to join]/*
@aronbeal
aronbeal / VanDev meetup 20 Feb 2018.markdown
Created February 21, 2018 19:29
VanDev meetup 20 Fev 2018

VanDev meetup 20 Feb 2018

Architecting Typescript for Testability

Speaker: Cliff Hammerschmidt, VP Engineering at WealthBar (cliff@hammerschmidt.ca)

Software is very complex. Bugs are inevitable and unavoidable. Bugs coust you customers. Lost customers cost you revenue.

There is a deep synergy between testability and good design. Michael Feather Talk

@aronbeal
aronbeal / pnwdrupal_2018.markdown
Last active February 23, 2019 18:41
PNWDrupal 2018 Schedule
@aronbeal
aronbeal / code_and_coffee16Nov2017.md
Last active November 17, 2017 16:01
Code and Coffee 16 Nov 2107

#Code and coffee meetup 16 Nov 2017

##Yorman (@cixtor) – Introduction to the Go Programming Language

###Solid standard library ###Monolithic repositories GOPATH - an environment variable that specifies the location of your workspace. Different than GOROOT, the go installation path. The directory you choose to work with in your projects is GOPATH. Folks new to the language tend to not like this, so the default path is $HOME/go, but you can really set it to any directory in your computer for different projects. ###Built in testing package Intended to be used in concert with the go test command, which automates any function fo the form Test***

@aronbeal
aronbeal / vandug_meetup_25May2017.md
Last active May 26, 2017 02:49
Drupal meetup 25 May 2017

#VanDug meetup 25 May 2017 ##Awesome web based "Apps" using Drupal 8 and Ember Speaker: Trent Stromkins

  • Q: Drupal presentation about powering signage from one of the Acquia reps. Ref?
  • Q: Suitable replacements for views?
  • Q: Does drupal handle any of the front end rendering with this approach?
  • Q: You said "We" a few times; how many people were involved?

Potential uses:

@aronbeal
aronbeal / drupal_meetup_170330.md
Last active March 31, 2017 15:45
Drupal Meetup 30 mar 2017 - Testing

#Drupal Meetup 30 mar 2017 - Testing Speaker: Yuriy Gerazimov

##How to sell testing hours Everything was falling to pieces with every deliverable. Application was 3 or 4 servers, primary function was to support people with speech problems.

###Quality No bugs, easy to maintain, performance metrics, code metrics. Team tried to identify some metrics that they could present to the client, in terms of responsiveness and the like.

###Payoff

@aronbeal
aronbeal / build.py
Last active December 16, 2016 00:47
Python build script with diffing.
"""
Circle CI build script
A python build script to run php codesniffer only on files changed in a PR.
"""
import os
import sys
import subprocess
import re
@aronbeal
aronbeal / Scaling-Drupal-with-Docker.pdf
Last active October 28, 2016 11:52
Drupal Meetup 27 Oct 2016 - Docker
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.