Online resources:
- BrainPop
- Curiosity Stream
- Tynker
- Outschool
- Udemy
- iReady
- Beast Academy (Math)
- Khan Academy (Offers courses based on school year)
- Creative Bug
steps: | |
- name: gcr.io/cloud-builders/git | |
args: ["fetch", "--unshallow"] | |
- name: gcr.io/cloud-builders/git | |
entrypoint: /bin/bash | |
args: | |
[ | |
"-c", | |
"echo ${_MAJOR}.${_MINOR}.$(git rev-list --count ${BRANCH_NAME}) > ${_VERSION_FILE}", | |
] |
version: 2.1 | |
orbs: | |
gcp-gcr: circleci/[email protected] | |
### Requires ENV VARS: | |
### IMAGE_NAME (E.g. github.com/myusername/myproject) | |
### IMAGE_BASE_VERSION (E.g. 1.0) | |
### GOOGLE_CLOUD_KEYS | |
### GOOGLE_PROJECT_ID | |
### GOOGLE_COMPUTE_ZONE |
Online resources:
A slack policy: | |
For companies which size is beyond one office. | |
Slack channel naming convention: | |
Rename General to Announcement | |
(makes it more obvious it is not for stupid questions or replies. | |
And discourage most announcement) |
package object models { | |
implicit class BooleanFold(boolean: Boolean){ | |
def fold[B](l: B)(r: B => B): B = if(boolean) r(l) else l | |
} | |
} |
I hereby claim:
To claim this, I am signing this object:
* Is distributed with no guarantee of message delivery | |
* Can delivery some messages to some and not to others | |
* Or severely delayed to some | |
* No guarantee of message order | |
* Does not have a web UI | |
* Has a shit messy UI | |
* No company directory lookup - must manually add everyone from global search | |
* Does not automatically remove people whom leave company from every rooms | |
* Does not automatically add new staff to company rooms | |
* No clear separation of work and private accounts |
Counting objects: 56, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (36/36), done. | |
Writing objects: 100% (38/38), 4.78 KiB, done. | |
Total 38 (delta 17), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> Scala app detected | |
-----> Running: sbt clean compile stage | |
Getting net.java.dev.jna jna 3.2.3 ... |