First Tiger
  • Home
  • Cheatsheets
  • Up Close and Personal
Sign in Subscribe

Latest

Capybara

Capybara helps you test web applications by simulating how a real user would interact with your app. It is agnostic about the driver running your tests and comes with Rack::Test and Selenium support built in. WebKit is supported through an external gem. Selecting from a drop down find('

By Kelvin Kang 02 Aug 2020
Rails

ruby

Rails

Ruby is my favourite programming language for developing web apps. It's incredibly flexible and easy to learn. The gem ecosystem is rich and enables many capabilities with very minimal effort.

By Kelvin Kang 02 Jun 2020
Docker

docker

Docker

Docker is quickly becoming one of my favourite tools in software engineering. It makes installing software easier and cleaner.

By Kelvin Kang 31 May 2020
Ansible

ansible

Ansible

Install from ppa for Ubuntu sudo apt install -y software-properties-common sudo add-apt-repository --yes --update ppa:ansible/ansible sudo apt install ansible General Commands Printing out all of the Ansible Facts ansible -i [inventory file name] [host name] -m setup > [file name] Playbook Running a playbook limiting to certain sections

By Kelvin Kang 31 May 2020
See all
First Tiger
Powered by Ghost

First Tiger

Living Life through Curiousity