{"id":2215,"date":"2016-04-04T15:00:00","date_gmt":"2016-04-04T15:00:00","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/?p=2215"},"modified":"2016-04-04T15:00:00","modified_gmt":"2016-04-04T15:00:00","slug":"using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/","title":{"rendered":"Using JRebel for Rapid Re-Deployment in a Couchbase Java SDK Project"},"content":{"rendered":"<p>\n    It is no secret that Java projects take a long time to build.  This long build time is variable depending on how many classes your<br \/>\n    project has among other things.  Let&apos;s say you&apos;re a developer that likes to frequently check his or her work.  Say a typical<br \/>\n    redeployment time for your app is around three (3) minutes and you perform four (4) application restarts an hour.  This is a lot of time<br \/>\n    you&apos;ve just spent waiting around and not developing your application.\n<\/p>\n<p>\n    This is where <a href=\"https:\/\/zeroturnaround.com\/software\/jrebel\/\">JRebel<\/a> by ZeroTurnAround comes into play.\n<\/p>\n<h2>What is JRebel<\/h2>\n<p>\n    JRebel is a plugin that supports many popular IDEs and build platforms and it allows you to reload changes to class files, resources,<br \/>\n    and frameworks without having to go through the entire build and redeployment process again.\n<\/p>\n<p>\n    Let&apos;s go back to my initial example.  As of right now you&apos;re spending around ninety-six (96) minutes per day waiting for your<br \/>\n    application to be ready.  According to the <a href=\"https:\/\/zeroturnaround.com\/software\/jrebel\/\">JRebel documenation<\/a>, by removing<br \/>\n    the restart processes and shaving down the redeployment times, you can save yourself around sixty (60) minutes per day.\n<\/p>\n<p>\n    So how does one get this in their project, or more importantly, a project that makes use of Couchbase Server and the<br \/>\n    <a href=\"https:\/\/developer.couchbase.com\/\">Couchbase Java SDK<\/a>?\n<\/p>\n<h2>Including JRebel in Your Project<\/h2>\n<p>\n    Although JRebel supports many IDEs, this example will reference IntelliJ IDEA.\n<\/p>\n<p>\n    Per the JRebel documentation, access the IntelliJ <strong>Settings<\/strong> if you&apos;re using Windows or <strong>Preferences<\/strong><br \/>\n    if you&apos;re using Mac.  You&apos;ll want to choose <strong>Plugins<\/strong> and click the <strong>Browse Repositories<\/strong> button.<br \/>\n    Search for <strong>JRebel<\/strong> and install it.\n<\/p>\n<p>\n    With the plugin installed you&apos;ll have to activate your license to JRebel.  Once you do this, JRebel should be ready for use!  More<br \/>\n    can be seen in the <a href=\"https:\/\/zeroturnaround.com\/software\/jrebel\/quickstart\/intellij\/#!\/installation\">official JRebel documentation<\/a> in terms of setup.\n<\/p>\n<h2>Testing JRebel with Couchbase<\/h2>\n<p>\n    When I write queries I tend to write bad queries or queries with bugs.  Having to sit through a long deployment process because<br \/>\n    of a bad query brings me a lot of sadness.  This makes JRebel a useful tool for this particular example situation.\n<\/p>\n<p>\n    To keep things simple, go ahead and check out the following CouchbaseLabs project called<br \/>\n    <a href=\"https:\/\/github.com\/couchbaselabs\/restful-angularjs-java\">restful-angularjs-java<\/a> from GitHub.  You&apos;ll need Couchbase<br \/>\n    installed with an index configured for querying.  This can be seen, along with some background on the project, at a previous blog<br \/>\n    post that I wrote called <a href=\"https:\/\/www.thepolyglotdeveloper.com\/2016\/01\/create-a-full-stack-app-using-java-and-couchbase-server\/\">Create a Full Stack App using Java and Couchbase Server<\/a>.\n<\/p>\n<p>\n    We&apos;re going to run this application and then make a change to one of the queries.  Start by running the project using the<br \/>\n    <strong>Run with JRebel &apos;spring-boot:run&apos;<\/strong> from the <strong>Run<\/strong> menu and verify that it works in your web browser<br \/>\n    by navigating to <a href=\"https:\/\/localhost:8080\">https:\/\/localhost:8080<\/a>.  We&apos;re going to edit the following query:\n<\/p>\n<pre>\n<code>\n\"SELECT META(users).id, firstname, lastname, email \" +\n\"FROM `\" + bucket.name() + \"` AS users\"\n<\/code>\n<\/pre>\n<p>\n    The above query is found in the <code>getAll<\/code> function of the <strong>src\/main\/java\/couchbase\/Database.java<\/strong> file.  Go<br \/>\n    ahead and alter the query slightly.  Maybe add a <code>LIMIT<\/code> or something else that is simple.\n<\/p>\n<p>\n    Instead of redeploying the application, choose <strong>Build -> Make Project<\/strong> from the menu.  Now go back to your web browser<br \/>\n    and refresh the page.  The page should reflect whatever you changed the query to.\n<\/p>\n<p>\n    This is very convenient when it comes to developing and testing your application since making the project is much quicker than<br \/>\n    running it.\n<\/p>\n<h2>Conclusion<\/h2>\n<p>\n    Deploying Java applications take time, but using tools like JRebel saves a lot of it.  Using JRebel with your Couchbase Java<br \/>\n    application can save you a lot of trouble when it comes to developing your queries, configuring your buckets, and anything else<br \/>\n    related to the development of your project.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>It is no secret that Java projects take a long time to build. This long build time is variable depending on how many classes your project has among other things. Let&apos;s say you&apos;re a developer that likes to frequently check [&hellip;]<\/p>\n","protected":false},"author":63,"featured_media":13873,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[1816,1818],"tags":[],"ppma_author":[9032],"class_list":["post-2215","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-couchbase-server","category-java"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.8 (Yoast SEO v25.8) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Using JRebel for Rapid Re-Deployment in a Couchbase Java SDK Project - The Couchbase Blog<\/title>\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\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using JRebel for Rapid Re-Deployment in a Couchbase Java SDK Project\" \/>\n<meta property=\"og:description\" content=\"It is no secret that Java projects take a long time to build. This long build time is variable depending on how many classes your project has among other things. Let&amp;apos;s say you&amp;apos;re a developer that likes to frequently check [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/thepolyglotdeveloper\" \/>\n<meta property=\"article:published_time\" content=\"2016-04-04T15:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2022\/11\/couchbase-nosql-dbaas.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1800\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Nic Raboy, Developer Advocate, Couchbase\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nraboy\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Nic Raboy, 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\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/\"},\"author\":{\"name\":\"Nic Raboy, Developer Advocate, Couchbase\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/bb545ebe83bb2d12f91095811d0a72e1\"},\"headline\":\"Using JRebel for Rapid Re-Deployment in a Couchbase Java SDK Project\",\"datePublished\":\"2016-04-04T15:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/\"},\"wordCount\":625,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"articleSection\":[\"Couchbase Server\",\"Java\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/\",\"name\":\"Using JRebel for Rapid Re-Deployment in a Couchbase Java SDK Project - The Couchbase Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png\",\"datePublished\":\"2016-04-04T15:00:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#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\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.couchbase.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using JRebel for Rapid Re-Deployment in a Couchbase Java SDK Project\"}]},{\"@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\/bb545ebe83bb2d12f91095811d0a72e1\",\"name\":\"Nic Raboy, Developer Advocate, Couchbase\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/8863514d8bed0cf6080f23db40e00354\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/bedeb68368d4681aca4c74fe5f697f0c423b80d498ec50fd915ba018b72c101f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/bedeb68368d4681aca4c74fe5f697f0c423b80d498ec50fd915ba018b72c101f?s=96&d=mm&r=g\",\"caption\":\"Nic Raboy, Developer Advocate, Couchbase\"},\"description\":\"Nic Raboy is an advocate of modern web and mobile development technologies. He has experience in Java, JavaScript, Golang and a variety of frameworks such as Angular, NativeScript, and Apache Cordova. Nic writes about his development experiences related to making web and mobile development easier to understand.\",\"sameAs\":[\"https:\/\/www.thepolyglotdeveloper.com\",\"https:\/\/www.facebook.com\/thepolyglotdeveloper\",\"https:\/\/x.com\/nraboy\"],\"url\":\"https:\/\/www.couchbase.com\/blog\/author\/nic-raboy-2\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Using JRebel for Rapid Re-Deployment in a Couchbase Java SDK Project - The Couchbase Blog","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\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/","og_locale":"en_US","og_type":"article","og_title":"Using JRebel for Rapid Re-Deployment in a Couchbase Java SDK Project","og_description":"It is no secret that Java projects take a long time to build. This long build time is variable depending on how many classes your project has among other things. Let&apos;s say you&apos;re a developer that likes to frequently check [&hellip;]","og_url":"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/","og_site_name":"The Couchbase Blog","article_author":"https:\/\/www.facebook.com\/thepolyglotdeveloper","article_published_time":"2016-04-04T15:00:00+00:00","og_image":[{"width":1800,"height":630,"url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2022\/11\/couchbase-nosql-dbaas.png","type":"image\/png"}],"author":"Nic Raboy, Developer Advocate, Couchbase","twitter_card":"summary_large_image","twitter_creator":"@nraboy","twitter_misc":{"Written by":"Nic Raboy, Developer Advocate, Couchbase","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/"},"author":{"name":"Nic Raboy, Developer Advocate, Couchbase","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/bb545ebe83bb2d12f91095811d0a72e1"},"headline":"Using JRebel for Rapid Re-Deployment in a Couchbase Java SDK Project","datePublished":"2016-04-04T15:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/"},"wordCount":625,"commentCount":0,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","articleSection":["Couchbase Server","Java"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/","url":"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/","name":"Using JRebel for Rapid Re-Deployment in a Couchbase Java SDK Project - The Couchbase Blog","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2022\/11\/couchbase-nosql-dbaas.png","datePublished":"2016-04-04T15:00:00+00:00","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#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\/using-jrebel-for-rapid-re-deployment-in-a-couchbase-java-sdk-project\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Using JRebel for Rapid Re-Deployment in a Couchbase Java SDK Project"}]},{"@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\/bb545ebe83bb2d12f91095811d0a72e1","name":"Nic Raboy, Developer Advocate, Couchbase","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/8863514d8bed0cf6080f23db40e00354","url":"https:\/\/secure.gravatar.com\/avatar\/bedeb68368d4681aca4c74fe5f697f0c423b80d498ec50fd915ba018b72c101f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bedeb68368d4681aca4c74fe5f697f0c423b80d498ec50fd915ba018b72c101f?s=96&d=mm&r=g","caption":"Nic Raboy, Developer Advocate, Couchbase"},"description":"Nic Raboy is an advocate of modern web and mobile development technologies. He has experience in Java, JavaScript, Golang and a variety of frameworks such as Angular, NativeScript, and Apache Cordova. Nic writes about his development experiences related to making web and mobile development easier to understand.","sameAs":["https:\/\/www.thepolyglotdeveloper.com","https:\/\/www.facebook.com\/thepolyglotdeveloper","https:\/\/x.com\/nraboy"],"url":"https:\/\/www.couchbase.com\/blog\/author\/nic-raboy-2\/"}]}},"authors":[{"term_id":9032,"user_id":63,"is_guest":0,"slug":"nic-raboy-2","display_name":"Nic Raboy, Developer Advocate, Couchbase","avatar_url":"https:\/\/secure.gravatar.com\/avatar\/bedeb68368d4681aca4c74fe5f697f0c423b80d498ec50fd915ba018b72c101f?s=96&d=mm&r=g","author_category":"","last_name":"Raboy","first_name":"Nic","job_title":"","user_url":"https:\/\/www.thepolyglotdeveloper.com","description":"Nic Raboy is an advocate of modern web and mobile development technologies. He has experience in Java, JavaScript, Golang and a variety of frameworks such as Angular, NativeScript, and Apache Cordova. Nic writes about his development experiences related to making web and mobile development easier to understand."}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts\/2215","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\/63"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/comments?post=2215"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts\/2215\/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=2215"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/categories?post=2215"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/tags?post=2215"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=2215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}