I hereby claim:
- I am flexbox on github.
- I am flexbox (https://keybase.io/flexbox) on keybase.
- I have a public key ASD0uHrYzMtMUAjnMd1Nlw5MtRBT3ArkQO6bOepLXgqkPAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Team: LEADER — https://flexbox.github.io/backpacklist/
Name: The backpack list
Use Case: Helping you to travel more
Unique angle: Ask you this question right now “What else would I want to do before I die?”
The role is a permanent role working in London
If interested in hearing more please can you send an e-mail to [email protected]
We look for great engineers. We list some technologies below that we expect you to have some knowledge or experience of, but fundamentally we look for people who are passionate about developing great systems. You need to love Ruby but, if you are not a polyglot, you’ll be an exception in the team.
We’re looking for people who will join us in building a global platform, who are looking to be challenged and who are able to embrace responsibility. We have major projects kicking off all the time and a very ambitious roadmap.Whatever level you are, we are serious about helping you grow in your career and in our commitment to TDD and XP practices.
🚨 Deploy an application on all stores is a complex task
stackalert.io backlog
// Copy paste this script on your console | |
var disabled = false; | |
var r = confirm('Start the Autolike on this page?'); | |
var min_time_to_decide = 300; | |
var max_additional_time_to_decide = 1000; | |
var time_to_decide = function() { | |
additional_time_to_decide = Math.floor(Math.random() * max_additional_time_to_decide); | |
return min_time_to_decide + additional_time_to_decide; |
//https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API | |
fetch('/data.json') | |
.then(res => res.json()) | |
.then(res => { | |
// res is my data | |
}); |
# config/initializers/high_voltage.rb | |
HighVoltage.configure do |config| | |
config.routes = false | |
config.layout = 'design' | |
end |
Problem
Current Usages
Spec