makorin_007's blog

プログラミングとか日々考えていることとか。

2014-01-01から1年間の記事一覧

sfdc99.com

www.sfdc99.com というサイトがすごすぎる。 Salesforce管理者が開発者へステップアップするノウハウが 明朗&簡潔にまとめられている。 まさに今の僕が必要としているサイト。 俺がんばる!みんなもがんばれ! いや、一緒にがんばろう! (※現状、英語のみな…

Web Development (Python)

【アウトプット】 http://asciichan-makorin.appspot.com/ https://github.com/MakotoIsawa/asciichan-makorin 【参考にしたサイト】 https://www.udacity.com/course/viewer#!/c-cs253/ http://www.codecademy.com/tracks/python http://dotinstall.com/les…

Salesforceアプリ開発入門

UdacityでSalesforce学んでみた。1日1時間程度(昼休みとか)で8日掛かった。 これが無償で学習できるなんて凄すぎ。 http://edmaps.co/udacity/course/ud162.html Salesforceを学習したい方に超オススメ! ※現状英語での提供のみ。

AngularJSで作るYouTube検索

【アウトプット】 http://angular-youtube-makorin.herokuapp.com/ https://github.com/MakotoIsawa/angular-youtube 【参考にしたサイト】 http://dotinstall.com/lessons/youtube_search_angularjs 【所感】 AngularJSにとても可能性を感じている。Angular…

AngularJSで作るToDoアプリ

【アウトプット】 http://angular-todo-makorin.herokuapp.com/ https://github.com/MakotoIsawa/angular-todo 【参考にしたサイト】 http://dotinstall.com/lessons/todo_angularjs 【所感】 最近AngularJSにとても可能性を感じている。Firebaseとかと合わ…

Facebook Graph API

今日はFacebook Graph API を学習。 細かいことは置いておいてURLに以下を入力してアクセスしてみる。 " https://graph.facebook.com/<オブジェクト名>?metadata=1 " - オブジェクト名には UserID やグループ名など、Facebookでいうオブジェクトを入れる - U…

タスク管理アプリ / Ruby on Rails

【アウトプット】 http://taskapp-rails-makorin.herokuapp.com/ https://github.com/MakotoIsawa/taskapp-rails-makorin 【参考にしたサイト】 http://dotinstall.com/lessons/basic_rails_v2 https://devcenter.heroku.com/articles/getting-started-with-…

PHP: フォームからのデータを受け取ろう

【アウトプット】 http://input-birthday-makorin.herokuapp.com/ https://github.com/MakotoIsawa/input-birthday/tree/master 【参考にしたサイト】 http://dotinstall.com/lessons/basic_php_beginner/6832 【所感】 PHP でよくある HTML のフォームから…

【Day21】Google Maps API入門

【アウトプット】 http://googlemaps-makorin.herokuapp.com/ 【参考にしたサイト】 http://dotinstall.com/lessons/basic_google_maps https://github.com/kazkawamura/jsbook/blob/master/mobilehtml5/gmap.html 【所感】 正直ドットインストールのコピー…

【Day20】YouTubeでジュークボックスを作ろう

【アウトプット】 http://youtubejuke-makorin.herokuapp.com/ 【参考にしたサイト】 http://dotinstall.com/lessons/youtube_jukebox_js 【ついでにおさらい】 http://www.codecademy.com/ja/tracks/youtube 【所感】 う〜ん、正直自分の力だけではまだこれ…

【Day19】はじめてのNode.jsアプリ

【アウトプット】 http://nodejestest-makorin.herokuapp.com/ 【参考にしたサイト】 http://dotinstall.com/lessons/basic_nodejs http://d.hatena.ne.jp/n-sega/20130707/1373217096 http://hakobera.hatenablog.com/entry/20110719/1311050377 【所感】 N…