KAEDE Hack blog

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

Entries from 2019-09-01 to 1 month

八耐 ~八時間耐久製作会~ に参加しました!!

八耐に参加しました!! 八耐とは? 八耐とは – 大八耐 From FukuOka EngineeringUniv, Sato moved here and continued the project. where Mixi, at Shibuya mixi.jp another building of main building. Menter SawaGuchi at Personal Innovation com Sato…

playCanvas hands-onに参加しました!!

playCanvas hands-onに参加しました!! tag: event, HTML5, js, gamedev what なにそれ? PlayCanvasのハンズオン!その場で作って,公開まで流れを掴もうという会. Unityの用なweb 3dゲームをブラウザの中で完結させられるプラットフォーム. https://pla…

第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.…

株式会社Ceressの3Dayハッカソンに参加しました!2019.08.03-06

株式会社Ceressの3Dayハッカソンに参加しました! title ユーザを楽しませるサービスを作成しよう! what From idea to coding. という触れ込みだった. Career Selectの電話面接で勧められて申し込んだ https://careerselect.j://careerselect.jp 試験や抽…

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…

GitLab 初期設定 -- SSH priv pub key の作成、.ssh/config とサイトへの各鍵の登録、接続と push の確認

why まっさらな状態から GitLab の初期設定をする機会があったので、ちょうどいいのでまとめておく 昔書き殴ったメモの記事が酷かったので、わかり易く書き直したくなった ググって StackOverFlow と GitHub Doc を見てみる stackoverflow.com The https pro…

LINUX COMMANDS

Hello Bash! What is bash Bourne Again Shell. Regular prompt is ´$´ Search your environment Define your info by shell command!!! echo $SHELL /bin/bash finger kaede Login: kaede Name: KAEDE Dir: /Users/kaede shell: /bin/bash/ on Since .... N…

My Vim Settings and favorite liberaries

My Vim Settings and favorite liberaries intro vim is great, however using simple extensions by neobundle boost your coding more faster. I will write my favorite vim extension usage and simple commands. https://qiita.com/fasahina/items/2767…