I hereby claim:
- I am gastonfournier on github.
- I am gastonfournier (https://keybase.io/gastonfournier) on keybase.
- I have a public key ASCHVtwo-Mlp91SbHLOHuRo8uuvLfbwzCx2p51KJd2zLzwo
To claim this, I am signing this object:
#!/bin/bash | |
# Get the list of tags with their creation dates in ISO 8601 format | |
tags=$(git for-each-ref --sort=creatordate --format '%(creatordate:iso8601) %(refname:short)' refs/tags | egrep "v[0-9]+\.[0-9]+\.[0-9]+$") | |
# Convert the list to an array | |
IFS=$'\n' read -rd '' -a tag_array <<< "$tags" | |
declare -A month_diffs | |
declare -A month_counts |
// you can run unleash locally with https://docs.getunleash.io/quickstart#i-want-to-run-unleash-locally | |
// create a toggle named flag-1 and add the rollout strategy sticky on userId | |
// then play around rolling up and down. | |
// Note: to run this you'll need to have an npm project (npm init) and add unleash dependency (npm i unleash-client) | |
import { initialize } from 'unleash-client'; | |
const unleash = initialize({ | |
url: 'http://localhost:4242', | |
appName: 'my-node-name', | |
refreshInterval: 200, |
I hereby claim:
To claim this, I am signing this object:
import javax.money.MonetaryAmount; | |
import javax.money.format.AmountFormatQueryBuilder; | |
import javax.money.format.MonetaryAmountFormat; | |
import javax.money.format.MonetaryFormats; | |
import org.javamoney.moneta.Money; | |
import org.javamoney.moneta.format.CurrencyStyle; | |
import org.junit.jupiter.api.Test; | |
import java.util.Locale; |
Many people struggle with this question. Some just try to make as much as a full-time employee makes (and ignore that they won't be able to bill as many days). Others follow tips on startup related websites that suggest to ask for 20% to 50% more than an salary would yield (and ignore the additional risk and expenses they have).
Below you will find some numbers to help you calculate how high your hourly or daily rate should be.