{"id":2029,"date":"2015-12-16T00:56:19","date_gmt":"2015-12-16T00:56:18","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/?p=2029"},"modified":"2023-06-27T06:48:02","modified_gmt":"2023-06-27T13:48:02","slug":"couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/","title":{"rendered":"Couchbase Mobile Day &#8211; Chicago:  Learn About The Power of NoSQL &amp; Offline Mobile"},"content":{"rendered":"<p style=\"text-align: justify\">Chicago is home to the shiny Bean or better known as, &#8216;Cloud Gate&#8217; and to the historical Wrigley Field of the Chicago Cubs.\u00a0 From art, to music, to acclaim architectures around the city, Chicago is a beautiful city full of culture and history; not to mention delicious Chicago-style hot dog and pizzas!\u00a0 But also great technology is brewing in Chicago and we are heading over for <a href=\"https:\/\/www.couchbase.com\/nosql-resources\/events\/2015\/december\/couchbase-day-for-mobile-developers-%E2%80%93-chicago\/\">Couchbase Mobile Day Chicago<\/a> to share in a Free day-long tech education event with the community!<\/p>\n<p style=\"text-align: justify\">On Tuesday December 1st, come join us over workshops and presentations\u00a0to learn about <a href=\"https:\/\/bit.ly\/MobileCB\">Couchbase Mobile<\/a>.\u00a0 You may <a href=\"https:\/\/info.couchbase.com\/Couchbase_Day_Chicago_Registration_web.html\">RSVP<\/a> and see the <a href=\"https:\/\/www.couchbase.com\/nosql-resources\/events\/2015\/december\/couchbase-day-for-mobile-developers-%E2%80%93-chicago\/\">full agenda<\/a> which include hands-on Couchbase Mobile topics that I will be going over throughout the day.\u00a0 You will learn how to build mobile applications on iOS and Android platforms that sync in the background and have offline mobile data storage as a feature.<\/p>\n<h3 style=\"text-align: justify\"><strong>Topics Include:<\/strong><\/h3>\n<ul>\n<li style=\"text-align: justify\">Couchbase Mobile Overview<\/li>\n<li style=\"text-align: justify\">Getting Started<\/li>\n<li style=\"text-align: justify\">Hands-on Lab<\/li>\n<li style=\"text-align: justify\">Couchbase Lite<\/li>\n<li style=\"text-align: justify\">Couchbase Sync Gateway<\/li>\n<li style=\"text-align: justify\">Live Query &amp; Synchronization<\/li>\n<\/ul>\n<p style=\"text-align: justify\">You will learn how to get started with Couchbase Mobile and we will go over the amazing new features of Couchbase Mobile along with Couchbase Server for fast, consistent access to data on device that does not depend on a network connection.\u00a0 If you are a mobile developer, architect or operations expert who is new to NoSQL and Couchbase or want to learn more, then this event is for you!<\/p>\n<h3 style=\"text-align: justify\">Prerequisites:<\/h3>\n<p style=\"text-align: justify\">To get started, there are some prerequisites that may take some time to download and install on the day and you may get a head start by preparing ahead of time.\u00a0 You may also arrive at 8:30AM on December 1st for any help with getting started and installing with the below items.<\/p>\n<ul>\n<li style=\"text-align: justify\">iOS:\u00a0 Install or Update <a href=\"https:\/\/developer.apple.com\/xcode\/\">XCode<\/a> 7.0 or later<\/li>\n<li style=\"text-align: justify\">Android:\u00a0 Install or Update <a href=\"https:\/\/developer.android.com\/sdk\/index.html\">Android Studio<\/a> 1.2 or later with minimal SDK 19<\/li>\n<li style=\"text-align: justify\">iOS &amp; Android:\u00a0 Install <a href=\"https:\/\/www.virtualbox.org\/wiki\/Downloads\">VirtualBox<\/a> and <a href=\"https:\/\/www.vagrantup.com\/downloads.html\">Vagrant<\/a><\/li>\n<li style=\"text-align: justify\">iOS &amp; Android:\u00a0 Install <a href=\"https:\/\/www.couchbase.com\/nosql-databases\/downloads?gclid=COK4ltCgs8kCFQTjGwod_M4CEA\">Couchbase Sync Gateway<\/a> and <a href=\"https:\/\/www.couchbase.com\/nosql-databases\/downloads?gclid=COK4ltCgs8kCFQTjGwod_M4CEA\">Couchbase Server<\/a><\/li>\n<\/ul>\n<h3 style=\"text-align: justify\">Setup VirtualBox &amp; Vagrant:<\/h3>\n<p style=\"text-align: justify\">Vagrant allows for virtualization of various system configurations and makes it easy to work with virtual machines.\u00a0 For us here in the Couchbase Mobile Day, Vagrant will automatically set up the same require environments for us with server software and have us focus primarily on developing for mobile application on iOS and Android.\u00a0 Install the latest versions of <a href=\"https:\/\/www.virtualbox.org\/wiki\/Downloads\">VirtualBox<\/a> and <a href=\"https:\/\/www.vagrantup.com\/downloads.html\">Vagrant<\/a> for your platform.\u00a0 Below I am running the commands on my MacBook but if you are using Windows then make sure to run the command prompt as Administrator.\u00a0 Verify that we have the vagrant command in our path by opening up Terminal and execute:<\/p>\n<pre><code class=\"bash\">$ vagrant -v<\/code><\/pre>\n<pre><code class=\"bash\">Vagrant 1.7.4<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">The two things you need to manage and spin a virtual machine with Vagrant are:<\/p>\n<ol>\n<li style=\"text-align: justify\">The Vagrant File:\u00a0 Defines what hardware to spin up to Vagrant<\/li>\n<li style=\"text-align: justify\">Provision File:\u00a0 Defines what to do on the machine to Vagrant<\/li>\n<\/ol>\n<p style=\"text-align: justify\">These will be provided on the day of the hands-on lab and the &#8216;Vagrantfile&#8217; file tells Vagrant how to configure the virtual hardware of your development machine to allow for developing Couchbase Mobile applications.<\/p>\n<h3 style=\"text-align: justify\">Download Couchbase Server &amp; Sync Gateway:<\/h3>\n<p style=\"text-align: justify\">Couchbase Server allows us to store our data in the cloud and Couchbase Sync Gateway provides the mechanism to abstract away the data orchestration layer for our Mobile client between device and the data store in the cloud.\u00a0 To begin, read the <a href=\"https:\/\/developer.couchbase.com\/documentation\/mobile\/1.1.0\/get-started\/couchbase-mobile-overview\/index.html\">high level overview<\/a> on the features of Couchbase Mobile to obtain the knowledge of the components that we will be working with on the day.\u00a0 We will go over on how to get started with each of these components to create an app.<\/p>\n<h3 style=\"text-align: justify\">Event Location<\/h3>\n<p style=\"text-align: justify\">You may reach me over on <a href=\"https:\/\/bit.ly\/sweetiewill\">Twitter<\/a> and hope to see everyone at the event!\u00a0 The location can be found on <a href=\"https:\/\/www.google.fr\/maps\/place\/21+E+Bellevue+Pl,+Chicago,+IL+60611,+USA\/@41.9013639,-87.6296129,17z\/data=!3m1!4b1!4m2!3m1!1s0x880fd351ea23968d:0x943c6c8aea06e338?hl=en\">Google Maps<\/a> where the address is at the beautiful:<\/p>\n<p style=\"text-align: justify\"><a href=\"https:\/\/www.thompsonhotels.com\/\">Thompson Chicago Hotel<\/a><\/p>\n<p>21 E. Bellevue Place<\/p>\n<p>Chicago, IL 60611<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Chicago is home to the shiny Bean or better known as, &#8216;Cloud Gate&#8217; and to the historical Wrigley Field of the Chicago Cubs.\u00a0 From art, to music, to acclaim architectures around the city, Chicago is a beautiful city full of [&hellip;]<\/p>\n","protected":false},"author":30,"featured_media":13873,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[1810],"tags":[],"ppma_author":[8983],"class_list":["post-2029","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-couchbase-mobile"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.1 (Yoast SEO v26.1.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Learn About The Power of NoSQL &amp; Offline Mobile<\/title>\n<meta name=\"description\" content=\"Learn how to build mobile applications on iOS and Android platforms that sync in the background and have offline mobile data storage as a feature.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Couchbase Mobile Day - Chicago: Learn About The Power of NoSQL &amp; Offline Mobile\" \/>\n<meta property=\"og:description\" content=\"Learn how to build mobile applications on iOS and Android platforms that sync in the background and have offline mobile data storage as a feature.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2015-12-16T00:56:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-27T13:48:02+00:00\" \/>\n<meta name=\"author\" content=\"William Hoang, Mobile Developer Advocate, Couchbase\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"William Hoang, Mobile Developer Advocate, Couchbase\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/\"},\"author\":{\"name\":\"William Hoang, Mobile Developer Advocate, Couchbase\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/425717456c198fdf9aaa5d7a6d42ad32\"},\"headline\":\"Couchbase Mobile Day &#8211; Chicago: Learn About The Power of NoSQL &amp; Offline Mobile\",\"datePublished\":\"2015-12-16T00:56:18+00:00\",\"dateModified\":\"2023-06-27T13:48:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/\"},\"wordCount\":651,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"articleSection\":[\"Couchbase Mobile\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/\",\"name\":\"Learn About The Power of NoSQL & Offline Mobile\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"datePublished\":\"2015-12-16T00:56:18+00:00\",\"dateModified\":\"2023-06-27T13:48:02+00:00\",\"description\":\"Learn how to build mobile applications on iOS and Android platforms that sync in the background and have offline mobile data storage as a feature.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#primaryimage\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"width\":1800,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.couchbase.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Couchbase Mobile Day &#8211; Chicago: Learn About The Power of NoSQL &amp; Offline Mobile\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"name\":\"The Couchbase Blog\",\"description\":\"Couchbase, the NoSQL Database\",\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\",\"name\":\"The Couchbase Blog\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"width\":218,\"height\":34,\"caption\":\"The Couchbase Blog\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/425717456c198fdf9aaa5d7a6d42ad32\",\"name\":\"William Hoang, Mobile Developer Advocate, Couchbase\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/650445f1ea30314c4f3555dd680154f5\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b912c9a97568a859697ee195432d0bd7cc3ed67d720ae2e6588b67313fa49e08?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b912c9a97568a859697ee195432d0bd7cc3ed67d720ae2e6588b67313fa49e08?s=96&d=mm&r=g\",\"caption\":\"William Hoang, Mobile Developer Advocate, Couchbase\"},\"description\":\"William was a Developer Advocate on the Mobile Engineering\/Developer Experience team at Couchbase. His love for coffee and code has transcended him into the world of mobile while appreciating the offline in-person experiences. Prior, William worked on the Developer Relations team over at Twitter, BlackBerry, and Microsoft while also having been a Software Embedded GPS engineer at Research In Motion. William graduated from McGill University in Electrical Software Engineering\",\"url\":\"https:\/\/www.couchbase.com\/blog\/author\/william-hoang\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Learn About The Power of NoSQL & Offline Mobile","description":"Learn how to build mobile applications on iOS and Android platforms that sync in the background and have offline mobile data storage as a feature.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/","og_locale":"en_US","og_type":"article","og_title":"Couchbase Mobile Day - Chicago: Learn About The Power of NoSQL &amp; Offline Mobile","og_description":"Learn how to build mobile applications on iOS and Android platforms that sync in the background and have offline mobile data storage as a feature.","og_url":"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/","og_site_name":"The Couchbase Blog","article_published_time":"2015-12-16T00:56:18+00:00","article_modified_time":"2023-06-27T13:48:02+00:00","author":"William Hoang, Mobile Developer Advocate, Couchbase","twitter_card":"summary_large_image","twitter_misc":{"Written by":"William Hoang, Mobile Developer Advocate, Couchbase","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/"},"author":{"name":"William Hoang, Mobile Developer Advocate, Couchbase","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/425717456c198fdf9aaa5d7a6d42ad32"},"headline":"Couchbase Mobile Day &#8211; Chicago: Learn About The Power of NoSQL &amp; Offline Mobile","datePublished":"2015-12-16T00:56:18+00:00","dateModified":"2023-06-27T13:48:02+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/"},"wordCount":651,"commentCount":0,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","articleSection":["Couchbase Mobile"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/","url":"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/","name":"Learn About The Power of NoSQL & Offline Mobile","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","datePublished":"2015-12-16T00:56:18+00:00","dateModified":"2023-06-27T13:48:02+00:00","description":"Learn how to build mobile applications on iOS and Android platforms that sync in the background and have offline mobile data storage as a feature.","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#primaryimage","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","width":1800,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.couchbase.com\/blog\/couchbase-mobile-day-chicago-learn-about-the-power-of-nosql-offline-mobile\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Couchbase Mobile Day &#8211; Chicago: Learn About The Power of NoSQL &amp; Offline Mobile"}]},{"@type":"WebSite","@id":"https:\/\/www.couchbase.com\/blog\/#website","url":"https:\/\/www.couchbase.com\/blog\/","name":"The Couchbase Blog","description":"Couchbase, the NoSQL Database","publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.couchbase.com\/blog\/#organization","name":"The Couchbase Blog","url":"https:\/\/www.couchbase.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","width":218,"height":34,"caption":"The Couchbase Blog"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/425717456c198fdf9aaa5d7a6d42ad32","name":"William Hoang, Mobile Developer Advocate, Couchbase","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/650445f1ea30314c4f3555dd680154f5","url":"https:\/\/secure.gravatar.com\/avatar\/b912c9a97568a859697ee195432d0bd7cc3ed67d720ae2e6588b67313fa49e08?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b912c9a97568a859697ee195432d0bd7cc3ed67d720ae2e6588b67313fa49e08?s=96&d=mm&r=g","caption":"William Hoang, Mobile Developer Advocate, Couchbase"},"description":"William was a Developer Advocate on the Mobile Engineering\/Developer Experience team at Couchbase. His love for coffee and code has transcended him into the world of mobile while appreciating the offline in-person experiences. Prior, William worked on the Developer Relations team over at Twitter, BlackBerry, and Microsoft while also having been a Software Embedded GPS engineer at Research In Motion. William graduated from McGill University in Electrical Software Engineering","url":"https:\/\/www.couchbase.com\/blog\/author\/william-hoang\/"}]}},"authors":[{"term_id":8983,"user_id":30,"is_guest":0,"slug":"william-hoang","display_name":"William Hoang, Mobile Developer Advocate, Couchbase","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/b912c9a97568a859697ee195432d0bd7cc3ed67d720ae2e6588b67313fa49e08?s=96&d=mm&r=g","author_category":"","last_name":"Hoang","first_name":"William","job_title":"","user_url":"","description":"William was a Developer Advocate on the Mobile Engineering\/Developer Experience team at Couchbase. His love for coffee and code has transcended him into the world of mobile while appreciating the offline in-person experiences. Prior, William worked on the Developer Relations team over at Twitter, BlackBerry, and Microsoft while also having been a Software Embedded GPS engineer at Research In Motion. William graduated from McGill University in Electrical Software Engineering"}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts\/2029","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/users\/30"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/comments?post=2029"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts\/2029\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/media\/13873"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/media?parent=2029"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/categories?post=2029"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/tags?post=2029"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=2029"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}