2019年3月2日のブックマーク (4件)

  • プログラミング未経験からWebサービスをリリースするまでの365日|Takuya Mishima|note

    こんにちは。タイトルの通りプログラミング未経験者がプログラミングを勉強し、チームをつくり、Webサービスを立ち上げた話について、その舞台裏を公開したいと思います。結論から言うとプログラミングの学習から約1年でWebサービスをつくれるようになりました! お前は誰だ@i_am_34といいます。 普段はリブセンスという会社でマーケティングやらなんやらをしています。経歴としてはSEO会社で営業→広告代理店でリスティング広告の運用→リブセンスでマーケティング全般という感じで、インターネッツ関連の仕事をずっとしてきましたが、プログラミングは未経験でした。 何をつくったのかつくったのはこちら 自分が知らない素晴らしいモノが集まるプラットフォームICHIOSHI ひとことでいうと実名制のモノレビューサイトです。ユーザー登録をして検索窓に商品名を打ち込むと、Amazonからその商品を探してきて、レビューを投

    プログラミング未経験からWebサービスをリリースするまでの365日|Takuya Mishima|note
    D_first
    D_first 2019/03/02
    もはや定番な「プログラミング歴の短い俺が○○日間でWebサービス(コンテンツ投稿型)をRailsで作った話」何もアウトプットできていない自分よりははるかに偉いが、多くはその後閑古鳥が鳴きがちな印象。1年後に期待
  • Humble Object at XUnitPatterns.com

    The book has now been published and the content of this chapter has likely changed substanstially. Please see page 695 of xUnit Test Patterns for the latest information. How can we make code testable when it is too closely coupled to its environment? We extract the logic into a separate easy-to-test component that is decoupled from its environment. Sketch Humble Object embedded from Humble Object.

    D_first
    D_first 2019/03/02
    謙虚なオブジェクト?について
  • F# for fun and profit

    Do you want to understand what all the fuss about functional programming is about? This site will introduce you to F# and show you ways that F# can help in day-to-day development of mainstream commercial business software. On the way, I hope to open your mind to the joys of functional programmingit really is fun! If you have never heard of F#, it is a general purpose functional/hybrid programmi

    F# for fun and profit
    D_first
    D_first 2019/03/02
    F#についてのサイト
  • プログラミング、三大胡散臭い開発手法

    ・自動テスト ・ペアプログラミング あとは何だろ アジャイルは胡散臭いんだけど、メリットデメリットが理解しやすい方だと思う 追記:語弊があるな、自動テストは重要だ。TDD、XP界隈と言ったほうがいいか 追記:胡散臭いのと、不要ってのはちょい違う。必要でも胡散臭さは放てる。過大評価が近い。あと、複数人でやる方法論で胡散臭さが出がち。

    プログラミング、三大胡散臭い開発手法
    D_first
    D_first 2019/03/02
    DDDはドメイン駆動開発じゃなくてドメイン駆動"設計"。これ自体は何も胡散臭いことはないが、「DDDやってます !」と言いながら単に機械的にレイヤー分けをしただけみたいな、胡散臭い人が多いだけ。