Skip to content

Instantly share code, notes, and snippets.

View filiptepper's full-sized avatar
🏠
Working from home

Filip Tepper filiptepper

🏠
Working from home
View GitHub Profile
@filiptepper
filiptepper / Makefile
Created October 23, 2017 13:36 — forked from mpneuried/Makefile
Simple Makefile to build, run, tag and publish a docker containier to AWS-ECR
# import config.
# You can change the default config with `make cnf="config_special.env" build`
cnf ?= config.env
include $(cnf)
export $(shell sed 's/=.*//' $(cnf))
# import deploy config
# You can change the default deploy config with `make cnf="deploy_special.env" release`
dpl ?= deploy.env
include $(dpl)
@filiptepper
filiptepper / keybase.md
Created January 9, 2019 08:18
keybase.md

Keybase proof

I hereby claim:

  • I am filiptepper on github.
  • I am filipcastle (https://keybase.io/filipcastle) on keybase.
  • I have a public key ASDQsnsAXHor3otVAr-0i1iCA_7h5E9-2JvMR8A8zW2yWgo

To claim this, I am signing this object:

# do poczytania
https://zachholman.com/posts/fuck-your-90-day-exercise-window/
https://www.benkuhn.net/options
https://gist.github.com/yossorion/4965df74fd6da6cdc280ec57e83a202d
https://hackernoon.com/why-i-will-not-exercise-my-gitlab-stock-options-bf6f3dda62e
http://yosefk.com/blog/stock-options-a-balanced-approach.html
https://blog.alexmaccaw.com/an-engineers-guide-to-stock-options
https://www.nceo.org/articles/stock-options-restricted-phantom-sars-espps
http://robertheaton.com/2015/11/02/how-to-value-your-startup-stock-options/

Keybase proof

I hereby claim:

  • I am filiptepper on github.
  • I am filiptepper (https://keybase.io/filiptepper) on keybase.
  • I have a public key ASDQAuUXBN7qbhbiWKhzUaKti497GollbmgGiqUN0Go60go

To claim this, I am signing this object:

#
# $ AWS_ACCESS_KEY_ID=FOO AWS_SECRET_ACCESS_KEY=BAR docker-compose up
#
version: "3.7"
services:
db:
image: postgres
environment: