Skip to content

Instantly share code, notes, and snippets.

View btazi's full-sized avatar

Badr Tazi btazi

View GitHub Profile
@btazi
btazi / countries-FR.json
Last active March 29, 2019 10:49 — forked from revolunet/countries-FR.json
Liste des pays en FR
{
AF: "Afghanistan",
ZA: "Afrique du Sud",
AL: "Albanie",
DZ: "Algérie",
DE: "Allemagne",
AD: "Andorre",
AO: "Angola",
AI: "Anguilla",
AQ: "Antarctique",
@btazi
btazi / gist:a822c571603df091c8aa2d1b01bfc3d1
Created April 26, 2020 14:57 — forked from ryansobol/gist:5252653
15 Questions to Ask During a Ruby Interview

Originally published in June 2008

When hiring Ruby on Rails programmers, knowing the right questions to ask during an interview was a real challenge for me at first. In 30 minutes or less, it's difficult to get a solid read on a candidate's skill set without looking at code they've previously written. And in the corporate/enterprise world, I often don't have access to their previous work.

To ensure we hired competent ruby developers at my last job, I created a list of 15 ruby questions -- a ruby measuring stick if you will -- to select the cream of the crop that walked through our doors.

What to expect

Candidates will typically give you a range of responses based on their experience and personality. So it's up to you to decide the correctness of their answer.

" Specify a directory for plugins
call plug#begin('~/.vim/plugged')
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'preservim/nerdtree'
"Plug 'tsony-tsonev/nerdtree-git-plugin'
Plug 'Xuyuanp/nerdtree-git-plugin'
Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
Plug 'ryanoasis/vim-devicons'
Plug 'airblade/vim-gitgutter'