WordCamp Kansai 2014 登壇スライド。
コードのGit管理を前提とし、それを活かしたよりストレスフリーなデプロイメントを紹介しました。紹介したのはツール、サービス、そして最近海外では話題になりつつあるフルスタック系のツールキット。
Slide from my presentation at WordCamp Kansai 2014 (7 June 2014), titled "Considering WordPress Site Deployment - utilizing Git and Deployment Services-"
WordPress is a content management system (CMS) that powers over 20% of websites. The document discusses WordPress plugins like Global Translator, wp-tegaki, and FireWorks. It also covers using the ATND API to display events and developing widgets for WordPress.org. WordPress is open source software and the community contributes plugins and themes.
WordPress is a content management system (CMS) that powers over 20% of websites. The document discusses WordPress plugins like Global Translator, wp-tegaki, and FireWorks. It also covers using the ATND API to display events and developing widgets for WordPress.org. WordPress is open source software and the community contributes plugins and themes.
The document discusses the Indexed Database API which allows web applications to store and retrieve structured data in a client-side database. It provides examples of how to open a database, define object stores, add and retrieve data from the object stores. The Indexed Database API provides a more powerful alternative to Web Storage for client-side storage of larger amounts of structured data.