{:db/ident :meta/tag
:db/valueType :db.type/tuple
:db/tupleAttrs [:meta/tag-namespace :meta/tag-key :meta/tag-value] ;; all unique strings
:db/cardinality :db.cardinality/one
:db/unique :db.unique/identity}
Then
# Terraform + Ansible | |
## My assumptions about you: | |
- You've used neither of these tools. | |
- You may have used AWS before. | |
- You get the whole infrastructure in the cloud thing. | |
It's already available for you to play with right now — please grab it and ask questions! |
(require '[cljs.build.api :as api] | |
'[clojure.string :as string] | |
'[figwheel-sidecar.repl-api :as figwheel] | |
'[figwheel-sidecar.components.nrepl-server :as figwheel.nrepl]) | |
(def source-dir "src") | |
(def compiler-config | |
{:main 'app.main | |
:output-to "target/app.js" |
(ns scratch | |
(:require [clojure.spec.alpha :as s])) | |
(def cards | |
[{:suite :diamonds | |
:value :king} | |
{:suite :clubs | |
:value 4}]) | |
(def cards-sorted |
https://chronologist.com/blog/2012-07-27/theory-of-constraints-and-software-engineering/
TE
is the rate of cash generated through delivery of working code into production. It is computed as sales price minus direct costs, such as packaging, delivery, installation, training, support, and networking.I
is all money invested in software production systems plus money spent to obtain ideas for client-valued functionality. This does not apply to time spent by staff (that's Operating Expense). It does apply to the money spent on by-the-hour contractors.OE
is all money spent to produce working code from ideas. It is primarily direct labor of software engineers, but it also includes selling, general, and administrative costs. So, our fixed overheads.