Skip to content

Instantly share code, notes, and snippets.

View flexbox's full-sized avatar

David Leuliette flexbox

View GitHub Profile
@flexbox
flexbox / android.sh
Created July 2, 2018 13:54
React Native with expo SDK release script for android
#!/bin/sh
echo ''
echo '================'
echo 'Dependency check '
echo '================'
echo ''
yarn
echo ''
@flexbox
flexbox / ios.sh
Last active October 20, 2018 12:21
React Native with expo SDK release script for iOS
#!/bin/sh
read -p "=> Starting the standalone build for iOS: when ready, press [ENTER]"
echo ''
echo '===================='
echo 'Install dependencies'
echo '===================='
echo ''
yarn
@flexbox
flexbox / cloudSettings
Last active September 10, 2019 15:40
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-09-10T15:40:17.871Z","extensionVersion":"v3.4.2"}

Problem

Current Usages

Spec

@flexbox
flexbox / high_voltage.rb
Created December 7, 2017 09:58
Styleguide for high_voltage
# config/initializers/high_voltage.rb
HighVoltage.configure do |config|
config.routes = false
config.layout = 'design'
end
@flexbox
flexbox / ajax.js
Last active November 22, 2017 10:39
How I’m (Not) Using jQuery – http://youmightnotneedjquery.com/
//https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
fetch('/data.json')
.then(res => res.json())
.then(res => {
// res is my data
});
// 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;
@flexbox
flexbox / 1.md
Last active August 24, 2017 13:02

stackalert.io backlog

@flexbox
flexbox / application-stores.md
Last active October 12, 2017 14:38
TODO list for deploying native application on the Apple store & Google play store
@flexbox
flexbox / ruby_dev_london.md
Created April 27, 2017 14:50
Ruby 💎 + London 🇬🇧 = ❤

The role is a permanent role working in London

If interested in hearing more please can you send an e-mail to nicholas.friend@levesongower.co.uk

The Role

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.