Skip to content

Instantly share code, notes, and snippets.

View orlyyani's full-sized avatar
:octocat:
Working from home

Orly John Yanson orlyyani

:octocat:
Working from home
View GitHub Profile
@orlyyani
orlyyani / review-checklist.md
Created October 12, 2020 12:09 — forked from bigsergey/review-checklist.md
Front-end Code Review Checklist

Review checklist

General

  1. Does the code work?
  2. Description of the project status is included.
  3. Code is easily understand.
  4. Code is written following the coding standarts/guidelines (React in our case).
  5. Code is in sync with existing code patterns/technologies.
  6. DRY. Is the same code duplicated more than twice?
@orlyyani
orlyyani / 5.gif
Last active April 11, 2019 17:27
First-time
5.gif
@orlyyani
orlyyani / 4.gif
Last active April 11, 2019 17:25
The
4.gif
@orlyyani
orlyyani / 3.gif
Last active April 11, 2019 17:24
For
3.gif
@orlyyani
orlyyani / 2.gif
Last active April 11, 2019 17:30
Element
2.gif
@orlyyani
orlyyani / 1.gif
Last active April 11, 2019 17:20
Inspect
1.gif
@orlyyani
orlyyani / 0.gif
Last active April 11, 2019 17:17
Using
0.gif
@orlyyani
orlyyani / README.md
Created April 30, 2018 05:28 — forked from dergachev/README.md
Vagrant tutorial

Vagrant Setup

This tutorial guides you through creating your first Vagrant project.

We start with a generic Ubuntu VM, and use the Chef provisioning tool to:

  • install packages for vim, git
  • create user accounts, as specified in included JSON config files
  • install specified user dotfiles (.bashrc, .vimrc, etc) from a git repository

Afterwards, we'll see how easy it is to package our newly provisioned VM