Hello, World!
Table of Content
- Ruby on Rails
- TypeScript
TypeScript
Installation
1. Node
# installs nvm (Node Version Manager)
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
# activate nvm
$ source ~/.bashrc
# download and install Node.js (you may need to restart the terminal)
$ nvm install 20
# verifies the right Node.js version is in the environment
$ node -v # should print `v20.18.0`
# verifies the right npm version is in the environment
$ npm -v # should print `10.8.2`
Basic TypeScript
git clone git@github.com:taliw-ph/react-ts-101.git
หรือ
git clone https://github.com/taliw-ph/react-ts-101.git
Slides
Ruby on Rails
Slides
All Slides |
Turbo Rails
Prerequisite
- WSL
- rebnv
- Ruby
- Rails
Installation
1. WSL
wsl --install
2. rbenv, ruby and rails
ยังไม่ต้องติดตั้ง Rails
เช็คว่ามา Ruby แล้วหรือยังด้วย
ruby -v
เช็ค Rails ด้วย
rails -v
Basic Ruby
git clone git@github.com:roonglit/ruby_101.git
หรือ
git clone https://github.com/roonglit/ruby_101.git