Skip to content

Latest commit

 

History

History
132 lines (84 loc) · 2.1 KB

cwk.adoc

File metadata and controls

132 lines (84 loc) · 2.1 KB

Common web knowledge

Basic terms

Data

API

Global interprete lock - GIL

Regular expressions and Rubular to test them

  • ElasticSearch

  • RedisDB

  • MongoDB

  • …​

Basic technologies

  • Use to run Linux if you are Windows user.

SQL Databases

  • MySQL

  • MariaDB

  • PostgreSQL

  • SQLite

vim

Better use of shells

  • zsh

    • oh-my-zsh

  • fish

    • oh-my-fish

  • screen

  • tmux

Ruby debug

  • irb

  • pry

    • binding.pry

More rubies on one machine

  • rvm

  • rbenv

Use gems

  • gems

  • bundler - use for each project to run different versions of gems

    • Gemfile

    • bundle install

    • bundle exec

  • rake - make for ruby

Scrape web

  • Curl

    • Curb

  • Open-uri

    • Open-uri-cached

  • Tor

Use ssh

  • port tunneling

  • key login

Web technologies

Don’t use

  • PHP

Javascript

  • ECMAScript

  • AJAX

  • CoffeScript

  • jQuery, Angular, React, …​