This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
This gist is part of a blog post. Check it out at:
http://jasonrudolph.com/blog/2011/08/09/programming-achievements-how-to-level-up-as-a-developer
| RSpec.describe UsersController, type: :controller do | |
| describe 'GET #show' do | |
| before | |
| get :show, id: user_id | |
| end | |
| context 'when user exists' do | |
| let(:user_id) { create(:user).id } | |
| it 'return success (200) status code' do |
| (function($) { | |
| 'use strict'; | |
| function FormFiller() { | |
| this.path = document.location.pathname; | |
| this.container = $('form[accept-charset]', '#main-wrapper'); | |
| this.groupName = this.name + this.path; | |
| this.group(); | |
| this.log('initialized'); |
Este dá um guia de tecnologias que precisam estar na "caixa de ferramentas" do programador:
https://www.youtube.com/watch?v=NS46CXScdQY
Essa série de videos aborda o tema "system design". Vai do básico até exemplos concretos, como um possível system design para a Netflix
https://www.youtube.com/playlist?list=PLMCXHnjXnTnvo6alSjVkgxV-VH6EPyvoX