Skip to content

Instantly share code, notes, and snippets.

View benjamin-ict's full-sized avatar

Benjamin Phillips benjamin-ict

View GitHub Profile

Here's whatcha need ta do when you're setting up your new Windows:

Install these programs:

From the internet:

@benjamin-ict
benjamin-ict / macbook_setup.md
Last active September 8, 2021 18:36
Macbook setup

Here's whatcha need ta do when you're setting up your new Macbook:

During setup:

  • Don't enable any of the health stuff
  • Enable encryption
  • Allow unlocking with Apple ID on all counts

Install these programs:

@benjamin-ict
benjamin-ict / dagger_guide.md
Last active August 19, 2020 20:40
Guide to Dagger

Guide to Dagger

Quick defs

Providing refers to the availability of an object in the Dagger graph. If something provides a class, it adds it to the graph. A class requires its dependencies to be provided in order to injected using Dagger.

Satisfying dependencies

  1. @Inject constructor