- 10 (best) Ruby (and Rails) interview questions (and answers)
- 20 Ruby on Rails interview questions and answers from CareerRide.com
- 8 Essential Ruby on Rails Interview Questions from top 3% developers company
- A list of common questions with answers ask during interview of ruby on rails job
- Ruby And Ruby On Rails interview Q&A
- Some of the most frequently asked Ruby on Rails questions and how to answer them confidently
LIEN : http://bit.ly/foodporn-03 Disclaimer : C'est chronophage ! Quel réseau choisir ? Produire du contenu à quelle fréquence ? Comment ne pas spammer ? Dans quel but ? Challenge
- vérifier le niveau des piles du micro HF émétteur + récepteur
- fixer le recepteur sur le shoe mount de la caméra
- brancher le cable dans l'entrée mini-jack de la caméra
- mettre la camera sur pied en glissant la semelle dans la tête fluide
- brancher la caméra sur secteur
- allumer la camera en appuyant sur le bouton power attention il peut parfois rester coincé
- vérifier qu'il n'y a pas de faux contact, un petit éclair doit apparaitre sur le voyant de charge
- vérifier les settings sur l'écran: 1080p25 ProRes Proxy F2.8 ISO 800
- si besoin l'image est trop sombre/claire modifier l'ISO dans
MENU>SETTINGS>CAMERA SETTINGS>ISO
- si besoin l'image est trop chaude/froide modifier la balance des blancs dans
MENU>SETTINGS>CAMERA SETTINGS>WHITE BALANCE
- fix your daily rate
- build user stories based upon intensive client interview
- ask relevant questions to your client. In doubt just say
why?"
easy ! - break down the project into the smallest features you can
- evaluate the time needed for each feature and dubble it
- make a quotation detailled with the price by feature so you negociate the features included not your daily rate
- code a first app even if it's dirty
- become a Teacher Assistant (TA) at le Wagon
- buy books like "The rails 4 way" link
- learn more bash & git commands
WIP
- learn to type faster without looking at the keyboard
WIP
This file contains hidden or 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
// Mixpanel Cheatsheet | |
// This requires the mixpanel javascript library to be embedded on your site | |
// https://mixpanel.com/help/reference/javascript-full-api-reference | |
// 1. API Methods. | |
mixpanel.init('new token', { your: 'config' }, 'library_name'); // initialize a new instance of the Mixpanel tracking object | |
mixpanel.push(['register', { a: 'b' }]); // push() keeps the standard async-array-push behavior around after the lib is loaded. This is only useful for external integrations that do not wish to rely on our convenience methods (created in the snippet). |
####installer rails
gem install rails
####créer un nouveau projet
rails new project_name
#Video
##Pré-Production
- brief : 10 points
https://gist.github.com/ManyBaby/aeab61ac281e66fe55df
- script : clair et court
- scénario : détaillé et précis
#Brief Créatif
C’est un outil stratégique qui servira de cadre de travail à l’équipe en charge de la réalisation de votre vidéo. A l’intérieur de ce cadre l’équipe devra faire preuve créativité et d’originalité tout en respectant les régles que vous aurez établies. Le brief créatif vous aide à formaliser ce que vous avez en tête afin que l’équipe créative réalise la vidéo qui répond à vos enjeux commerciaux dans le respect de votre d’image.
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="fr"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Landing Circle</title> | |
<!-- Latest compiled and minified CSS --> |
NewerOlder