タグ

2015年6月22日のブックマーク (6件)

  • Aura for PHP 雑感 (と PHPフレームワークについて徒然) - Qiita

    誰かさんみたいに、●●雑感、という記事を書いてみたかっただけ、というのもあります。 まず Aura について知らない人が居たら、とりあえずこのあたりを参考に: PHPフレームワーク「Aura v2」がクリーン過ぎるので試してみる で、とりあえずこの記事では、Aura の使い方を説明するとかではなくて、それを取り巻く全体的なナニカについて徒然と書いてみようかと思います。 トピック的にはこんなかんじ: 良質で軽量・クリーンなコンポネント群 Framework of Framework 良質で軽量・クリーンなコンポネント群 Aura がなにか、と言われたら多分フレームワークではなくコンポネント群である、という感じ。 Aura.Di (Dependency Injection) があり、Aura.Router (URL 解析とアクションの確定) があり、Aura.Dispatcher (アプリケー

    Aura for PHP 雑感 (と PHPフレームワークについて徒然) - Qiita
  • PHP Cheatsheets

    Please note: these cheat sheets are generated live with PHP 5.6.40. Alternatively, you can browse static versions of the cheat sheets generated with various PHP versions. Tweet This PHP cheat sheet collection is inspired by the Blueshoes cheat sheet and licensed under the GPLv3 software license. You can view and fork the source on GitHub. Pull requests welcome. Like what you see ? Find this useful

    mukaken
    mukaken 2015/06/22
  • 【順次復旧中】ニトリネットショップ障害 6/17から週をまたいで対応

    リンク ネットショップ担当者フォーラム 閉鎖状態の「ニトリネット」が6/23にサイト運営を再開、不具合の主因はCPU不足 | ネットショップ担当者フォーラム 6月17日から自社ECサイト「ニトリネット」の運営が止まっていたニトリは6月23日、午前10時にリニューアルサイトを公開した。 リンク www.nitori-net.jp 【ニトリ】公式通販 家具・インテリア通販のニトリネット ニトリ公式通販 家具・インテリア通販のニトリネット オンライン・ショップ。お、ねだん以上。ニトリの公式通販サイトです。収納・ベッド・ソファなどの家具、寝具・カーテン・ラグなどのインテリアを販売。7,000円以上お買い上げで送料無料!店舗共通のメンバーズカードでポイントもたまります。

    【順次復旧中】ニトリネットショップ障害 6/17から週をまたいで対応
    mukaken
    mukaken 2015/06/22
  • Using PSR-7 in Symfony - Kévin Dunglas

    Kévin Dunglas Founder of Les-Tilleuls.coop (worker-owned cooperative). Creator of API Platform, Mercure.rocks, Vulcain.rocks and of some Symfony components. PSR-7, the last PHP Standard Recommendation, was adopted by the PHP Framework Interoperability Group on May 19. That PSR defines PHP interfaces representing HTTP messages: request and response (client and server side), uploaded file, URI, stre

  • Deploying PHP apps to DigitalOcean with Deploybot — SitePoint

    So, first order of business: create an Ubuntu 14.04 x64 Droplet in a location near you. It is recommended you tune it up, security wise. A good tutorial is here. Next, let’s connect to the Droplet and install Nginx. Connect either via the HTML5 console under “Access” in the Droplet’s GUI, or via your own machine’s terminal and then (partially as per this tutorial) execute: sudo add-apt-repository

    Deploying PHP apps to DigitalOcean with Deploybot — SitePoint
    mukaken
    mukaken 2015/06/22
  • コーディング面接の例 - soutaroブログ

    プログラマの面接をするときには実際にコーディングをしてもらうべきという話は良く聞くが、もうちょっと細かくどういうお題を出したら良いかとか、どういう風に評価したら良いかとかの話はあんまり聞かない気がする。せっかくなので、ユビレジでの面接で私がコーディングについて確認するときのパターンを、いくつか紹介してみようと思う。 実際にコードを書いてもらうパターン 候補者がどのくらいプログラミングできそうかの予備情報がない場合に、簡単なアルゴリズムを書いてもらうことが多い。例としては、 Linked Listを書いてください Stackを書いてください など。ここで、おもむろに int main(int argc, char* argv[]) { などと書き始める人は、あまり良い印象をもたれない。 class Stack などと書き始める人は上よりは期待できる。 このとき、わざと出題で詳細をあまり明らか

    コーディング面接の例 - soutaroブログ
    mukaken
    mukaken 2015/06/22