- Focus on 1 goal (Business Outcome) per sprint
- Only work on tasks that are (prioritized) on the Sprint Board
- Work on tasks according to their priorities on the Board
- Move Github issues to the Sprint Backlog and prioritize them with your Product Manager
- The Engineering day can be used to work on tasks unrelated to the Topic Team's goal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.GPSeries = [{"name":"vStd24_max z01","color":"#009999","data":[[1605001910400,-3.08],[1605004554240,-3.7],[1605009841920,-3.31],[1605012485760,-4.42],[1605015129600,-4.76],[1605020417280,-5.32],[1605023061120,-6.07],[1605025704960,-6.16],[1605030992640,-6.62],[1605033636480,-6.33],[1605036280320,-6.08],[1605041568000,-6.25],[1605044211840,-5.85],[1605049499520,-5.57],[1605052143360,-5.45],[1605054787200,-5.22],[1605060074880,-4.95],[1605062718720,-4.92],[1605065362560,-4.63],[1605070650240,-4.52],[1605073294080,-5.28],[1605075937920,-4.06],[1605081225600,-4.06],[1605083869440,-3.95],[1605086513280,-3.92],[1605091800960,-4.25],[1605094444800,-4.01],[1605099732480,-3.8],[1605102376320,-3.75],[1605105020160,-3.88],[1605110307840,-3.67],[1605112951680,-3.58],[1605115595520,-3.81],[1605120883200,-3.59],[1605123527040,-3.5],[1605126170880,-3.16],[1605131458560,-3.27],[1605134102400,-3.2],[1605139390080,-2.85],[1605142033920,-2.89],[1605144677760,-3.1],[1605149965440,-3.15],[1605152609280,-3.22],[160515525312 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const regex = /(`[${}\w\.]+`)/gm | |
const evalInContext = function(input) { | |
const that = this | |
return input.replace(regex, function(match) { | |
return function() { | |
return eval(match) | |
}.call(that) | |
}) | |
} |
- Performance Checklist Smashing Magazine
- Increasing Performance with HTTP Caching Heroku
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"overview": { | |
"billing_status": "active", | |
"credit_limit": 1000, | |
"to_pay_amount": 90, | |
"not_invoiced_fees_debits": 21.9, | |
"not_invoiced_fees_credits": 15, | |
"not_invoiced_fees_balance": 6.9, | |
"total_amount": 96.9, | |
"next_invoice_date": "2017-01-20T00:00:00Z", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this is an example of the Uber API | |
# as a demonstration of an API spec in YAML | |
swagger: '2.0' | |
info: | |
title: ...DRAFT... Ricardo REST API | |
description: Biggest e-commerce provider in Switzerland's API - Web friendly | |
version: "0.1.0" | |
# the domain of the service | |
host: api.ricardo.ch | |
# array of all schemes that your API supports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this is an example of the Uber API | |
# as a demonstration of an API spec in YAML | |
swagger: '2.0' | |
info: | |
title: ...WIP... Ricardo Search API | |
description: Biggest e-commerce provider in Switzerland's API - Web friendly | |
version: "0.1.0" | |
# the domain of the service | |
host: ricardo.ch | |
# array of all schemes that your API supports |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
├── node_modules | |
│ ├── JSONStream | |
│ │ ├── LICENSE.APACHE2 | |
│ │ ├── LICENSE.MIT | |
│ │ ├── examples | |
│ │ │ └── all_docs.js | |
│ │ ├── index.js | |
│ │ ├── package.json | |
│ │ ├── readme.markdown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="clear: both; float: right; width: 40%; background-color: #333333; color: white; padding: 10px; overflow: hidden; margin-left: 10px;margin-bottom:10px;"> | |
<div style="max-width: 100%;margin-bottom:10px;"> | |
[picture1] | |
</div> | |
<p> | |
Ich bin eine fliegende Box. Ich bin immer rechts ausgerichtet. Der Text fliesst aber linksbündig. | |
</p> | |
<span style="font-size: 1.2em; margin-top: 10px; margin-bottom: 10px; display: block;"> | |
Dies könnte ein Untertitel sein | |
</span> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<hr style="border-width:1px;border-style:dashed;border-color:#21a9e3;"> |
NewerOlder