Skip to content

Instantly share code, notes, and snippets.

View octopushugs's full-sized avatar

Mike Foster octopushugs

  • Orange County, CA
View GitHub Profile
import Component from '@glimmer/component';
export default class extends Component {
constructor() {
super(...arguments);
// connections is provided here and is the same as @connections in the hbs file
const connections = this.args.connections
let activeRowIndex = 0;
// 1) Apply the class "alert-info" to the first connection
connections[activeRowIndex].active = true;
@octopushugs
octopushugs / backpacking_tips.md
Created February 19, 2020 04:28
Backpacking protips

General Tips

  • REI backpacking checklist is a good starting point for gear requirements.
  • Color-coded dry bags for all your stuff to keep organized
  • Don't forget matches, even if you have a Bic
  • Be familiar with the forecast for your trip
  • Sleeping bag liner isn't bad for longer trips to help keep the bag clean/you warmer
  • REI tents and sleeping bags are supposed to be good quality
  • Solar panels are heavy, power packs are better

Equipment Good to Have/Good to Know

@octopushugs
octopushugs / proposed_grooming_guidelines.md
Last active February 12, 2020 19:55
General Grooming Proposed Guidelines

General Grooming

There are number of goals for grooming individual cards as engineers:

  • Determine what is considered “done” for the card, and technical details behind it
  • Determine the level of effort that it will be
  • If there is a disagreement in level of effort between team members, determine what causes it and either break the task in to multiple smaller tasks, or continue with the initial proposal

Planning Poker