Remixing Vol.3 with オールアバウト and LIG
https://remixing.doorkeeper.jp/events/34982
で発表した資料になります。
CMS開発を汎用CMSを使うのかフルスクラッチするのか。
また、LaravelでフルスクラッチCMSを作る時のノウハウなどについて。
This document lists and describes 6 free forensic tools that can be used to analyze data from iOS devices: Libimobiledevice, iLEAPP, iOS Triage, iPhone Backup Decoder and Analyzer, iOS sysdiagnose forensic scripts, and M.E.A.T. - Mobile Evidence Acquisition Toolkit. These tools allow users to interact with iOS APIs, parse device backups, logs, and files, extract artifacts from jailbroken devices, decode iOS backups, analyze sysdiagnose logs, and acquire evidence from iOS filesystems and logically. All tools are open source and available on GitHub.
This document lists and describes 6 free forensic tools that can be used to analyze data from iOS devices: Libimobiledevice, iLEAPP, iOS Triage, iPhone Backup Decoder and Analyzer, iOS sysdiagnose forensic scripts, and M.E.A.T. - Mobile Evidence Acquisition Toolkit. These tools allow users to interact with iOS APIs, parse device backups, logs, and files, extract artifacts from jailbroken devices, decode iOS backups, analyze sysdiagnose logs, and acquire evidence from iOS filesystems and logically. All tools are open source and available on GitHub.
【MT東京?31】バレンタインデー1ヶ月前から始めるSwift×MT Data APIでのLT登壇資料になります。
Firebaseを使用したサンプル作成にあたり、ファイルアップロード処理の際に実装に詰まった経験やデータ設計の整理に苦労しました。
その経験からFirebaseを扱いやすくするライブラリ「Salada」を導入してサンプルアプリを作成した際の知見や実装ポイント等をまとめました。
21. リソースフルコントローラ
コマンドラインでひな形を自動生成
メソッド + パス で処理を切り分けることができる
Copyright 2015 All About,inc. 21
Laravelを用いるメリット
メソッド パス アクション
GET /article index
GET /article/create create
POST /article store
GET /article/{id} show
GET /article/{id}/edit edit
PUT/PATCH /article/{id} update
DELETE /article/{id} destriy