Skip to content

Instantly share code, notes, and snippets.

@ndarwincorn
ndarwincorn / cdktf.json
Last active November 19, 2020 19:10
cdktf debug
{
"language": "typescript",
"app": "npm run --silent compile && node main.js",
"terraformProviders": ["gitlabhq/gitlab@~> 3.1.0"]
}
@ndarwincorn
ndarwincorn / Developer_Guide.md
Last active April 4, 2022 18:22
Generalized Developer Guide

Software Development: An Overview

Adapted from Jake's writings specific to the MedInsight development team. This is a living document, pull requests are welcome.

The goal of this document is to describe:

  • A general philosophy
  • Advice for being a good software developer
  • Skills that you should have after approximately a year of full-time developer work, depending on field/responsibilities

Communication

@ndarwincorn
ndarwincorn / guide.md
Created March 3, 2016 02:27 — forked from mikkeloscar/guide.md
Setup armv7h chroot under x86_64 host (Archlinux/Archlinuxarm biased)

Setup armv7h chroot under x86_64 host (Archlinux/Archlinuxarm biased)

Simple way to setup an arm chroot for building packages for your arm devices. This is an alternative to cross-compiling where you are limited to only linking against the libs in your toolchain.

Setup chroot-fs

You can store the chroot wherever you like. I choose to store it in a disk-image which I mount to my filesystem.