KAEDE Hack blog

JavaScript 中心に ライブラリなどの使い方を解説する技術ブログ。

Bash

Automate module install by Package.json

package.json is what bg In remote work, I have a chance to touch node js work. That means I have to use npm model. Yeah, chance, that is the point. I had to use that, but this, taught me. How to use and understand this. Thanks to the P.M. …

第8回ゴリラ.vimに参加しました!!

第8回ゴリラ.vimに参加しました!! What is this event Vimmers event, organized by a man making docker TUI controller https://gorillavim.connpass.com/event/146919://gorillavim.connpass.com/event/146919/ where Shibuya Station, to 20min West.…

CakePHP Intro and Migration

cake3 usage public tutorial https://book.cakephp.org/3.0/en/tutorials-and-examples/cms/articles-controller.html install Use Composer. getcomposer.org curl -s https://getcomposer.org/installer | php Composer (version 1.9.0) successfully ins…

Tmux Cheat Sheet

tmux cheatsheet what is tmux? A virtual terminal open in terminal. I am using this in MacOS, Ubuntu, Win(WSL). It can make virtual windows, and name them. Also the char color updated much lighter in WSL. It is consisted of [session, window…

第3回プランクトンサミットに参加しました

第3回プランクトンサミットに参加しました どこ?何時? at cyboz, Nihonbasi, by Uchan, Vane11ope 13:00 ~ 21:00 交流で得られた学び (何か書いてはいけない事があったらリプかDMいただければすぐ消します) * Summer Intern, Cyboz LabUseを受けようと思…

Shortcuts of bashrc

Intro ご存知の人も多いだろうが、MacではHOME directoryに.vimrcと同じように.bashrcがある。 この.bashrcは.bash_profileを参照して...というのは Vim8.0へのupdateの記事 で説明した通りだ。 Picture .bashrc in terminal さてこの.bashrcを編集すると何…

Struggle with Vim8.1 updating ~ seeking :terminal ~

Vim8.1での苦戦とその解決策 (:terminalを求めて) vimとの出会い MacではずっとVisual Stadio Codeを使っていたが、gitの運用中viが自動で起動することがあって、そこからvim (vi IMproved)に興味を持ち、メインのエディタにしてみようと思った。 Vimは完全…