{"id":2599,"date":"2023-04-21T17:11:42","date_gmt":"2023-04-21T17:11:42","guid":{"rendered":"https:\/\/mpelembe.net\/?p=2599"},"modified":"2023-04-21T17:12:40","modified_gmt":"2023-04-21T17:12:40","slug":"bard-can-help-you-with-coding-tasks","status":"publish","type":"post","link":"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/","title":{"rendered":"Bard can help you with coding tasks"},"content":{"rendered":"<div class=\"chat-history-scroll-container show-bottom-shadow\">\n<div class=\"chat-history ng-star-inserted\">\n<div class=\"conversation-container ng-star-inserted\">\n<div class=\"response-container response-container-has-multiple-responses ng-star-inserted response-container-small-bottom\">\n<div class=\"presented-response-container\">\n<div class=\"response-container-content\">\n<div class=\"model-with-gutter\">\n<div class=\"markdown\">\n<p>April 21, 2023 \/Technology\/ \u2013Bard can help you with your coding needs. By following these guidelines, you can improve your chances of getting Bard to generate the code you want:<!--more--><\/p>\n<ul>\n<li>Be as specific as possible when you ask Bard to generate code. The more specific you are, the more likely Bard is to generate code that is accurate and complete.<\/li>\n<li>Use clear and concise language when you ask Bard to explain code. The easier it is for Bard to understand your request, the better it will be able to explain the code to you.<\/li>\n<li>Be patient. Bard is still under development, so it may not be able to generate code or explain code perfectly every time.<\/li>\n<li>Don&#8217;t be afraid to ask for help. If you get stuck, you can always ask Bard for help.<\/li>\n<\/ul>\n<p>Here are a few examples of how Bard can help you with your coding tasks:<\/p>\n<ul>\n<li><strong>Generating code<\/strong><\/li>\n<\/ul>\n<p>Bard can generate code in a variety of languages, including Python, Java, C++, and JavaScript. You can simply give Bard a description of what you want the code to do, and Bard will generate the code for you. For example, if you want Bard to generate a function that calculates the factorial of a number, you could simply say, &#8220;Generate a function that calculates the factorial of a number.&#8221; Bard would then generate the following code:<\/p>\n<div class=\"code-block-deprecated ng-star-inserted\">\n<pre><code>def factorial(n):\r\n    if n == 0:\r\n        return 1\r\n    else:\r\n        return n * factorial(n - 1)\r\n<\/code><\/pre>\n<\/div>\n<ul>\n<li><strong>Debugging code<\/strong><\/li>\n<\/ul>\n<p>Bard can also help you debug your code. If you have a piece of code that is not working, you can give Bard the code and Bard will try to identify the errors in the code. Bard can also suggest ways to fix the errors. For example, if you have the following code:<\/p>\n<div class=\"code-block-deprecated ng-star-inserted\">\n<pre><code>def factorial(n):\r\n    return n * factorial(n - 1)\r\n<\/code><\/pre>\n<\/div>\n<p>And you try to call the function with the argument 5, you will get the following error:<\/p>\n<div class=\"code-block-deprecated ng-star-inserted\">\n<pre><code>Traceback (most recent call last):\r\n  File \"&lt;stdin&gt;\", line 1, in &lt;module&gt;\r\n  File \"&lt;stdin&gt;\", line 3, in factorial\r\nRecursionError: maximum recursion depth exceeded\r\n<\/code><\/pre>\n<\/div>\n<p>You can give this code to Bard and Bard will suggest the following fix:<\/p>\n<div class=\"code-block-deprecated ng-star-inserted\">\n<pre><code>def factorial(n):\r\n    if n == 0:\r\n        return 1\r\n    else:\r\n        return n * factorial(n - 1)\r\n<\/code><\/pre>\n<\/div>\n<ul>\n<li><strong>Explaining lines of code<\/strong><\/li>\n<\/ul>\n<p>Bard can also help you understand lines of code. If you are not sure what a line of code does, you can give Bard the line of code and Bard will explain what it does. For example, if you give Bard the following line of code:<\/p>\n<div class=\"code-block-deprecated ng-star-inserted\">\n<pre><code>def factorial(n):\r\n    return n * factorial(n - 1)\r\n<\/code><\/pre>\n<\/div>\n<p>Bard will explain the following:<\/p>\n<p>The <code>factorial<\/code> function calculates the factorial of a number. The factorial of a number is the product of all the positive integers less than or equal to the number. For example, the factorial of 5 is 120, because 120 is the product of 1, 2, 3, 4, and 5.<\/p>\n<ul>\n<li><strong>Writing functions for Google Sheets<\/strong><\/li>\n<\/ul>\n<p>Bard can also help you write functions for Google Sheets. If you have a task that you need to automate in Google Sheets, you can give Bard a description of the task and Bard will generate the code for you. For example, if you want to create a function that calculates the total sales for a month, you could simply say, &#8220;Create a function that calculates the total sales for a month.&#8221; Bard would then generate the following code:<\/p>\n<div class=\"code-block-deprecated ng-star-inserted\">\n<pre><code>function total_sales(month) {\r\n  var sales = 0;\r\n  for (var i = 1; i &lt;= 31; i++) {\r\n    sales += sheet.getRange(\"A\" + i).getValue();\r\n  }\r\n  return sales;\r\n}\r\n<\/code><\/pre>\n<\/div>\n<p>This function would calculate the total sales for the month of January by adding up the values in cells A1 through A31.<\/p>\n<p>These are just a few examples of how Bard can help you with your coding tasks. Bard is still under development, but learning new things every day. <\/p>\n<p><span style=\"font-family: Bitter, Georgia, serif; font-size: 22px;\">Search related topics<\/span><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div id=\"factuality-form-13\">\n<div class=\"factuality-container\">\n<div class=\"factuality-content\"><a class=\"factuality-link mdc-button mat-mdc-button mat-primary gmat-mdc-button-with-prefix mat-mdc-button-base gmat-mdc-button ng-star-inserted\" href=\"https:\/\/cse.google.com\/cse?cx=904a948de889c47dc#gsc.tab=0&amp;gsc.q=How%20bard%20can%20help%20perform%20many%20kinds%20of%20coding%20tasks%2C%20show%20an%20example\" target=\"_blank\" rel=\"noopener noreferrer\" aria-disabled=\"false\"><span class=\"mdc-button__label\">How bard can help perform many kinds of coding tasks, show an example<\/span><\/a><\/div>\n<div class=\"factuality-content\"><a class=\"factuality-link mdc-button mat-mdc-button mat-primary gmat-mdc-button-with-prefix mat-mdc-button-base gmat-mdc-button ng-star-inserted\" href=\"https:\/\/cse.google.com\/cse?cx=904a948de889c47dc#gsc.tab=0&amp;gsc.q=What%20is%20coding%20used%20for%20examples%3F\" target=\"_blank\" rel=\"noopener noreferrer\" aria-disabled=\"false\"><span class=\"mdc-button__label\">What is coding used for examples?<\/span><\/a><\/div>\n<div class=\"factuality-content\"><a class=\"factuality-link mdc-button mat-mdc-button mat-primary gmat-mdc-button-with-prefix mat-mdc-button-base gmat-mdc-button ng-star-inserted\" href=\"https:\/\/cse.google.com\/cse?cx=904a948de889c47dc#gsc.tab=0&amp;gsc.q=What%20are%20three%20examples%20of%20computer%20coding%3F\" target=\"_blank\" rel=\"noopener noreferrer\" aria-disabled=\"false\"><span class=\"mdc-button__label\">What are three examples of computer coding?<\/span><\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"input-area-container\">\n<div class=\"input-area\">\n<div class=\"mat-mdc-text-field-wrapper mdc-text-field ng-tns-c4215317117-1 mdc-text-field--outlined mdc-text-field--no-label\">\n<div class=\"mat-mdc-form-field-flex ng-tns-c4215317117-1\">\n<div class=\"mdc-notched-outline ng-tns-c4215317117-1 mdc-notched-outline--no-label ng-star-inserted\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>April 21, 2023 \/Technology\/ \u2013Bard can help you with your coding needs. By following these guidelines, you can improve your chances of getting Bard<a class=\"moretag\" href=\"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":2600,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"googlesitekit_rrm_CAowu7GVCw:productID":"","_crdt_document":"","activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":3,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":""},"categories":[5823],"tags":[6114,5224,6115,1035,6121,6120,6119,6116,6123,6117,5223,6118,6125],"class_list":["post-2599","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-developers","tag-bard","tag-computer-languages","tag-computer-programming","tag-cross-platform-software","tag-d","tag-e","tag-factorial","tag-high-level-programming-languages","tag-javascript","tag-object-oriented-programming-languages","tag-programming-languages","tag-recursion","tag-this"],"featured_image_src":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/04\/images-1.jpeg","blog_images":{"medium":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/04\/images-1-300x156.jpeg","large":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/04\/images-1.jpeg"},"ams_acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Bard can help you with coding tasks - Mpelembe Network<\/title>\n<meta name=\"description\" content=\"By following these guidelines, you can increase the chances of getting accurate and useful code from Bard.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bard can help you with coding tasks - Mpelembe Network\" \/>\n<meta property=\"og:description\" content=\"By following these guidelines, you can increase the chances of getting accurate and useful code from Bard.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/\" \/>\n<meta property=\"og:site_name\" content=\"Mpelembe Network\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-21T17:11:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-21T17:12:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/04\/images-1.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"311\" \/>\n\t<meta property=\"og:image:height\" content=\"162\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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:\\\/\\\/mpelembe.net\\\/index.php\\\/bard-can-help-you-with-coding-tasks\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/bard-can-help-you-with-coding-tasks\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#\\\/schema\\\/person\\\/2421ebbf3150931b1066b10a196d7608\"},\"headline\":\"Bard can help you with coding tasks\",\"datePublished\":\"2023-04-21T17:11:42+00:00\",\"dateModified\":\"2023-04-21T17:12:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/bard-can-help-you-with-coding-tasks\\\/\"},\"wordCount\":574,\"image\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/bard-can-help-you-with-coding-tasks\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/images-1.jpeg\",\"keywords\":[\"Bard\",\"Computer languages\",\"Computer programming\",\"Cross-platform software\",\"D\",\"E\",\"Factorial\",\"High-level programming languages\",\"JavaScript\",\"Object-oriented programming languages\",\"Programming languages\",\"Recursion\",\"This\"],\"articleSection\":[\"Developers\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/bard-can-help-you-with-coding-tasks\\\/\",\"url\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/bard-can-help-you-with-coding-tasks\\\/\",\"name\":\"Bard can help you with coding tasks - Mpelembe Network\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/bard-can-help-you-with-coding-tasks\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/bard-can-help-you-with-coding-tasks\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/images-1.jpeg\",\"datePublished\":\"2023-04-21T17:11:42+00:00\",\"dateModified\":\"2023-04-21T17:12:40+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#\\\/schema\\\/person\\\/2421ebbf3150931b1066b10a196d7608\"},\"description\":\"By following these guidelines, you can increase the chances of getting accurate and useful code from Bard.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/bard-can-help-you-with-coding-tasks\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/bard-can-help-you-with-coding-tasks\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/bard-can-help-you-with-coding-tasks\\\/#primaryimage\",\"url\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/images-1.jpeg\",\"contentUrl\":\"https:\\\/\\\/mpelembe.net\\\/wp-content\\\/uploads\\\/2023\\\/04\\\/images-1.jpeg\",\"width\":311,\"height\":162},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/bard-can-help-you-with-coding-tasks\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/mpelembe.net\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bard can help you with coding tasks\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#website\",\"url\":\"https:\\\/\\\/mpelembe.net\\\/\",\"name\":\"Mpelembe Network\",\"description\":\"Collaboration Platform\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/mpelembe.net\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/mpelembe.net\\\/#\\\/schema\\\/person\\\/2421ebbf3150931b1066b10a196d7608\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\\\/\\\/mpelembe.net\"],\"url\":\"https:\\\/\\\/mpelembe.net\\\/index.php\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bard can help you with coding tasks - Mpelembe Network","description":"By following these guidelines, you can increase the chances of getting accurate and useful code from Bard.","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:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/","og_locale":"en_US","og_type":"article","og_title":"Bard can help you with coding tasks - Mpelembe Network","og_description":"By following these guidelines, you can increase the chances of getting accurate and useful code from Bard.","og_url":"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/","og_site_name":"Mpelembe Network","article_published_time":"2023-04-21T17:11:42+00:00","article_modified_time":"2023-04-21T17:12:40+00:00","og_image":[{"width":311,"height":162,"url":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/04\/images-1.jpeg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/#article","isPartOf":{"@id":"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/"},"author":{"name":"admin","@id":"https:\/\/mpelembe.net\/#\/schema\/person\/2421ebbf3150931b1066b10a196d7608"},"headline":"Bard can help you with coding tasks","datePublished":"2023-04-21T17:11:42+00:00","dateModified":"2023-04-21T17:12:40+00:00","mainEntityOfPage":{"@id":"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/"},"wordCount":574,"image":{"@id":"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/#primaryimage"},"thumbnailUrl":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/04\/images-1.jpeg","keywords":["Bard","Computer languages","Computer programming","Cross-platform software","D","E","Factorial","High-level programming languages","JavaScript","Object-oriented programming languages","Programming languages","Recursion","This"],"articleSection":["Developers"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/","url":"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/","name":"Bard can help you with coding tasks - Mpelembe Network","isPartOf":{"@id":"https:\/\/mpelembe.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/#primaryimage"},"image":{"@id":"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/#primaryimage"},"thumbnailUrl":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/04\/images-1.jpeg","datePublished":"2023-04-21T17:11:42+00:00","dateModified":"2023-04-21T17:12:40+00:00","author":{"@id":"https:\/\/mpelembe.net\/#\/schema\/person\/2421ebbf3150931b1066b10a196d7608"},"description":"By following these guidelines, you can increase the chances of getting accurate and useful code from Bard.","breadcrumb":{"@id":"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/#primaryimage","url":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/04\/images-1.jpeg","contentUrl":"https:\/\/mpelembe.net\/wp-content\/uploads\/2023\/04\/images-1.jpeg","width":311,"height":162},{"@type":"BreadcrumbList","@id":"https:\/\/mpelembe.net\/index.php\/bard-can-help-you-with-coding-tasks\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mpelembe.net\/"},{"@type":"ListItem","position":2,"name":"Bard can help you with coding tasks"}]},{"@type":"WebSite","@id":"https:\/\/mpelembe.net\/#website","url":"https:\/\/mpelembe.net\/","name":"Mpelembe Network","description":"Collaboration Platform","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mpelembe.net\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/mpelembe.net\/#\/schema\/person\/2421ebbf3150931b1066b10a196d7608","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c66a2765397adfb52418f6f2310640167a0af23ce662da1b68c8a0b8650de556?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/mpelembe.net"],"url":"https:\/\/mpelembe.net\/index.php\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts\/2599","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/comments?post=2599"}],"version-history":[{"count":2,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts\/2599\/revisions"}],"predecessor-version":[{"id":2602,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/posts\/2599\/revisions\/2602"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/media\/2600"}],"wp:attachment":[{"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/media?parent=2599"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/categories?post=2599"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mpelembe.net\/index.php\/wp-json\/wp\/v2\/tags?post=2599"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}