Hello, World!

Table of Content

  1. Ruby on Rails
  2. 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

GitHub repository: https://github.com/taliw-ph/react-ts-101
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

  1. WSL
  2. rebnv
  3. Ruby
  4. Rails

Installation

1. WSL
 wsl --install 
2. rbenv, ruby and rails
Link 1 (English) Link 2 (Thai)
ยังไม่ต้องติดตั้ง Rails
เช็คว่ามา Ruby แล้วหรือยังด้วย
ruby -v
เช็ค Rails ด้วย
rails -v

Basic Ruby

GitHub repository: https://github.com/roonglit/ruby_101
git clone git@github.com:roonglit/ruby_101.git
หรือ
git clone https://github.com/roonglit/ruby_101.git