CINXE.COM
About Us – Automattic
<!DOCTYPE html> <html dir="ltr" lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="noodp" /> <link rel="pingback" href="https://automattic.com/xmlrpc.php" /> <meta name="google-site-verification" content="LsUOC70Kd1OVRa84YXSdDMeWfa_tu9k9Cyi9HUFlR60" /> <link rel="start" href="https://automattic.com/" title="Automattic" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>About Us – Automattic</title> <meta name='robots' content='max-image-preview:large' /> <meta name="google-site-verification" content="XECAgs1qhOf9tfH5snpZFPxF4nDR6Jmy58IraJfFVo0" /> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] ); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname + '&postid=60' + '&is_singular='; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9hdXRvbWF0dGljLmNvbQ%3D%3D" + "&wpcomid=54117" + "&time=1732668349"; document.body.appendChild( iframe ); }, false ); </script> <link rel="alternate" type="application/rss+xml" title="Automattic » About Us Comments Feed" href="https://automattic.com/about/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://automattic.com/_static/??-eJydzMsOwiAQheEXEibEXtKF8VmATggVgcwMNby91U13LlyenHw/vKryJQtmgZpaiJkhtGM6pHA8hLCbRU96ANdiWsGl4h8qRUeWOrD0hNozX+Bn6KsYNpRqP9z20kQFiuu/CbISc+CT3583M1/NMg6zGbc3O1tP4A==&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify { text-align:justify; } .has-text-align-justify{text-align:justify;} </style> <style id='wwu-positions-wwu-positions-style-inline-css'> .wp-block-wwu-positions-wwu-positions{width:100%}.job-filter{display:flex;gap:16px;margin:36px auto}@media(max-width:781px){.job-filter{flex-direction:column}}.job-filter input,.job-filter select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:1px solid #ccc;border-radius:4px;color:#000;font-family:"Source Serif Pro";font-size:16px;padding:12px 16px}.job-filter input{flex-grow:1}.job-filter .select-wrapper{position:relative}.job-filter .select-wrapper:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%278%27 fill=%27none%27%3E%3Cpath d=%27M.5 1 6 6l5.5-5%27 stroke=%27%23666%27 stroke-width=%271.5%27/%3E%3C/svg%3E");pointer-events:none;position:absolute;right:16px;top:calc(50% - 11px)}.job-filter .select-wrapper select{padding-right:40px;width:100%}.job-posts{display:flex;flex-direction:column;gap:20px}.job-posts .job-card{align-items:center;border:1px solid #ccc;border-radius:4px;display:flex;flex-direction:row;justify-content:space-between;padding:40px 32px;position:relative;transition:background-color .2s ease}@media(max-width:781px){.job-posts .job-card{align-items:flex-start;flex-direction:column;justify-content:unset;padding:24px}.job-posts .job-card.job-featured{padding-top:40px}}.job-posts .job-card *{text-decoration:none!important}.job-posts .job-card.job-featured{border-color:#1490c7}.job-posts .job-card.job-featured h3{color:#1490c7}.job-posts .job-card.job-featured:before{background:#036085;border-radius:7px 7px 0 0;content:"";display:block;height:7px;position:absolute;top:-7px;width:103px}.job-posts .job-card.job-featured:after{background:#0277a8;border-radius:0 0 5px 5px;color:#fff;content:"Featured";left:40px;padding:3px 12px 1px;position:absolute;top:-7px}@media(max-width:781px){.job-posts .job-card.job-featured:after{left:32px}}.job-posts .job-card.job-featured:hover{background-color:#ebf4fa}.job-posts .job-card:hover{background-color:#f6f7f7;text-decoration:none!important}.job-posts .job-card h3{color:#000;margin-bottom:16px;margin-top:0}@media(max-width:781px){.job-posts .job-card h3{font-size:24px}}.job-posts .job-card .job-card-link{color:#666}.job-posts .job-card .job-card-link,.job-posts .job-card .job-card-link span:last-child{align-items:center;display:flex;gap:10px}.job-posts .job-card .job-card-link span:last-child:after{content:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%2713%27 fill=%27none%27%3E%3Cpath d=%27m1 12 5-5.5L1 1%27 stroke=%27%23666%27 stroke-width=%271.5%27/%3E%3C/svg%3E");position:relative;top:1px}.job-posts .job-card .job-card-link .job-card-type{display:none;padding-left:0}@media(max-width:781px){.job-posts .job-card .job-card-link .job-card-type{display:flex}.job-posts .job-card .job-card-link{justify-content:space-between;padding-top:22px;width:100%}}.job-posts .job-card .job-card-details{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.job-posts .job-card .job-card-type{align-items:center;border-radius:4px;display:flex;gap:8px;padding-left:16px;position:relative;top:1px}@media(max-width:781px){.job-posts .job-card .job-card-type{display:none}}.job-posts .job-card .job-card-type:before{border-radius:12px;content:"";display:block;height:12px;min-width:12px;width:12px}.job-posts .job-card .job-card-type.interest{color:#b26200}.job-posts .job-card .job-card-type.interest:before{background-color:#e68b28}.job-posts .job-card .job-card-type.job{color:#008a20}.job-posts .job-card .job-card-type.job:before{background-color:#00a32a}.job-posts .job-card .job-card-category,.job-posts .job-card .job-card-status,.job-posts .job-card .job-card-team{border:1px solid #ccc;border-radius:4px;color:#666;padding:5px 10px} </style> <style id='a8ctheme-brand-asset-card-style-inline-css'> .brand-asset-card{border:1px solid transparent;border-radius:4px;cursor:pointer;display:flex;font-family:"Source Serif Pro",serif;margin:-2px;max-width:100%;overflow:hidden;padding:2px;width:-moz-min-content;width:min-content}.brand-asset-card *{box-sizing:border-box}.brand-asset-card:hover .info-section .label{color:#0277a8}.brand-asset-card:hover .info-section .default-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2724%27 height=%2724%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M18.5 15v5H20v-5h-1.5ZM4 15v5h1.5v-5H4Z%27 fill=%27%230277A8%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4 20h16v-1.5H4V20Z%27 fill=%27%230277A8%27/%3E%3Cpath d=%27M12.25 16 6.5 10.75M12.25 16V3m0 13 5.25-5.25%27 stroke=%27%230277A8%27 stroke-width=%271.5%27/%3E%3C/svg%3E")}.brand-asset-card:hover .info-section .external-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2720%27 height=%2719%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg stroke=%27%230277A8%27 stroke-width=%271.5%27%3E%3Cpath d=%27M6.25 4H3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3.639M10.895 2.786l5.547-.025m0 0-.047 5.525m.047-5.525-7.68 7.681%27/%3E%3C/g%3E%3C/svg%3E")}.brand-asset-card:focus{border:1px solid #0277a8;outline:none}.brand-asset-card--inner{border:1px solid #ddd;border-radius:4px;display:flex;flex-direction:column;overflow:hidden}.brand-asset-card .image-section{align-items:center;aspect-ratio:16/9;background-image:linear-gradient(45deg,#fbfbfb 25%,transparent 0),linear-gradient(-45deg,#fbfbfb 25%,transparent 0),linear-gradient(45deg,transparent 75%,#fbfbfb 0),linear-gradient(-45deg,transparent 75%,#fbfbfb 0);background-position:0 0,0 16px,16px -16px,-16px 0;background-size:32px 32px;display:flex;justify-content:center;max-width:100%;padding:32px 56px;position:relative;width:448px}.brand-asset-card .image-section img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.brand-asset-card .info-section{align-items:center;background-color:#fcfcfc;border-top:1px solid #ddd;display:flex;justify-content:space-between;padding:12px 15px}.brand-asset-card .info-section .label{color:#000;font-size:16px;font-weight:600}.brand-asset-card .info-section .default-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2724%27 height=%2724%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M18.5 15v5H20v-5h-1.5ZM4 15v5h1.5v-5H4Z%27 fill=%27%23000%27/%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M4 20h16v-1.5H4V20Z%27 fill=%27%23000%27/%3E%3Cpath d=%27M12.25 16 6.5 10.75M12.25 16V3m0 13 5.25-5.25%27 stroke=%27%23000%27 stroke-width=%271.5%27/%3E%3C/svg%3E");height:24px;width:24px}.brand-asset-card .info-section .external-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2720%27 height=%2719%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg stroke=%27%231E1E1E%27 stroke-width=%271.5%27%3E%3Cpath d=%27M6.25 4H3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-3.639M10.895 2.786l5.547-.025m0 0-.047 5.525m.047-5.525-7.68 7.681%27/%3E%3C/g%3E%3C/svg%3E");height:19px;margin:0 1px 6px 0;padding-bottom:4px;width:20px}#container a.brand-asset-card:hover{text-decoration:none} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-6-1' href='https://automattic.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://automattic.com/_static/??-eJydj91OwzAMhV9oXggd6m4mnsVJ3RBkJ1HjqOPtSYcQQkMVcGP553w6x2Yt4HNSSmqkQeEWYqrG54X6Xgqq6QqhKSIxSZcdfa0H8zO2ximQdrx+9qB03UdKtwHnykK1Qq8Sm4C+dK96x32sDZ69waZZUDV6eHyw1lR9Y/oLEJPnNm1Hl9tuxIUc59DbcHvsa9yDAmXg7FFjTt8GmBnj8q+kTDgz3Wf9DStYNu5ZLnYc7GkYxyf7+g5mirt1&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <script type="text/javascript" src="https://automattic.com/wp-content/themes/a8c/automattic-2011/blocks/build/brand-asset/view.js?m=1723093875i&ver=25641e6d05d5e11710bc" id="a8ctheme-brand-asset-card-script-js"></script> <script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before"> /* <![CDATA[ */ var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/automattic.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/sun\/vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://automattic.com/wp-content/js/rlt-proxy.js?m=1720530689i'></script> <script type="text/javascript" id="rlt-proxy-js-after"> /* <![CDATA[ */ rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} ); /* ]]> */ </script> <script type="text/javascript" src="https://automattic.com/wp-content/themes/a8c/automattic-2011/includes/charts/Chart.js?m=1413160685i&ver=1" id="a8c-chartsjs-js"></script> <script type="text/javascript" src="https://automattic.com/wp-content/themes/a8c/automattic-2011/includes/charts/Chart.Line.js?m=1413160685i&ver=1" id="a8c-chartlinejs-js"></script> <script type="text/javascript" id="a8c-infographicstats-js-extra"> /* <![CDATA[ */ var o2_json_deploys = [{"date":"Wed","deploys":"107"},{"date":"Thu","deploys":"90"},{"date":"Fri","deploys":"71"},{"date":"Sat","deploys":"9"},{"date":"Sun","deploys":"3"},{"date":"Mon","deploys":"92"},{"date":"Tue","deploys":"86"},{"date":"Wed","deploys":null}]; var o2_json_support = [{"date":"Wed","replies":"3272"},{"date":"Thu","replies":"3223"},{"date":"Fri","replies":"2594"},{"date":"Sat","replies":"1198"},{"date":"Sun","replies":"1132"},{"date":"Mon","replies":"1836"},{"date":"Tue","replies":"1829"},{"date":"Wed","replies":"0"}]; var o2_json_communicate = [{"posts":"4215","comments":"9960","slack":295544}]; /* ]]> */ </script> <script type="text/javascript" src="https://automattic.com/wp-content/themes/a8c/automattic-2011/includes/infographic-stats.js?m=1600202871i&ver=1" id="a8c-infographicstats-js"></script> <script type="text/javascript" src="https://automattic.com/wp-content/themes/a8c/automattic-2011/includes/supercluster.js?m=1537539508i&ver=1" id="supercluster-js"></script> <script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra"> /* <![CDATA[ */ var actionbardata = {"siteID":"54117","postID":"60","siteURL":"https:\/\/automattic.com","xhrURL":"https:\/\/automattic.com\/wp-admin\/admin-ajax.php","nonce":"ec3b3dda62","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","shortlink":"https:\/\/wp.me\/Pe4R-Y","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar"}}; /* ]]> */ </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://automattic.wordpress.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress.com" /> <link rel='shortlink' href='https://wp.me/Pe4R-Y' /> <style> @font-face { font-family: Recoleta; font-display: swap; src: url('https://s1.wp.com/i/fonts/recoleta/400.woff2') } </style> <link rel="alternate" type="application/json+oembed" href="https://public-api.wordpress.com/oembed/?format=json&url=https%3A%2F%2Fautomattic.com%2Fabout%2F&for=wpcom-auto-discovery" /><link rel="alternate" type="application/xml+oembed" href="https://public-api.wordpress.com/oembed/?format=xml&url=https%3A%2F%2Fautomattic.com%2Fabout%2F&for=wpcom-auto-discovery" /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="About Us" /> <meta property="og:url" content="https://automattic.com/about/" /> <meta property="og:description" content="All around the world, building a new web, and a new workplace. Join us! We are the people behind WordPress.com, Woo, Jetpack, WordPress VIP, Simplenote, Longreads, The Atavist, WPScan, Akismet, Gra…" /> <meta property="article:published_time" content="2005-07-23T17:27:23+00:00" /> <meta property="article:modified_time" content="2024-08-02T18:18:32+00:00" /> <meta property="og:site_name" content="Automattic" /> <meta property="og:image" content="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=200" /> <meta property="og:image:width" content="200" /> <meta property="og:image:height" content="200" /> <meta property="og:image:alt" content="" /> <meta property="og:locale" content="en_US" /> <meta property="article:publisher" content="https://www.facebook.com/WordPresscom" /> <meta name="twitter:creator" content="@automattic" /> <meta name="twitter:site" content="@automattic" /> <meta name="twitter:text:title" content="About Us" /> <meta name="twitter:image" content="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=240" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:app:name:iphone" content="Jetpack" /> <meta name="twitter:app:id:iphone" content="1565481562" /> <meta name="twitter:app:name:ipad" content="Jetpack" /> <meta name="twitter:app:id:ipad" content="1565481562" /> <meta name="twitter:app:name:googleplay" content="Jetpack" /> <meta name="twitter:app:id:googleplay" content="com.jetpack.android" /> <!-- End Jetpack Open Graph Tags --> <link rel='openid.server' href='https://automattic.com/?openidserver=1' /> <link rel='openid.delegate' href='https://automattic.com/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://automattic.com/osd.xml" title="Automattic" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <link rel="canonical" href="https://automattic.com/about/" /> <script type="application/ld+json"> {"@context":"https:\/\/schema.org","@graph":[{"@type":"Corporation","@id":"https:\/\/automattic.com\/#organization","url":"https:\/\/automattic.com\/","name":"Automattic","legalName":"Automattic Inc.","foundingDate":"2005-08-01","slogan":"We don\u2019t make software for free, we make it for freedom.","description":"We are the people behind <a href=\"https:\/\/wordpress.com\/\">WordPress.com<\/a>, <a href=\"https:\/\/woocommerce.com\/\">WooCommerce<\/a>, <a href=\"https:\/\/jetpack.com\/\">Jetpack<\/a>, <a href=\"https:\/\/simplenote.com\/\">Simplenote<\/a>, <a href=\"https:\/\/longreads.com\/\">Longreads<\/a>, <a href=\"https:\/\/vaultpress.com\/\">VaultPress<\/a>, <a href=\"https:\/\/akismet.com\/\">Akismet<\/a>, <a href=\"https:\/\/gravatar.com\/\">Gravatar<\/a>, <a href=\"\">Crowdsignal<\/a>, <a href=\"https:\/\/cloudup.com\/\">Cloudup<\/a>, and more. We believe in making the web a better place, and <a href=\"https:\/\/github.com\/Automattic\">we believe in Open Source<\/a>. The vast majority of our work is available under the GPL.","logo":{"@type":"ImageObject","@id":"https:\/\/automattic.com\/#logo","url":"https:\/\/automattic.com\/wp-content\/themes\/a8c\/automattic-2011\/images\/automattic-logo-2x.png","width":552,"height":60,"caption":"Automattic"},"image":{"@id":"https:\/\/automattic.com\/#logo"},"address":{"@type":"PostalAddress","streetAddress":"60 29th Street #343","addressLocality":"San Francisco","addressRegion":"CA","postalCode":"94110","addressCountry":"US"},"founder":{"@type":"Person","@id":"https:\/\/wordpress.com\/schema.org\/author\/5#person","name":"Matt Mullenweg","description":"In 2002 I started contributing to Open Source software, and life has just gotten better from there. Co-founder of WordPress, founder Automattic.","image":{"@type":"ImageObject","@id":"https:\/\/wordpress.com\/schema.org\/author\/5#personimage","url":"https:\/\/secure.gravatar.com\/avatar\/767fc9c115a1b989744c755db47feb60?s=96&d=mm","width":96,"height":96,"caption":"Matt Mullenweg"}},"numberOfEmployees":1728,"sameAs":["https:\/\/twitter.com\/automattic","https:\/\/www.facebook.com\/AutomatticInc","https:\/\/www.linkedin.com\/company\/automattic\/","https:\/\/en.wikipedia.org\/wiki\/Automattic","https:\/\/www.youtube.com\/c\/automattic"],"subOrganization":{"@id":"https:\/\/wordpress.com\/#organization"}},{"@type":"Organization","@id":"https:\/\/wordpress.com\/#organization","url":"https:\/\/wordpress.com\/","name":"WordPress.com","legalName":"Automattic Inc.","foundingDate":"2005-08-01","slogan":"Build a website, build a movement.","description":"Create a free website or build a blog with ease on WordPress.com. Dozens of free, customizable, mobile-ready designs and themes. Free hosting and support.","logo":{"@type":"ImageObject","@id":"https:\/\/wordpress.com\/#logo","url":"https:\/\/s0.wp.com\/home.logged-out\/images\/wpcom-a-website-that-can.jpg","width":1024,"height":512,"caption":"WordPress.com"},"image":{"@id":"https:\/\/wordpress.com\/#logo"},"address":{"@type":"PostalAddress","streetAddress":"60 29th Street #343","addressLocality":"San Francisco","addressRegion":"CA","postalCode":"94110","addressCountry":"US"},"founder":{"@type":"Person","@id":"https:\/\/wordpress.com\/schema.org\/author\/5#person","name":"Matt Mullenweg","description":"In 2002 I started contributing to Open Source software, and life has just gotten better from there. Co-founder of WordPress, founder Automattic.","image":{"@type":"ImageObject","@id":"https:\/\/wordpress.com\/schema.org\/author\/5#personimage","url":"https:\/\/secure.gravatar.com\/avatar\/767fc9c115a1b989744c755db47feb60?s=96&d=mm","width":96,"height":96,"caption":"Matt Mullenweg"}},"numberOfEmployees":1728,"sameAs":["https:\/\/twitter.com\/wordpressdotcom","https:\/\/www.facebook.com\/WordPresscom","https:\/\/www.instagram.com\/wordpressdotcom\/","https:\/\/www.linkedin.com\/company\/wordpress","https:\/\/www.youtube.com\/WordPressdotcom","https:\/\/www.pinterest.com\/wordpressdotcom\/","https:\/\/en.wikipedia.org\/wiki\/WordPress.com"],"parentOrganization":{"@id":"https:\/\/automattic.com\/#organization"}},{"@type":"WebSite","@id":"https:\/\/automattic.com\/#website","url":"https:\/\/automattic.com\/","name":"Automattic","description":"Making the web a better place","potentialAction":{"@type":"SearchAction","target":"https:\/\/automattic.com\/search\/{search_term_string}\/","query-input":"required name=search_term_string"},"publisher":{"@id":"https:\/\/wordpress.com\/#organization"},"image":{"@id":"https:\/\/automattic.com\/#logo"},"sameAs":["https:\/\/twitter.com\/automattic","https:\/\/www.facebook.com\/AutomatticInc","https:\/\/www.linkedin.com\/company\/automattic\/","https:\/\/en.wikipedia.org\/wiki\/Automattic","https:\/\/www.youtube.com\/c\/automattic"]},{"@type":"BreadcrumbList","@id":"https:\/\/automattic.com\/about\/#breadcrumbs","itemListElement":[{"@type":"ListItem","position":0,"item":{"@type":"WebSite","@id":"https:\/\/automattic.com\/#website-breadcrumb","url":"https:\/\/automattic.com\/","name":"Home"}},{"@type":"ListItem","position":1,"item":{"@type":"CollectionPage","@id":"https:\/\/automattic.com\/category\/uncategorized\/#term-breadcrumb","url":"https:\/\/automattic.com\/category\/uncategorized\/","name":"Uncategorized"}},{"@type":"ListItem","position":2,"item":{"@type":"WebPage","@id":"https:\/\/automattic.com\/about\/#webpage-breadcrumb","url":"https:\/\/automattic.com\/about\/","name":"About Us \u2014"}}]},{"@type":"ImageObject","@id":"https:\/\/automattic.com\/about\/#primaryimage","url":"https:\/\/automattic.com\/wp-content\/uploads\/2024\/11\/cropped-automattic-logo-square.png?w=200","width":200,"height":200,"caption":"About Us \u2014"},{"@type":"WebPage","@id":"https:\/\/automattic.com\/about\/#webpage","url":"https:\/\/automattic.com\/about\/","name":"About Us \u2014","description":"Making the web a better place","inLanguage":"en","isPartOf":{"@id":"https:\/\/automattic.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/automattic.com\/about\/#primaryimage"},"breadcrumb":{"@id":"https:\/\/automattic.com\/about\/#breadcrumbs"},"publisher":{"@id":"https:\/\/wordpress.com\/#organization"},"datePublished":"2005-07-23T17:27:23+0000","dateModified":"2024-08-02T18:18:32+0000"},{"@type":"Article","@id":"https:\/\/automattic.com\/about\/#article","headline":"About Us \u2014","commentCount":1,"keywords":"uncategorized","datePublished":"2005-07-23T17:27:23+0000","dateModified":"2024-08-02T18:18:32+0000","mainEntityOfPage":{"@id":"https:\/\/automattic.com\/about\/#webpage"},"isPartOf":{"@id":"https:\/\/automattic.com\/about\/#webpage"},"image":{"@id":"https:\/\/automattic.com\/about\/#primaryimage"},"publisher":{"@id":"https:\/\/wordpress.com\/#organization"},"author":{"@id":"https:\/\/wordpress.com\/#organization"}}]} </script> <meta name="application-name" content="Automattic" /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="Making the web a better place" /><meta name="description" content="All around the world, building a new web, and a new workplace. Join us! We are the people behind WordPress.com, Woo, Jetpack, WordPress VIP, Simplenote, Longreads, The Atavist, WPScan, Akismet, Gravatar, Crowdsignal, Cloudup, Tumblr, Day One, Pocket Casts, Newspack, Beeper, and more. We believe in making the web a better place. We’re a distributed company…" /> <link rel="icon" href="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=32" sizes="32x32" /> <link rel="icon" href="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=180" /> <meta name="msapplication-TileImage" content="https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=270" /> <!-- Your Google Analytics Plugin is missing the tracking ID --> </head> <body class="page-template page-template-about page-template-about-php page page-id-60 customizer-styles-applied jetpack-reblog-enabled"> <div id="wrapper"> <header class="header"> <h1 class="logo"><a href="/">Automattic</a></h1> <nav> <ol class="menu"><li class="page-item page-item-home "><a href="/">Home</a></li><li class="page-item page-item-about current_page-item"><a href="/about/">About Us</a></li><li class="page-item page-item-news "><a href="/news/">News</a></li><li class="page-item page-item-work-with-us "><a href="/work-with-us/">Work With Us</a></li></ol> </nav> </header> <div id="container"> <main id="content" class="tier about"> <div class="secondary"> <h2>About Us</h2> <h1 class="statement">All around the world,<br /> building a new web, and a<br /> new workplace. Join us!</h1> <div class="statement-about"> <p>We are the people behind <a href="https://wordpress.com">WordPress.com</a>, <a href="https://woocommerce.com/">Woo</a>, <a href="https://jetpack.com">Jetpack</a>, <a href="https://wpvip.com/">WordPress VIP</a>, <a href="https://simplenote.com/">Simplenote</a>, <em><a href="https://longreads.com/">Longreads</a></em>, <a href="https://magazine.atavist.com/"><em>The Atavist</em></a>, <a href="https://wpscan.com">WPScan</a>, <a href="https://akismet.com/">Akismet</a>, <a href="https://en.gravatar.com/">Gravatar</a>, <a href="https://crowdsignal.com/">Crowdsignal</a>, <a href="https://cloudup.com/">Cloudup</a>, <a href="https://www.tumblr.com">Tumblr</a>, <a href="https://dayoneapp.com/">Day One</a>, <a href="https://www.pocketcasts.com/">Pocket Casts</a>, <a href="https://newspack.com">Newspack</a>, <a href="https://www.beeper.com/">Beeper</a>, and more. We believe in making the web a better place.</p> <p><a href="https://distributed.blog/">We’re a distributed company</a> with 1,728 Automatticians in 90 countries speaking 117 different languages. We’re committed to <a href="https://automattic.com/diversity-and-inclusion/" rel="noreferrer noreferrer noreferrer">diversity, equity, and inclusion</a>, and our common goal is to democratize publishing and commerce so that anyone with a story can tell it, and anyone with a product can sell it, regardless of income, gender, politics, language, or where they live in the world.</p> <p><a href="https://github.com/Automattic">We believe in Open Source</a> and the vast majority of our work is available under the GPL.</p> <p>We strive to live by the <a href="https://automattic.com/creed/">Automattic Creed</a>.</p> <p>Automattic is a <a href="https://mostlovedworkplace.com/companies/automattic-inc/">Most Loved Company</a> and <a href="https://disabilityconfident.campaign.gov.uk/">Disability Confident Committed</a>. (Here’s <a href="https://happinessengineer.blog/2022/09/08/happiness-for-everyone-working-with-a-disability-at-automattic/">what that might mean for you</a>.) Come <a href="https://automattic.com/work-with-us/">work with us</a>.</p> </div> </div> <div class="infographics"> <div class="infographic-third"> <h4>We Iterate</h4> <div id="deploy-stuff" class="flip-container"> <div class="flipper"> <div class="front"> <span class="info-num"> 916 </span> <span class="info-descrip">Deployments made this week</span> <span class="toggle" onclick="document.querySelector('#deploy-stuff').classList.toggle('hover');">view graph</span> </div> <div class="back"> <span class="info-descrip">Deploys by day in the past week</span> <canvas id="canvas-deploys" onclick="document.querySelector('#deploy-stuff').classList.toggle('hover');"></canvas> </div> </div> </div> </div> <div class="infographic-third"> <h4>We Communicate</h4> <div id="comm-stuff" class="flip-container"> <div class="flipper"> <div class="front"> <span class="info-num"> 309,719 </span> <span class="info-descrip">Messages sent this week</span> <span class="toggle" onclick="document.querySelector('#comm-stuff').classList.toggle('hover');">view details</span> </div> <div class="back"> <span class="info-descrip">How we communicate</span> <ul id="chart-communication" onclick="document.querySelector('#comm-stuff').classList.toggle('hover');"> <li><a href="https://slack.com/" target="_blank">Slack</a> Messages: <strong>295,544</strong></li> <li><a href="http://p2theme.com/" target="_blank">P2</a> Posts: <strong>4,215</strong></li> <li><a href="http://p2theme.com/" target="_blank">P2</a> Comments: <strong>9,960</strong></li> </ul> </div> </div> </div> </div> <div class="infographic-third"> <h4>We Make People Happy</h4> <div id="support-stats" class="flip-container"> <div class="flipper"> <div class="front"> <span class="info-num"> 30,168 </span> <span class="info-descrip">Support interactions this week</span> <span class="toggle" onclick="document.querySelector('#support-stats').classList.toggle('hover');">view graph</span> </div> <div class="back"> <span class="info-descrip">Support interactions by day</span> <canvas id="canvas-happy" onclick="document.querySelector('#support-stats').classList.toggle('hover');"></canvas> </div> </div> </div> </div> </div> <div class="five-for-future"> <h2>We proudly dedicate 5% of our time to the open source WordPress Project.</h2> <p>In 2014, Automattic CEO and WordPress co-founder Matt Mullenweg committed to <a href="https://ma.tt/2014/09/five-for-the-future/" target="_blank">dedicating 5% of our company time</a> to WordPress core, and invited other businesses and individuals to join us. Matt’s call to action invited organizations that want to “grow the WordPress pie (and not just their piece of it)” to dedicate 5% of their resources to WordPress core.</p> <p>Learn more about what happened next, and how you or your business can dedicate time to the future of WordPress at<br><a href="https://wordpress.org/five-for-the-future/" target="_blank">Five for the Future</a>.</p> </div> <h3 id="filter-name">The Team</h3> <h4 id="filter-description">We call ourselves Automatticians</h4> <div class="primary"> <div class="detail-view"></div> <ul class="contacts"></ul> </div> <div class="aboutmap"> <h3 id="where">Where We Are <small>(<a href="https://automattic.com/map/">embiggen</a>)</small></h3> <div id="map"></div> </div> </main><!-- #content --> </div><!-- #container --> <nav class="nav nav-footer"> <div class="secondary-menu"> <div class="fieldguide"><a href="/fieldguide/">Field Guide</a></div> <div class="contactus"><a href="/contact/">Contact</a></div> <div class="diversity"><a href="/diversity-and-inclusion/">Diversity</a></div> <div class="press"><a href="/press/">Press</a></div> <div class="privacy"><a href="/privacy/">Privacy</a></div> </div> <div class="social-links"> <div class="twitter"> <a href="https://twitter.com/automattic" class="social-link" target="_blank" aria-label="X (formerly known as Twitter)"> <svg height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M9.23677 7.00461L14.0763 1.5H12.9295L8.72732 6.27958L5.37105 1.5H1.5L6.57533 8.72757L1.5 14.5H2.64688L7.08449 9.4526L10.6289 14.5H14.5L9.23648 7.00461H9.23677ZM7.66595 8.79124L7.15172 8.07154L3.06012 2.34479H4.82166L8.12363 6.96646L8.63787 7.68616L12.93 13.6936H11.1685L7.66595 8.79152V8.79124Z" fill="black"/> </svg> </a> </div> <div class="facebook"> <a href="https://www.facebook.com/AutomatticInc/" class="social-link" target="_blank" aria-label="Facebook"> <svg height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M15.5 8C15.5 3.8579 12.1421 0.5 8 0.5C3.8579 0.5 0.5 3.8579 0.5 8C0.5 11.5172 2.9216 14.4686 6.1883 15.2792V10.292H4.6415V8H6.1883V7.0124C6.1883 4.4597 7.3433 3.2765 9.8483 3.2765C10.3235 3.2765 11.1434 3.3695 11.4788 3.4628V5.54C11.3018 5.5214 10.9943 5.5121 10.6124 5.5121C9.3824 5.5121 8.9075 5.978 8.9075 7.1891V7.9991H11.36L10.94 10.2911H8.9087V15.4451C12.6221 14.9966 15.5 11.8346 15.5 8Z" fill="black"/> </svg> </a> </div> <div class="youtube"> <a href="https://www.youtube.com/c/automattic" class="social-link" target="_blank" aria-label="YouTube"> <svg height="16" viewBox="0 0 20 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18.9447 3.19182C18.838 2.76836 18.6295 2.38228 18.3399 2.07215C18.0503 1.76203 17.6898 1.53872 17.2943 1.42454C15.8376 1 10.0001 1 10.0001 1C10.0001 1 4.16099 1 2.70736 1.41796C2.31105 1.5324 1.94987 1.7566 1.66016 2.06799C1.37046 2.37939 1.16244 2.767 1.05704 3.19182C0.666747 4.75012 0.666748 8.00329 0.666748 8.00329C0.666748 8.00329 0.666747 11.2565 1.05704 12.8148C1.16338 13.2384 1.37182 13.6246 1.66146 13.9348C1.9511 14.245 2.31178 14.4682 2.70736 14.582C4.16252 15 10.0001 15 10.0001 15C10.0001 15 15.8392 15 17.2943 14.582C17.6898 14.4679 18.0503 14.2446 18.3399 13.9344C18.6295 13.6243 18.838 13.2382 18.9447 12.8148C19.3334 11.2565 19.3334 8.00329 19.3334 8.00329C19.3334 8.00329 19.3288 4.75012 18.9447 3.19182ZM8.13311 11.0014V5.00517L12.9826 8.00329L8.13311 11.0014Z" fill="black"/> </svg> </a> </div> <div class="linkedin"> <a href="https://www.linkedin.com/company/automattic/" class="social-link" target="_blank" aria-label="LinkedIn"> <svg height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.9657 1H2.0343C1.75999 1 1.49691 1.10899 1.30294 1.30298C1.10897 1.49698 1 1.76009 1 2.03444V13.9675C1.00051 14.2415 1.10971 14.5041 1.30363 14.6977C1.49754 14.8913 1.76032 15 2.0343 15H13.9657C14.2397 15 14.5025 14.8913 14.6964 14.6977C14.8903 14.5041 14.9995 14.2415 15 13.9675V2.03444C15 1.76009 14.891 1.49698 14.6971 1.30298C14.5031 1.10899 14.24 1 13.9657 1ZM5.1722 12.9272H3.0686V6.24028H5.1722V12.9272ZM4.1204 5.31472C3.88131 5.31395 3.64782 5.24232 3.44942 5.10887C3.25103 4.97542 3.09664 4.78615 3.00577 4.56497C2.91489 4.3438 2.89161 4.10064 2.93887 3.86624C2.98613 3.63183 3.1018 3.4167 3.27127 3.24802C3.44073 3.07934 3.65639 2.96469 3.89099 2.91856C4.12559 2.87243 4.36859 2.89688 4.5893 2.98883C4.81001 3.08079 4.99851 3.23611 5.13098 3.43517C5.26345 3.63423 5.33395 3.8681 5.33356 4.10722C5.33594 4.26694 5.30615 4.42551 5.24595 4.57347C5.18575 4.72143 5.09638 4.85576 4.98317 4.96844C4.86996 5.08112 4.73523 5.16985 4.587 5.22934C4.43877 5.28884 4.28009 5.31787 4.1204 5.31472ZM12.9314 12.9331H10.8259V9.28139C10.8259 8.20222 10.367 7.87167 9.776 7.87167C9.15192 7.87167 8.53951 8.34028 8.53951 9.30667V12.9331H6.43786V6.24611H8.46174V7.17167H8.49285C8.70011 6.82752 8.99382 6.54361 9.34478 6.34815C9.69574 6.15269 10.0917 6.05249 10.4934 6.0575C11.6599 6.0575 12.9372 6.75556 12.9372 8.79722L12.9314 12.9331Z" fill="black"/> </svg> </a> </div> <div class="glassdoor"> <a href="https://www.glassdoor.com/Overview/Working-at-Automattic-EI_IE751107.11,21.htm" class="social-link" target="_blank" aria-label="Glassdoor"> <svg height="16" viewBox="0 0 12 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M8.99567 1C10.0998 1 10.9963 1.64531 10.9963 2.75H2.66667V11.5C2.11111 11.5 1.55556 11.5 1 11.5V3.00156C1 1.89687 1.8965 1 3.00072 1H8.99567ZM8.99567 13.25H1C1 14.3547 1.8965 15 3.00072 15H8.99925C10.1035 15 11 14.3547 11 13.25V4.5C11 4.5 9.75 4.5 9.33333 4.5V13.25H8.99567Z" fill="black"/> </svg> </a> </div> </div> <ol class="menu"><li class="page-item page-item-home "><a href="/">Home</a></li><li class="page-item page-item-about current_page-item"><a href="/about/">About Us</a></li><li class="page-item page-item-news "><a href="/news/">News</a></li><li class="page-item page-item-work-with-us "><a href="/work-with-us/">Work With Us</a></li></ol> </nav> <footer class="footer"> <p class="copyr">© Automattic Inc., purveyors of fine blogging and site-building services since 2005. Thank you for your time.</p> </footer> </div><!-- #wrapper --> <!-- --> <!-- A8C Analytics [start] --> <script type="text/javascript"> ( function() { 'use strict'; var setupAnalytics = function() { window.a8cAnalyticsConfig = {"cookieBanner":{"version":"2","cssZIndex":50001,"skipBanner":false,"cookieDomain":null,"v1CookieName":"sensitive_pixel_option","v2CookieName":"sensitive_pixel_options","v1Text":"Our websites and dashboards use cookies. By continuing, you agree to their use. <a target=\"_blank\" href=\"https:\/\/automattic.com\/cookies\/\">Learn more<\/a>, including how to control cookies.","v2Text":"As an open source company, we take your privacy seriously and want to be as transparent as possible. So: We use cookies to collect some personal data from you (like your browsing data, IP addresses, and other unique identifiers). Some of these cookies we absolutely need in order to make things work, and others you can choose in order to optimize your experience while using our site and services.","v2OptionsText":"Your privacy is critically important to us. We and our partners use, store, and process your personal data to optimize: our <strong>website<\/strong> such as by improving security or conducting analytics, <strong>marketing activities<\/strong> to help deliver relevant marketing or content, and your <strong>user experience<\/strong> such as by remembering your account name, language settings, or cart information, where applicable. You can customize your cookie settings below. Learn more in our <a href=\"https:\/\/automattic.com\/privacy\/\" target=\"_blank\">Privacy Policy<\/a> and <a href=\"https:\/\/automattic.com\/cookies\/\" target=\"_blank\">Cookie Policy<\/a>.","v2EssentialOptionHeading":"Required","v2EssentialOptionText":"These cookies are essential for our websites and services to perform basic functions and are necessary for us to operate certain features, like allowing registered users to authenticate and perform account-related functions, storing preferences set by users (like account name, language, and location), and ensuring our services operate properly.","v2AnalyticsOptionHeading":"Analytics","v2AnalyticsOptionText":"These cookies allow us to optimize performance by collecting information on how users interact with our websites.","v2AdvertisingOptionHeading":"Advertising","v2AdvertisingOptionText":"We and our advertising partners set these cookies to provide you with relevant content and to understand that content\u2019s effectiveness.","v1ButtonText":"Got It!","v2CustomizeButtonText":"Customize","v2AcceptAllButtonText":"Accept all","v2AcceptSelectionButtonText":"Accept selection","hiddenConsents":[],"isLoggedIn":false},"doNotSellDialog":{"contactEmailAddress":"privacypolicyupdates@automattic.com"},"adminAnalytics":"analytics-wpcom-admin.php","fireAnalyticsOptions":[]}; }; if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) { defQueue.items.push( setupAnalytics ); } else { setupAnalytics(); } } )(); </script> <script type="text/javascript"> ( function () { 'use strict'; /** * Returns the current page path */ function getCurrentPagePath( pathname = '' ) { return ( pathname || window.location.pathname ).replace( /^\/|\/$/g, '' ); } /** * Returns the current page name */ function getCurrentPageName( pathname = '' ) { return getCurrentPagePath( pathname ).replace( getLocaleInPagePathRegExp(), '' ); } /** * Returns the current page locale */ function getCurrentPageLocale() { var currentPagePath = getLocaleInPagePathRegExp().exec( getCurrentPagePath() ); return currentPagePath !== null && currentPagePath.length === 2 ? currentPagePath[1] : ''; } /** * Helper function to extract locale from page path */ function getLocaleInPagePathRegExp() { return /^(af|als|am|an|ar|arc|as|ast|av|ay|az|ba|bel|bg|bm|bn|bo|br|bs|ca|ce|ckb|cs|csb|cv|cy|da|de|dv|dz|el|el\-po|en|en\-gb|eo|es|es\-mx|et|eu|fa|fi|fo|fr|fr\-be|fr\-ca|fr\-ch|fur|fy|ga|gd|gl|gn|gu|he|hi|hr|hu|hy|ia|id|ii|ilo|is|it|ja|ka|kal|kir|km|kn|ko|kk|ks|kv|la|li|lo|lv|lt|mk|ml|mwl|mn|mr|ms|mya|nah|nap|ne|nds|nl|nn|nb|non|nv|oci|or|os|pa|pl|ps|pt|pt\-br|qu|ro|ru|rup|sc|si|sk|skr|sl|snd|so|sq|sr|su|sv|ta|te|th|tl|tir|tr|tt|ty|udm|ug|uk|ur|uz|vec|vi|wa|xal|yi|yo|za|zh\-cn|zh\-hk|zh\-tw)(?:\/|$)/; } document.addEventListener( 'a8c-analytics:loaded', function () { 'use strict'; var cb = window.a8cAnalytics.cb; var kit = window.a8cAnalytics.kit; if ( kit.doNotTrack() ) { return; } /** * Set up global page view Tracks tracking for automattic.com */ var loadTracks = () => { var props = Object.assign( {}, kit.getQueryVars( '', kit.QUERY_PARAMS ), { // Common event properties path: getCurrentPagePath(), name: getCurrentPageName() === '' ? 'homepage' : getCurrentPageName(), locale: getCurrentPageLocale(), } ); // Fire Tracks view event window._tkq.push( [ 'recordEvent', 'a8ccom_page_view', props ] ); // Set up global link click tracking document.querySelector( 'body' ).addEventListener( 'click', ( event ) => { // We only care about clicks on certain elements if ( event.target.matches( 'a, button' ) ) { const { target: clickEventTarget } = event; // Fill in the link specific props props.href = clickEventTarget.getAttribute( 'href' ) || ''; props.text = clickEventTarget.innerText || ''; props.use_beacon = true; // Fire Tracks click event window._tkq.push( [ 'recordEvent', 'a8ccom_link_click', props ] ); } }); }; function loadGoogleAnalyticsFour() { var gtagOptions = { 'anonymize_ip': true }; kit.loadGtag( 'G-737CYY5004', gtagOptions ); } function loadHubSpot() { if ( '/for/agencies/' === window.location.pathname ) { kit.loadHubSpot( 45522507 ); } } function fireLinkedinInsight() { if ( '/work-with-us/wordpress-engine/' === window.location.pathname ) { kit.loadLinkedinInsight( "6570626" ); const pixelImage = kit.loadPixelImage( "https://px.ads.linkedin.com/collect/?pid=6570626&fmt=gif" ); pixelImage.style.display = "none"; document.body.appendChild( pixelImage ); } } // ------- Fire Normal Pixels ------- cb.addTracker( 'analytics', false, loadTracks ); cb.addTracker( 'analytics', true, loadGoogleAnalyticsFour ); cb.addTracker( 'advertising', true, loadHubSpot ); cb.addTracker( 'advertising', true, fireLinkedinInsight ); } ); } )(); </script> <script type="text/javascript"> ( function() { 'use strict'; var currentScript = document.currentScript; var setupAnalytics = function() { function getScript() { var script = document.createElement( 'script' ); var prev = currentScript || document.getElementsByTagName( 'script' )[ 0 ]; script.setAttribute( 'src', "https:\/\/s0.wp.com\/wp-content\/mu-plugins\/a8c-analytics\/a8c-analytics.js?v=1729607242" ); script.setAttribute( 'async', true ); prev.parentNode.insertBefore( script, prev ); } getScript(); }; if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) { defQueue.items.push( setupAnalytics ); } else { setupAnalytics(); } } )(); </script> <!-- A8C Analytics [end] --> <div style="display:none"> </div> <div id="actionbar" style="display: none;" class="actnbr-a8c-automattic-2011 actnbr-has-follow"> <ul> <li class="actnbr-btn actnbr-hidden"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> <div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble"> <div class="tip-arrow"></div> <div class="tip-inner actnbr-follow-bubble"> <ul> <li class="actnbr-sitename"> <a href="https://automattic.com"> <img loading='lazy' alt='' src='https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=50' srcset='https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=50 1x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=75 1.5x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=100 2x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=150 3x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Automattic </a> </li> <div class="actnbr-message no-display"></div> <form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;"> <div class="actnbr-follow-count">Join 10,451 other subscribers</div> <div> <input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address" /> </div> <input type="hidden" name="action" value="subscribe" /> <input type="hidden" name="blog_id" value="54117" /> <input type="hidden" name="source" value="https://automattic.com/about/" /> <input type="hidden" name="sub-type" value="actionbar-follow" /> <input type="hidden" id="_wpnonce" name="_wpnonce" value="d48fa37185" /> <div class="actnbr-button-wrap"> <button type="submit" value="Sign me up"> Sign me up </button> </div> </form> <li class="actnbr-login-nudge"> <div> Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fautomattic.com%252Fabout%252F">Log in now.</a> </div> </li> </ul> </div> </div> </li> <li class="actnbr-ellipsis actnbr-hidden"> <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more"> <div class="tip-arrow"></div> <div class="tip-inner"> <ul> <li class="actnbr-sitename"> <a href="https://automattic.com"> <img loading='lazy' alt='' src='https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=50' srcset='https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=50 1x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=75 1.5x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=100 2x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=150 3x, https://automattic.com/wp-content/uploads/2024/11/cropped-automattic-logo-square.png?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Automattic </a> </li> <li class="actnbr-folded-customize"> <a href="https://automattic.wordpress.com/wp-admin/customize.php?url=https%3A%2F%2Fautomattic.wordpress.com%2Fabout%2F"> <svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg> <span>Customize</span> </a> </li> <li class="actnbr-folded-follow"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> </li> <li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li> <li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fautomattic.com%252Fabout%252F">Log in</a></li> <li class="actnbr-shortlink"><a href="https://wp.me/Pe4R-Y">Copy shortlink</a></li> <li class="flb-report"> <a href="https://wordpress.com/abuse/?report_url=https://automattic.com/about/" target="_blank" rel="noopener noreferrer"> Report this content </a> </li> <li class="actnbr-reader"> <a href="https://wordpress.com/read/blogs/54117/posts/60"> View post in Reader </a> </li> <li class="actnbr-subs"> <a href="https://subscribe.wordpress.com/">Manage subscriptions</a> </li> <li class="actnbr-fold"><a href="">Collapse this bar</a></li> </ul> </div> </div> </li> </ul> </div> <script> window.addEventListener( "load", function( event ) { var link = document.createElement( "link" ); link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20241015"; link.type = "text/css"; link.rel = "stylesheet"; document.head.appendChild( link ); var script = document.createElement( "script" ); script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20231122"; script.defer = true; document.body.appendChild( script ); } ); </script> <script crossorigin='anonymous' type='text/javascript' src='https://automattic.com/wp-content/js/mobile-useragent-info.js?m=1609849039i'></script> <script type="text/javascript" id="biofilter-js-extra"> /* <![CDATA[ */ var a11nData = [{"name":"Lena Morita","role":"Software Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2a0cf5c0a8c8d70f8a0cd71a0b011987779c84f18a4d1b0b2635d022804ae57e","latitude":35.6414629,"longitude":139.6981712},{"name":"Caleb Burks","role":"VIP Software Engineer","bio":"<p>Caleb has been working and developing with WordPress since 2009. Starting out on the WooCommerce team at WooThemes, he is now apart of the WordPress VIP team.<\/p>\n<p>You can usually find him debugging perplexing issues, and\/or eating gummy bears.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b8ec2d436306a62795d22e33888e3c23da1774d6a99998695e2746c1a8b2afd2","latitude":42.2711311,"longitude":-89.0939952},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":14.1406629,"longitude":121.4691774},{"name":"Daniel Richard Kam","role":"Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/85c6d3b1ebb3d7da07f60298a475aa63d48eaa78e7b8d417a7e6b869c2d0b65a","latitude":-32.7728241,"longitude":151.5518911},{"name":"Bill Robbins","role":"Code Entomologist","bio":"<p>\"Hey Bill, can you make me a website?\" is a question that changed my life and brought me to WordPress. I'm thrilled to be part of the Automattic family now, helping users with WooCommerce. Home is Birmingham, AL USA.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/cc1941dce9a498c6180c82f13bac1afa0e95892895cc9280054cdd1a59e1917d","latitude":32.3182314,"longitude":-86.902298},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.3209801,"longitude":-111.0937311},{"name":"","role":"General Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"Ashish SHUKLA","role":"Systems Wrangler","bio":"<p>Ashish is a <a href=\"http:\/\/en.wikipedia.org\/wiki\/Hacker_%28programmer_subculture%29\" rel=\"nofollow\">hacker<\/a> who advocates use of <a href=\"http:\/\/en.wikipedia.org\/wiki\/Free_software\" rel=\"nofollow\">free software<\/a>. He uses <a href=\"http:\/\/en.wikipedia.org\/wiki\/Emacs\" rel=\"nofollow\">Emacs<\/a> (and sometimes <a href=\"http:\/\/en.wikipedia.org\/wiki\/Vim_%28text_editor%29\" rel=\"nofollow\">Vim<\/a> ;)). He likes to idle on <code>IRC<\/code> (and <code>XMPP<\/code>, and <code>Matrix<\/code>) and contribute to various free software projects. When he's not sleeping, he's usually day dreaming with eyes wide open.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e0e2af351e3410b6503b1d6b7de5745b4ae7eaeb271d288d74427a3a484eda97","latitude":40.4167515,"longitude":-3.7038322},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"Aagam Shah","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/001217e38ed8f8605f4ceae6a213b690a805fec64d8ac4ea48d383ee2a548166","latitude":23.022505,"longitude":72.5713621},{"name":"","role":"Accounting Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.8026097,"longitude":-116.419389},{"name":"Aar\u00f3n Fas","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/43df49d69be780bfa996ddf6787b873b902ae08cae1671befbed86e035e1577c","latitude":39.8242386,"longitude":-0.2315018},{"name":"Aaron John-Baptiste","role":"Code Wrangler","bio":"<p>Code Wrangler @ Cupcake Labs<\/p>\n<p>I love tech and learning new things - I tried to create a crypto trading bot last year using neural networks. However as you may have guessed, it did not make any profit, but it was fun to try.<\/p>\n<p>Game developer hobbyist including Ludum dare game jams.<\/p>\n<p>Proud owner of a VW 1986 campervan! Not your typical daily driver, but it does provide unlimited adventures :D! Last trip was from London to the south of France.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5af93d64660915e52f153af29c12cc47bb43afcae6583af2d08aa62c7bd8401a","latitude":51.5123443,"longitude":-0.0909852},{"name":"Aaron Yan","role":"Data Wrangler","bio":"<p>Aaron loves getting people excited about their data. He provides the applied mathematics and visualizations to help make data-driven decisions. When Aaron's not crunching data and solving optimization problems, you'll find him in the gym or slaying noobs in Dota 2.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/43188433199404c7d8ae88ed3ecc8f358f40415701fa0d93d4f776711744efdd","latitude":21.3069444,"longitude":-157.8583333},{"name":"Aaron Robertshaw","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/d2ba618c7350498961f2be2ede2c508222165db74c8fa040e48b18aec6fc19f0","latitude":-20.9175738,"longitude":142.7027956},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":15.3172775,"longitude":75.7138884},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":30.0444196,"longitude":31.2357116},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":3.139003,"longitude":101.686855},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.1704063,"longitude":72.7097161},{"name":"Anirudh Uppunda","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3f79adc1c8158a2dc9a4d68c38007fea0c6378cdd512089d56bf5b48de0b2c61","latitude":15.3172775,"longitude":75.7138884},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-1.2920659,"longitude":36.8219462},{"name":"Achyuth Ajoy","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2d8bec78835a3da5b65d77fa88e7e23d6b445c30c17a9926cd9514a6b3ceb8ef","latitude":8.5241391,"longitude":76.9366376},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.0457568,"longitude":23.8584737},{"name":"Adalberto Plaza","role":"Senior Mobile Engineer","bio":"<p>I\u2019m Adalberto. I\u2019m from the south of Spain (Granada) but I have been living in the capital of it (Madrid) almost since I was a child.<\/p>\n<p>My hobbies are most of the time related with outdoor activities and traveling. I love being out there, enjoying the nature and the wildlife.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a0d14e4a107002dd838a0dcb942871dc0a2d1c20238dace4eefc40a1c6067239","latitude":40.4167515,"longitude":-3.7038322},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.8927182,"longitude":21.0021679},{"name":"Adam Grzybkowski","role":"Android Engineer","bio":"<p>Outdoor enthusiast - biking, snowboarding, surfing, or anything that can take me out of the city.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/1fb94003f5fa6f63da252ff3d5917879522c567f1e1060bc4831193cd572791f","latitude":54.2944252,"longitude":18.1531164},{"name":"Adam Heckler","role":"Half Man, Half Breakfast Burrito","bio":"<p>Adam was a half man, half breakfast burrito born sometime in the late 80s. He got his name after it was discovered that the birth certificate for the \"real\" Adam actually had the name misspelled as \"Aadam.\" He won a legal battle against them and went on to become a little-known tech worker until the International Space Station fell on him in 2022.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f06e5592cd5e9cced51a66c16ed97339084dadf400ff0ccd6ded57eb94e02255","latitude":39.165325,"longitude":-86.52638569999999},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.5500507,"longitude":-105.7820674},{"name":"Adam Borbas","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3704600cc603a701f43eb305056d077547716ae9d322432d7022738f57d05c2b","latitude":47.5033882,"longitude":19.0775262},{"name":"Addison Stavlo","role":"JavaScript Engineer","bio":"<p>After transitioning into software development from a background in physics and mathematics, Addie started working as a JavaScript Engineer for Automattic in Oct. 2019. She enjoys building awesome sites, apps, games, and more. Originally from southern California, Addie now lives in western New York with her partner Ben, their countless number of pets, and occasionally her step children (now 8 and 10!). Addie is a total nerd for PC games, used to work as a cook at various places, and has an odd hobby breeding carpet pythons.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/41a32481f755b09ed6b88d1c34c77ce9a7470ce9b60d8fb11720fc66a7698e1b","latitude":42.7900604,"longitude":-77.5166873},{"name":"Adeline Yaw","role":"Happiness Engineer","bio":"<p>Adeline lives in Sydney, Australia with her wife and three children. She loves sushi, green tea and WordPress :)<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d876fe6d718af5059e578aee22e79c0a5a5bf66065260ba659257668bfe459b3","latitude":-33.9798103,"longitude":151.1240322},{"name":"Adii Pienaar","role":"","bio":"<p>Family man, seeker and learner. 3X Founder: WooThemes\/WooCommerce, Conversio and Cogsy. Ex-Rockstar.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8da9595d99f5adb83e30b66af6cde61b3ef184868c2ef73b66e700bc869ae70c","latitude":-33.2277918,"longitude":21.8568586},{"name":"Adam Wiltgen","role":"Creative Director: Animation + Motion Design","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/77f80a5ddf77527c8d65d13774df22aa320c76734044f9d145fa6702224dbeaf","latitude":41.2565369,"longitude":-95.9345034},{"name":"Adnan Haque","role":"Software Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/b7dbb1236e6194f69deb6d1be439173ae7f889afd0c6ff6e7b8c0178d05c4f43","latitude":25.0714535,"longitude":91.39916269999999},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":28.6329957,"longitude":-106.0691004},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-27.6728168,"longitude":121.6283098},{"name":"Adrian Labos","role":"Business Operations Wrangler, WooCommerce Marketplace","bio":"<p>Hi, I'm Adrian. I am working on the WooCommerce Marketplace as a Theme Program Manger, starting January 03, 2022. <\/p>\n<p>I am a designer at my core and Theming for WooCommerce means most of my professional career. During the last decade as an author of commercial themes, I\u2019ve been involved with all aspects of product management: from releasing a product to maintaining it. The day-to-day operation included designing, project management, business tasks as well as customer support. Getting involved in the process at all its stages helped me understand the needs of all parties involved: the marketplace, the customer, the developers and how to work with each one towards a common goal.<\/p>\n<p>I live in Timisoara, Romania with my partner, our 6 year old son and our cat.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a114d3dc0ae775133c3062d9b53826b6a6f4b392fa66c640b56e729b6bf4a8f0","latitude":45.7488716,"longitude":21.2086793},{"name":"Adrian Moldovan","role":"Quality Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c0b487fab5992914ae37e7a24ed19bb69b51a577b0c35374c6caeab358f106fe","latitude":46.766667,"longitude":23.583333},{"name":"Awilda Montalvo","role":"HR Ops Magician","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/4e7fa37833383ac90892b194d89f27d9864eb4cf8c4e8ac5472aa2d8f326863e","latitude":54.653827,"longitude":-8.1096143},{"name":"Eric Johnson","role":"Old Man Mobile \/ Full-Caffeine Alchemist \/ Professional Stander on the Shoulders of Giants","bio":"<p>Blog: <a href=\"http:\/\/aerych.wordpress.com\/\" rel=\"nofollow\">Aerych's Page<\/a><br \/>\nEric is a professional coffee drinker and member of the WordPress mobile team living in tornado prone Oklahoma City. He has a degree in Political Science that he has never used because working with technology is way more fun. When he's not coding he enjoys making a mockery of golf, frequenting coffee shops, and fussing with numerous hobby projects.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/97367fb3150d6b94113f9ddc980c38444a4f75584bcf01b47250aa58f5b405f3","latitude":35.0077519,"longitude":-97.092877},{"name":"Adri\u00e1n G\u00f3mez","role":"Happiness Engineer","bio":"<p>Adri\u00e1n lives in Jerez de la Frontera, Spain with his wife and two kids. He studied history, geography, art and was close to becoming a policeman once, but his love for computers finally led him to Automattic.<\/p>\n<p>Besides engineering happiness, he enjoys playing games (video & board), reading books, comics, doing woodworking, hiking, and building and painting miniature models.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/9a82124a027ba7e124f29d1a6d591eb95d18a40f5fc915fac7668e8d9675a45e","latitude":36.6850064,"longitude":-6.126074399999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Ali Ugurlu","role":"Growth","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/d8585d2cd27cd6595b3698f15a91b6426278b7131ed87b517abf0a3b1d6512fc","latitude":39.9333635,"longitude":32.8597419},{"name":"Tony Hegyes","role":"Senior Software Engineer, WordPress","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/bd545520e1accf089baf978887ed5e304885f8d113bd4cbe306d83efaa45f56c","latitude":50.1109221,"longitude":8.6821267},{"name":"Ahmad Baig","role":"Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/b80a2303fce7044f05251dc4bee4e3ddaafb58b56deffd7f0e84c53dc2e3efca","latitude":26.8466937,"longitude":80.94616599999999},{"name":"","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.5500507,"longitude":-105.7820674},{"name":"Andrija Vucinic","role":"Code Mangler","bio":"<p>Blog: <a href=\"https:\/\/codeden.net\" rel=\"nofollow\">The Code Den<\/a><\/p>\n<p>A random guy from Montenegro that's in love with engineering. Dismantling and fixing stuff is what he does best (although some would say it's only dismantling). He's been trying to flash custom firmware on all the devices he comes in contact with. When he's not playing games, he's probably beating someone with a stick during Kendo training.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/07d1e80a68cf022a394bdca5f53a1efe7a873765911de016c502ca9c0d18b6bb","latitude":42.708678,"longitude":19.37439},{"name":"","role":"Relationship Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.4172871,"longitude":-82.90712300000001},{"name":"Ainslie Gainer","role":"Trust & Safety Lead","bio":"<p>After many years living on the road exploring, Ainslie now lives (most of the time) in Kelowna, BC, Canada with her two sons. When not in Kelowna, you'll find her in Samara, Costa Rica, where she also has a home. Her background is teaching, business, and web design. When not working, Ainslie is making art, lifting at the gym, doing yoga, surfing, or chilling on the beach.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/bfef04800bbf30af4539d95190e33a68d6df1337535ac288b411433b2bf9f80b","latitude":49.8879519,"longitude":-119.4960106},{"name":"A.I. Sajib","role":"Happiness Engineer","bio":"<p>A.I. Sajib is a passionate blogger. He came from a tech news writing background and having worked at a number of tech blogs, newspapers and magazines, he fell in love with the art of helping people navigate through the technology.<\/p>\n<p>He has always used WordPress for all of his sites and loves helping people get their blogs set up and going on WordPress. He joined Automattic to help fellow bloggers and writers make the best out of WordPress.com.<\/p>\n<p>You can read his blog at <a href=\"http:\/\/ais.blog\" rel=\"nofollow\">ais.blog<\/a>.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5f21ec6bee829d80daeaa1e789fce31e8f9b129b945a104b2f237c8aec0d5c4b","latitude":23.810332,"longitude":90.4125181},{"name":"Alex Lende","role":"JavaScript Craftsman","bio":"<p>Alex likes to push the limits of what can be done in a web browser, from building virtual reality experiences with the WebXR API to generating music with the Web Audio API to exploring other programming languages that can compile and run on the web like Elm and Rust. He got started with WordPress when helping his father create an online store for his father's graphic design business. At Automattic he looks for new ways to push the limits for what can be done with WordPress.<\/p>\n<p>Aside from web development, Alex also likes learning to play new musical instruments, going on wilderness camping adventures, and traveling around the world.<\/p>\n<p>Website: <a href=\"https:\/\/ajlende.com\" rel=\"nofollow\">ajlende.com<\/a><\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4cdc7c0fe6e2fa0d98241a97a959ed033ebe85b533cc7ced18494de3665aabb5","latitude":44.977753,"longitude":-93.2650108},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"Akeda Bagus","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2bde39db7088dcdd540a9891ca8002615ec5c2e67bc1f73740af5709f9615678","latitude":-7.090910999999999,"longitude":107.668887},{"name":"","role":"Learning Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.2033216,"longitude":-77.1945247},{"name":"Ajay Kumar Jain","role":"Happiness Engineer","bio":"<p>JPOP HE | Coral Lead | SIC Terminator<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e831b0a13714551ee4980127323d422d9dc397addcf9f773bd7b5ad8fb40f688","latitude":28.7040592,"longitude":77.10249019999999},{"name":"Al-Ameen Ogundiran","role":"Code Dr.\/Keyboard Tapper","bio":"<p>Yo! I'm Al-Ameen, I love solving problems with technology and I'm happily stuck in an infinite loop of problem solving. I also find it exciting to learn new things from others, so feel free to share any interesting How-tos and TILs. I enjoy pairing with other engineers when they need an extra pair of eyes when solving a problem.<\/p>\n<p>When I'm not busy doing the lord's work at Automattic, you can catch me learning about new technologies, listening to talks on Youtube, coming up with punchlines that only makes sense in my head. Most recently I'm trying to get involved in spoken words because I love exploring topics in a creative way.<\/p>\n<p>Yup! That's me!<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e59496b7e1c1359ab39a3637867f9b724ab19476c48a31e9a4dcffecfd0d9633","latitude":6.5243793,"longitude":3.3792057},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.663839,"longitude":-8.626729899999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.3850639,"longitude":2.1734035},{"name":"Alec Geatches","role":"Software Engineer","bio":"<p>Former WordPress freelancer turned Automattician. Living outside of Boulder in Colorado.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c6ff65165a154ce445acc0c150b782cfae6899edd036a2ae39bb85b38f096a0e","latitude":39.8680412,"longitude":-104.9719243},{"name":"Ale Crismani","role":"System Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/16e3add950d931eb99239120231fbd84bfb606cc4ad6e38b71c65cd76198b706","latitude":45.6495264,"longitude":13.7768182},{"name":"Alefe Souza","role":"Software Engineer","bio":"<p>Web Developer who started to learn about it on cybercaf\u00e9s when was 13, father to a dog named Astro (The Jetsons) and a cat named Navi (The Legend of Zelda), smart home and health tech enthusiast. Already worked with mobile and desktop development using Java and C# but fell in love to develop web apps with JavaScript and PHP.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6ad7a39dbf89cc8c1ffd9c209c19fb54ffc6235e120e61d7beb04a7ad9274210","latitude":-23.0881389,"longitude":-47.2080171},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7190281,"longitude":-2.0727839},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.3890924,"longitude":-5.9844589},{"name":"","role":"Themer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-31.2532183,"longitude":146.921099},{"name":"Alexander Dubinin","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/7621ad01a41402b4eafca0ce99f090262df5bf40e84c09178fc9e75bb4aa6151","latitude":27.6648274,"longitude":-81.5157535},{"name":"Alexa Peduzzi","role":"Developer Advocate","bio":"<p>Alexa is a proud Pittsburgher. She spent the last eight years at Food Blogger Pro, a membership site for food bloggers. It's one of the best communities on the internet (in her humble opinion). <\/p>\n<p>By day, Alexa loves to bake, read, write, and take Peloton classes. By night she\u2019s typically in bed by 10, preferably snuggling with her calico, Maya (but we all know how cats are).<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/20562e8d36b8d2fab1757ff4b6ec7fbb434f4f17c52184101c2055ff2ee274a4","latitude":41.2033216,"longitude":-77.1945247},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"Alex Florisca","role":"Code Wrangler","bio":"<p>I'm a nature loving geek. I love being outdoors, surrounded by nature in all its forms. I grew up in Romania in a small town in the mountains, skiing before I could walk, weeing on my dad's shoulders on a hike before I could talk. I'm also very curious and I love to learn. As an 12 year old, I took a trip to a bookshop and the thing that caught my eye the most was a C++ book. I try to blend learning and tech with outdoor adventures and simply being. I'm also on a journey of self discovery and I like to explore the nature of consciousness through yoga, meditation and other modalities.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f98d4e05bc5e65c89e2afe2a42f13be4daa8d9a0d5eafe3c646fcb6632647a5b","latitude":51.454513,"longitude":-2.58791},{"name":"Alex Forcier","role":"Mobile Wrangler","bio":"<p>Alex is an Android developer currently living in Toronto, Canada. Formerly a rogue physicist, Alex spends his time cooking, cycling, and playing music.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/cf19d3162025e966d0b33982b9b9dc7a43b0ff42f674993c5a90091927f5ee57","latitude":35.6994705,"longitude":139.6355204},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":27.6648274,"longitude":-81.5157535},{"name":"","role":"Product Marketer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Alex Johnson","role":"Analytics Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/67249aa28b6e4a0ea1d4894b7f69c01303479c24ad5631a668cae2e6c7d606ba","latitude":39.7384357,"longitude":-104.9848593},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.8041334,"longitude":-120.5542012},{"name":"Alex Sanford","role":"Security Researcher","bio":"<p>Howdy! My name is Alex, I'm a Code Wrangler \/ Security Researcher and Team Lead. Let me tell you a bit about myself.<\/p>\n<p>I was born and raised in Nova Scotia, Canada. I live close to the Bay of Fundy, where we boast the highest tides in the world. Our tides can range up to 40-50 feet!<\/p>\n<p>I'm a musician and singer. I play mainly guitar and drums, and am involved in a musical theatre group in my community.<\/p>\n<p>I was really into juggling for a while, and still do so occasionally. I can juggle 5 balls.<\/p>\n<p>I'm an intermediate chess player, and prefer long slow games over blitz.<\/p>\n<p>I'm a space geek, and I'm especially fond of SpaceX. If space tourism becomes remotely affordable in my lifetime, I'm definitely going.<\/p>\n<p>My wife, Sarah, and I enjoy hiking, camping, movies, and music. We have a dog and several small birds.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/37c9442e873774f8e216d373685eaf8e15d8fc60a75c76b9b85522788ed048ec","latitude":45.0283919,"longitude":-64.482691},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.4167515,"longitude":-3.7038322},{"name":"Alin Clamba","role":"Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/18b0a2bdb7b026d70d3346818436d174445393a26d09645f86e4f1b841131c3e","latitude":45.701755,"longitude":21.2346449},{"name":"","role":"Finance Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"Anna Elek","role":"Data Analyst","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/adb3f4df404d4cbfe96b147052f07f05cebfcb00ef8deff4487397dad66c4157","latitude":52.52000659999999,"longitude":13.404954},{"name":"Albert Juhe Lluveras","role":"JavaScript Engineer","bio":"<p>Albert is a JavaScript Engineer and Front-End developer from Catalonia. Currently based in Barcelona, in the past lived in Magdeburg (Germany) and Copenhagen (Denmark). Barely remembers the Web before WordPress. Has been supporting open-source software and the Open Web since he got an Internet connection at home when he was a child. Other interests include traveling, cycling, sport and a good beer with good friends.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/1c5674887ad1c956062733edbb586c12d76477ea3190998206147ded7e80fe03","latitude":41.3850639,"longitude":2.1734035},{"name":"Allan Cole","role":"Designer","bio":"<p>Hailing from Brooklyn, NY, Allan has been making awesome things with WordPress since about 2005. At Automattic, he helps design and develop themes to be as great as they can possibly be. When he\u2019s away from the keyboard, he likes to make music, play tennis and draw.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/675ed8633312fbf464555f88aeb36f3f6864c5c5d0930a3320e878f21cbd0f0e","latitude":39.0045544,"longitude":-76.87552819999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"Allie White","role":"VIP Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/68fc7a2dcee55732ca5f34506a64fb35c8746972ab2a382ff56dd17754182691","latitude":44.3148443,"longitude":-85.60236429999999},{"name":"Allison Levine","role":"JavaScript Engineer","bio":"<p>Allison was introduced to WordPress at her tech support job in college and has been a fan ever since. (What RoR years?) She's been a product manager, a freelance developer, a dog-sitter, a plugin author, an SEO consultant, a humor columnist, a product developer, a travel blogger, and a front-end engineer, and she's looking forward to this next adventure at Automattic.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/af0377ef04c5b85e363b2fb699a256cdde508d56d637a32f0367c559c29aefc4","latitude":26.5317866,"longitude":-80.0905465},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.378051,"longitude":-3.435973},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"Alex L\u00f3pez","role":"Quality Engineer","bio":"<p>Hi there! I'm one of those people interested in the concept of quality and the quality of things. I believe in testing as a way of learning and learning as a way of life.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2b8c149e8282a437d5a0ba4819a94e283d2d7db444ec794c4646513fb0420b17","latitude":36.721261,"longitude":-4.4212655},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.8927182,"longitude":21.0021679},{"name":"Alx Block","role":"Head of Risk Operations","bio":"<p>Blog: <a href=\"http:\/\/alxblock.com\" rel=\"nofollow\">AlxBlock.com<\/a><br \/>\nIt\u2019s not clear whether the \u2018e\u2019 was left out of his name on purpose, if it\u2019s a persistent typo, or just an autocorrect fail. Alx hails from the City of Brotherly Love, where he lives with his awesome wife and two awesome kids. His background is in book publishing sales and marketing and he has a degree in Spanish language, literature, and linguistics. While not attached to a screen, Alx enjoys telling bad jokes and teaching magic tricks to his kids.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b56306b1d3b37ce1864497005e39299545711d41ea57ea17eb691ca29943da19","latitude":40.0131418,"longitude":-75.23040379999999},{"name":"Amanda Riu","role":"Chief Robot","bio":"<p>Amanda joined Automattic late in 2017 as an Android Engineer. She enjoys meeting new people, seeing new places, great food, wine and beer. Her favorite mode of exploration is by bicycle.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8ef96ba7dbb4fd48d8678b858a5e8cbb6b1e05ba9bc3eef772c2cb7f0f91cb23","latitude":33.7489954,"longitude":-84.3879824},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.68198659999999,"longitude":-63.744311},{"name":"Amandeep Shergill","role":"Director of Recruiting","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/72195b5327d38ab0fd13143cf4e1341fb3805be2c1c4dbf5c5497b15f902f411","latitude":52.0625663,"longitude":-0.5488514999999999},{"name":"","role":"Human Resources Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.9743162,"longitude":-4.202298},{"name":"Alex Kirk","role":".org i18n & Matrix Team Lead","bio":"<p>Blog: <a href=\"https:\/\/alex.kirk.at\/\" rel=\"nofollow\">alex.kirk.at<\/a><br \/>\nAlex is from Vienna, Austria, where he now lives with his family. He not only enjoys creating virtual stuff by means of programming, but also real stuff made of wood, playing squash and travelling.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/fbd3095d6e650038d588848ec4703600f7dd41bf4714ba318789a6fc7108edea","latitude":48.2081743,"longitude":16.3738189},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-37.4713077,"longitude":144.7851531},{"name":"Anne-Marie Goulet","role":"CMO, WordPress VIP","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9cee55efdf19ec6a49d1165d42da618b20d3b3d1a6d72393ae4b01fe9529720d","latitude":43.653226,"longitude":-79.3831843},{"name":"Jes\u00fas Amieiro","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/24935d5f47d965956903ee82107317d5a9b5111e7a8c3a8c4c82391b8569519f","latitude":42.4298846,"longitude":-8.6446202},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-36.84830480000001,"longitude":174.7624886},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":56.462018,"longitude":-2.970721},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.3613953,"longitude":-5.8593267},{"name":"Anand Nalya","role":"Data Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9159040b57a5eea1cea4ab16ccb2f6724ffa4774984f4da5ba81b85fba7672f0","latitude":22.9734229,"longitude":78.6568942},{"name":"Muhammad Anas","role":"Code Wrangler","bio":"<p>Hey, my name is Muhammad Anas. I work in Team Fuel in the Woo division as a Code Wrangler. I am very excited to be a part of Automattic. Previously, I have worked as a software engineer for more than 6 years. I have experience working both as a frontend and backend engineer, and I have some experience with Kubernetes too.<\/p>\n<p>I am from a small city in Pakistan named Toba Tek Singh. I was born and raised here. I have also lived in Islamabad for nearly 6 years, which is the capital city of Pakistan. I did my graduation there and then worked for an initial couple of years of my career as a Software Engineer. I shifted to work from home nearly 4 years ago. Since then, I am living here in Toba Tek Singh.<\/p>\n<p>Talking about my hobbies, I love to read, travel and eat. I love to interact with new people, try out different types of food and explore new places. If you want to know more about me, feel free to ask.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4b45585364d9a51d312f2c2d32e5a79d7d59df1677ba4b5e0a44a1ef391e2935","latitude":30.9709356,"longitude":72.48264739999999},{"name":"Andrei Draganescu","role":"inserter of buttons","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a29249a286b34dec7396102985c382f24e38652b20cf39623018b0e843eb3813","latitude":44.535548,"longitude":26.2324886},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"Andrea Lee Bishop","role":"Director of Support Strategic Initiatives","bio":"<p>Andrea enjoys playing the piano, singing, skiing, and traveling. After graduating with degrees in Applied Mathematics and German, she worked for a software company for 11 years doing web design, software education, and technical documentation. Now she is helping coordinate support for WordPress VIP customers around the globe.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b7b54e9ef80201ffd4303e4815a07f875690fc76ed38d8be01a95e30ec7210d9","latitude":40.4172871,"longitude":-82.90712300000001},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-8.8137173,"longitude":-36.954107},{"name":"Andr\u00e9 Kallehauge","role":"Presser of keys","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/7fd3ee214a829636fbc134c45e7daa3207c3830a65f5d63d41907f668b1555e1","latitude":55.476466,"longitude":8.459405},{"name":"Andres Nunez del Prado","role":"Happiness Engineer","bio":"<p>Entrepreneur, techie, traveler, digital nomad & self-learner.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6f8724b008662a3ec85feab8ff70657ae7059f4d09b7b707e09841a39d59cd55","latitude":41.1579438,"longitude":-8.629105299999999},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":46.729553,"longitude":-94.6858998},{"name":"Andrew Fleming","role":"Customer Success Director","bio":"<p>Hi, I'm Andrew.<br \/>\nOriginally from Australia, I moved to Indonesia four years ago. I now bounce between Europe, Asia and Australia\u2014wherever the sun is shining, the internet is fast, and the food and wine taste best.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6277b9cfca1bcbf32967b5289ef1df50d0c941d4f7a437fa9f8585313dbcc1f2","latitude":-34.3335025,"longitude":150.9133384},{"name":"Andrew Lind","role":"Analytics Engineer","bio":"<p>Andrew is from Johannesburg, South Africa.<br \/>\nMarried with young 3 kids, a dog and not a lot of sleep.<br \/>\nEnjoy Trail Running, Touch Rugby and Ultimate Frisbee.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/1d866b01738d1ff98ff94db0b692cdfe5902b4499f491723cb1f94a726fe5e05","latitude":-26.2041028,"longitude":28.0473051},{"name":"Andrew Serong","role":"Code Wrangler","bio":"<p>Andy lives in Melbourne, in a suburb by the sea. When not wrangling code or walking in nature, he likes reading about history, trying to learn the piano, and open water swimming.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e65e09083a18b620e48e1317d5790b6b1053bd30d7a10056d6f6568809aac84a","latitude":-37.4713077,"longitude":144.7851531},{"name":"","role":"Division Lead","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.8041334,"longitude":-120.5542012},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":58.595272,"longitude":25.013607},{"name":"Andy Daupert","role":"Happiness Engineer","bio":"<p>I\u2019m a husband, a dad, and a tech nerd. I live in Brownsburg, Indiana, USA. I ran my own business building and maintaining WordPress websites for eight years. My passions mostly revolve around computers and tech. I like movies, photography and videography.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d397a254d421744790529a7b0f2afd26d044ecc85855ae4be783f03a6bdc19e6","latitude":39.8433769,"longitude":-86.39777350000001},{"name":"Aneesh Devasthale","role":"Javascript Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e99eaf78382e04780d8c5971c9aa0b8270b4f69cb375ec7b12bce3020a11c619","latitude":49.2827291,"longitude":-123.1207375},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":10.2910237,"longitude":-72.1416132},{"name":"Sarah Pantry","role":"Doer of things on VIP","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/73a62c7c06b297165dc383ca48a46f15754dfc54dd2b63aacf40999bfaf20dcc","latitude":51.591518,"longitude":-2.750868},{"name":"Andrii Nikitiuk","role":"","bio":"<p>A Ukrainian living in the US. Andrii is passionate about technology and big distributed systems, and has been excited with creating web sites and doing programming since 10th grade in high school. In his free time Andrii enjoys skiing, snowboarding, hiking and traveling. He also practices cooking East European food.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/33aef0d0759c4b175abb19466e034922a43505553b461fb63f122cddc3261d39","latitude":47.7510741,"longitude":-120.7401386},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-37.4713077,"longitude":144.7851531},{"name":"","role":"Talent Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.2787075,"longitude":0.5217254000000001},{"name":"Anna Magdalena Kedzierska","role":"JavaScript Engineer \/ Data Scientist","bio":"<p>Mathematician writing code<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/dad4304be6687d2757954b9cef52874271326c4e7a19b2c80250b2f704df41f6","latitude":43.5850705,"longitude":-8.1932271},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":22.6272784,"longitude":120.3014353},{"name":"Anne Forbush","role":"Engineering Leadership Development Wrangler","bio":"<p>Hi, I'm Anne Forbush and I am a Customer Marketing Wrangler here at Automattic.<br \/>\nI came to Automattic with 6 years of experience in direct response and digital marketing, working both in acquisition marketing and in customer retention, engagement, and upsell.<br \/>\nI am a data devotee, tennis player, student of consumer behavior and neuromarketing, and fan of all things Fighting Irish. I grew up in Connecticut, went to school at Notre Dame, spent some time after college in Minneapolis, and then settled in Maryland for 6 years. I just moved to Washington (just outside of Tacoma), as my husband is a pediatrician in the US Air Force and we're now stationed at Joint Base Lewis-McChord.<br \/>\nWhile my hobbies may appear to be unpacking boxes and potty training my 2.5 year old, other (more enjoyable) interests include cooking, playing tennis, reading, and playing softball.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/47dfc94976f972d6a4287161699d329c082b497cddd62b89ef693899ad299d1a","latitude":39.6847822,"longitude":-83.9296526},{"name":"Annie Elequin","role":"","bio":"<p>Hello!! I'm Annie, I love Jesus, and I have way too many hobbies. Let me know if we can geek out together about any of the following: dog training, cosplay \/ sewing, 3D printing or crafting of any kind, board\/video games, or D&D. I'd love to hear what you're passionate about!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0948bf2b57db3f96c620a8bb00548c3ec2eedef6a5c050598e0a61f13dfc4e80","latitude":30.267153,"longitude":-97.7430608},{"name":"Anne Mirasol","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/ba646c55b76216f6027ad10c065e04e315d7ba37db9c2c3678a6da2bce082ce3","latitude":33.9514847,"longitude":-98.6686709},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"Annmarie Ziegler","role":"Mobile Wrangler","bio":"<p>Annmarie is an Android Wrangler at Automattic. Annmarie loves to cruise and looks forward to the day that cruise ship wifi is reliable and strong enough for her to work on the open seas for weeks at a time. Until then, Annmarie will continue to enjoy working from her suburban backyard (when the weather agrees).<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c9ac7841a7c50b62ba0a85352e8d84ac5b626c35fdf3eebb30d28700deeca62c","latitude":40.8767647,"longitude":-73.3245613},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.5240328,"longitude":16.8178377},{"name":"Antonio Sejas","role":"Software Engineer","bio":"<p>Antonio was born in Madrid and studied computer science and MSc in Artificial Intelligence at the UPM. Currently living in the Canary Islands, working remotely as a Software Engineer at Automattic, building new features in wp.com.<br \/>\nProud father of two kids. He likes Sci-fi movies and books, board games, capoeira, and water sports.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/efc7b0f52253614d24531995d89c6d3dcf36bedcf6357a28f034c2597d84266b","latitude":28.1235459,"longitude":-15.4362574},{"name":"Anton Vlasenko","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/7b4c15c36266dcb0bae11054756e441f2c4dcbdf71455ef64c5d85af36b1cb1f","latitude":50.0717466,"longitude":14.4871656},{"name":"Anurag Bhandari","role":"Wrangler of Conversations & Code","bio":"<p>Software Engineer by day, sports fan by night<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/154f596bb8a8995f291f2b07866f17ba32f91a0118fd29e7d1f112df45e30e9f","latitude":28.4594965,"longitude":77.0266383},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":34.5199402,"longitude":-105.8700901},{"name":"L. Jeffrey Zeldman","role":"Executive Creative Director","bio":"<p>\u201cKing of Web Standards\u201d\u2014Bloomberg Businessweek.<\/p>\n<p>#AOS & Employer Brand. Co-Founder, An Event Apart (RIP). Publisher, A List Apart & A Book Apart. Author. Father. He\/him.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d717f8e0324551b2b2d1ade4661948986ed3ecfee8e63edfa8eed6ed42dfd2d7","latitude":40.7127837,"longitude":-74.0059413},{"name":"Andy Peatling","role":"Model Whisperer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/1a81c3cae3c348a007a88f1cae4f3c86f6f473e80af89c6f950cfa09c71d7ade","latitude":49.183333,"longitude":-122.85},{"name":"Amanda Podgorny","role":"Technical Account Manager","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/22972c03f957c8ffc3d32db7166338aa93f26327494fc98478ab0fb9a9e86c28","latitude":40.2671941,"longitude":-86.1349019},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"April Sylph","role":"Software Engineer","bio":"<p>I'm a self-taught web developer. I've been tinkering with Tumblr themes since 2016 and helping develop XKit since 2017. Now, I'm a web engineer for Tumblr's frontend.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d71f0b5ecd927c7939fdd80ed708bb401fdc28be1ea1462329543a8a7eb672bf","latitude":52.512255,"longitude":-2.081112},{"name":"","role":"Growth Marketer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.215374,"longitude":28.363394},{"name":"Nick Green","role":"Developer, Special Projects (Team 51)","bio":"<p>You've heard that over 43% of websites run on WordPress. I'm a code wrangler on the Special Projects team, dedicated to the mission of increasing that number to 51%.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/29cca81e5126b660f636aa7e4493615dad3560559e5f147cf3ed67a84190d645","latitude":45.5230622,"longitude":-122.6764816},{"name":"Tony Arcangelini","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/fde1e372f012ea7a92ecccee5d46d316e954045c8115d18ca0bc1c706ffdb39c","latitude":41.3873974,"longitude":2.168568},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":19.8967662,"longitude":-155.5827818},{"name":"","role":"Business Development Representative","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"Raul Arevalo","role":"Sales and Marketing Analytics Engineer","bio":"<p>I hated math as a kid, but as an adult I realized I was kind of good at it and then I grew to love it, so I pivoted my career from business into product\/marketing analytics in the tech industry.<\/p>\n<p>Outside of work, I'm a huge fan of film, music, reading, writing, exploring the outdoors, and travel.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a6e71dc33bc9753b27b3775e2bf0ba761307652356c7acbabab4ad65cadd7889","latitude":14.6349149,"longitude":-90.5068824},{"name":"","role":"Sales Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Ariel Maidana","role":"Happiness Engineer","bio":"<p>Ariel studied Political Science and has always been passionate about technology and how it can improve people's lives. Before being a Happiness Engineer, he has worked in education, marketing, consulting, and finance, among other fields. He loves to learn new things all the time, read, cook, and explore nature. He lives with his wife and daughter.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/627c43f8599a1e114bbc983885699284c69fdc57a24632d41e2646aac95507a4","latitude":-34.6036844,"longitude":-58.3815591},{"name":"Ariana Kataoka","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3c8e032b870cb2b58c3c8c9ebc64187f9c87b7a0071d9dbe0ab31d6edd0ffec7","latitude":-31.2532183,"longitude":146.921099},{"name":"Arnaud Berthomier","role":"Delivery Guy","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/66b5642268a6a5ac177705715da6df326d8cb2ae85a306cb1c2cd0edf09afc8b","latitude":17.0731842,"longitude":-96.7265889},{"name":"Armin Rodas","role":"Trial Customer Experience & Technical Support","bio":"<p>Howdy, I'm Alex! Originally from Los Angeles, I've traveled and moved around most of my life. I grew up in Guatemala and Las Vegas, currently living (and still growing) in Texas \ud83e\udd20.<\/p>\n<p>Exotic animals are one of my passions. In the past I've kept a spider monkey, owls, iguanas, monitor lizards, tarantulas and even a joey wallaby.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/140744a0dccd3caec435dc40cdfd2a202d0bc61a710755ea5dff752b8ee7932c","latitude":31.9685988,"longitude":-99.9018131},{"name":"Kolja Zuelsdorf","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/dcb7a5dc2b7558df68a2057ab01ae7882d8669b9b39217e4a8ce4d5a07b08172","latitude":54.21936720000001,"longitude":9.696116700000001},{"name":"Artemio Morales","role":"JavaScript Engineer","bio":"<p>I\u2019m a full stack web developer with an entrepreneurial spirit and a love for values-driven work. My passions lie at the intersection of community-building, entrepreneurship, literature, interactivity, and technology.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6210a8c225ba48fbf3d9aaa59100c3826f6edd0fa0f7de9cc0497e2674eea106","latitude":41.0030522,"longitude":-75.1817547},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":56.879635,"longitude":24.603189},{"name":"Arthur Chu","role":"Software Engineer","bio":"<p>I can accept failure, everyone fails at something. But I can't accept not trying.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/ed8dfe3259269e1e6ca9f8f4b5355d2719b2551a5df501e55e7c6ff9ba560821","latitude":25.0329636,"longitude":121.5654268},{"name":"Artur Piszek","role":"Applied AI Artisan","bio":"<p>Artur is both a Programmer and a Psychologist by education and enjoys combining knowledge from different areas of life to provide new value.<br \/>\nHe enjoys working with JavaScript and People. JavaScript seems to like working with him too :).<\/p>\n<p>He loves cooking, learning, trees, dogs and hearing about crazy inspiring ideas.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8e1fb5ab1e624d67002f84a9b24be89faced729f00b834e7ae6c3182515effae","latitude":52.2296756,"longitude":21.0122287},{"name":"Ashley Robicheau","role":"Happiness Engineer","bio":"<p>Ashley started her journey working as a Happiness Engineer in 2018, and before joining Automattic, she was a UX Consultant and Software Tester. She\u2019s an AI enthusiast and builds web apps to explore autoregressive language models like GPT-3. She enjoys fictive stories in literature, screenplays, television series, and video games (dystopian, fantasy, and sci-fi are her favorite genres). She has a cat named Gibson, loves street photography, and above all enjoys experiencing life with her partner Daniel.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4706db23feeb17d1892c17ee1c98c7ef3598c4cd13be8fe4fd8fa247b5d7ffc1","latitude":53.2646889,"longitude":-113.5527442},{"name":"Ashish Kumar","role":"Code Wrangler","bio":"<p>Decentralization Evangelist, Entrepreneur, Life Hacker, Full Stack Engineer.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6cde4960620d94438cfa2d945225d62ba12f281f26e5c59ad07206bb83fd730b","latitude":25.2048493,"longitude":55.2707828},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":26.8467088,"longitude":80.9461592},{"name":"Ash Anant","role":"Team Lead","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a3f611867e133dd43664b02135ae93110c1aac4a55a6a81767bcb2115d7f6c29","latitude":19.0759837,"longitude":72.8776559},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":27.6648274,"longitude":-81.5157535},{"name":"Alfredo Sumaran","role":"Software Engineer","bio":"<p>Self taught developer. I've started coding centuries ago on Turbo Pascal but quickly switched to web-oriented technologies. I live in Lima, Per\u00fa with Raquel my lovely fianc\u00e9 together we have an extremely playful Beagle named Orejas (Ears) and we love him so much. I love music, especially indie rock\/pop and new music always makes me happy. Occasionally, I enjoy playing videogames specially DotA and although I'm not super skilled at it I enjoy the dynamics of the game.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4bed2be51011f27837c3354e22ce3ac25ca03ebbe120a7a57dff06454c3f0b27","latitude":-12.0463731,"longitude":-77.042754},{"name":"Ahmed Wasif","role":"Software Engineer","bio":"<p>Ahmed Wasif is a passionate engineer and a tech savvy person. Programming was his early life's infatuation, which later turned into a hobby, and finally he took it up as a profession.<\/p>\n<p>He is also a video gamer, movie enthusiast, TV-series lover and sports fan (so basically a couch potato).<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6c4ffd5d832bdfa06658b8d5907541d756b1f4b1cfeec7d02146af6cb0d9f6f2","latitude":23.810332,"longitude":90.4125181},{"name":"Atanas Angelov","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3f36865c3c11ae856f28cf237c418decc36b51f2609d285a5329ad20e2995bd4","latitude":43.2140504,"longitude":27.9147333},{"name":"Jorge Calle","role":"Code Wrangler","bio":"<p>Jorge loves technology, WordPress and past\u00e9is de nata. He is a daily music and podcast listener.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/9630d2cfd6efecd3fc1777c5d4d815b2791b4addfb5928a125bb6bdda5a008af","latitude":38.7222524,"longitude":-9.1393366},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":19.4326077,"longitude":-99.133208},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.4167515,"longitude":-3.7038322},{"name":"Autumn Fjeld","role":"Dot Connector","bio":"<p>I'm an American hanging out at the bottom of the world for a bit, Sydney to be exact. Loving my current role as dot connector for Team Lego and the Marvel Group. I used to do science things and now sooo happy to be contributing good things to the world wide web.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/edbe784891d76dc480b253e47cc55dd06ddbaed404b35084a706e646196d625c","latitude":-33.8978149,"longitude":151.1785003},{"name":"Andy Valdez","role":"Senior Software Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/5c0e3f6f5c1e8783189b377f78de5c4199bd3170561e707ddb3449a237a4579d","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.46366700000001,"longitude":-3.74922},{"name":"","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.3209801,"longitude":-111.0937311},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":11.1271225,"longitude":78.6568942},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"Alicia Harding","role":"VIP Customer Success Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3df659fabefa893d87f3dcad325f937e9894177eca36b19c4f99a5cf8a5e7a9c","latitude":47.7510741,"longitude":-120.7401386},{"name":"Andrew Ozz","role":"","bio":"<p>Blogs: <a href=\"http:\/\/azaozz.wordpress.com\/\" rel=\"nofollow\">Andrew on WordPress<\/a><br \/>\nIn the mid-eighties Andrew started poking at computer hardware and other electrical and electronic things. After trips through London and freelancing he finally ended up in Vancouver, where he now resides. In 2007 something possessed him to start contributing to WordPress' TinyMCE integration, and somehow we convinced him to continue taming that beast and other WPness full-time.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/230ea56f1cf5790b315aaaa4cb0645313a5bb14e20734f307b3a7fca28fba7e1","latitude":49.2827291,"longitude":-123.1207375},{"name":"Alex Baker","role":"","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/5962f89a50a410b403734d6bcee28ff44ca3c625bf5ba10e23b250cd4d26ac2d","latitude":40.6331249,"longitude":-89.3985283},{"name":"","role":"Relationship Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"Bart Bak","role":"Designer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/7c2a595346ce10c7d783acd34423174ca79fbf1a41683035ee9f9a0129d410cd","latitude":47.32495,"longitude":8.489989999999999},{"name":"Barry Abrahamson","role":"Systems Wrangler","bio":"<p>Blog: <a href=\"http:\/\/barry.wordpress.com\" rel=\"nofollow\">Barry on WordPress<\/a><br \/>\nBarry was born and raised on the banks of the Riverwalk in San Antonio, Texas. During the day, he makes sure the servers are zipping along while trying not to get too much BBQ sauce on his keyboard and at night... ok, well, he's doing the same :) When he's not on AIM, ICQ, Jabber, IRC, or reading about the latest and greatest in MySQL optimization, Barry enjoys traveling and playing a little lacrosse.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/068b4bacad347c5646814baffb24c50033eb941925d275d056c29e416b024839","latitude":31.9685988,"longitude":-99.9018131},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.13398609999999,"longitude":16.8841961},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.2052973,"longitude":0.1218195},{"name":"Mohammad (Mo) Jangda","role":"Code Octopus","bio":"<p>Mo likes ice cream and other sugary things. He has a terrible sense of humour. He lives with his wife, kids, and cats in Toronto, Canada and he loves it there (despite the moderately cold winter temperatures).<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/ba312a0256a31564a11bf7f963aa96e76b4db2afa5530bc601b84ab9a0769b3d","latitude":43.653226,"longitude":-79.3831843},{"name":"Batuhan \u0130\u00e7\u00f6z","role":"Product & Generalist Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/21e437190f267f1e757aea4148c707a5436c9d00df035bd5ce82220a4839310c","latitude":52.3702157,"longitude":4.895167900000001},{"name":"Brian Borman","role":"Code Wrangler","bio":"<p>I love programming and problem solving of all kinds. I enjoy reading and video games with my free time. Being from the Philadelphia suburbs, I'm a fan of all Philly sports teams with the odd inclusion of the Pittsburgh Steelers.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0eb6be71aa358fb9bd327c03f401559ec83dc2b6a47d4e6a19dcbe6b49beaaf6","latitude":41.2033216,"longitude":-77.1945247},{"name":"","role":"Partnerships Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-33.2277918,"longitude":21.8568586},{"name":"Beatriz Fialho","role":"Product Designer","bio":"<p>Beatriz always had a deep desire to curate beauty and create harmony. She finds inspiration in minimal aesthetics and calm environments.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/bbd581284216b7938c7c788ee08cd41287f5377f3ba36a569ee0240d5a621dd9","latitude":38.7223263,"longitude":-9.1392714},{"name":"Beau Lebens","role":"Head of Engineering\/WPP, Woo","bio":"<p>After growing up in a tiny town in rural Western Australia, Beau decided that he needed to be somewhere with a little more excitement so he could be a part of this \"Internet\" thing that no one was talking about at the time. After 10 years of illustrious (and sometimes not-so-illustrious) development work in a variety of companies (and freelancing), he landed at Automattic, where's he's been ever since.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/27205e5c51cb03f862138b22bcb5dc20f94a342e744ff6df1b8dc8af3c865109","latitude":39.755543,"longitude":-105.2210997},{"name":"Bea Vantapool","role":"Tumblr Managing Editor","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/792cdedce536abe17daa47f7bfe42732f1c87a454138afbd9f967c850c0dfc0b","latitude":40.7282239,"longitude":-73.7948516},{"name":"Jen Bebb","role":"VP Global Support, WordPress VIP","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c7d0c7f31035330257983a32cc4dd9ea8ba8ededd2339d3ae49684469b08850e","latitude":49.83296199999999,"longitude":-125.129371},{"name":"","role":"Legal Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"Becky Dorsey","role":"Benefits Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/92ce4be69b480aa117d54b39965ae0826a0a0271abb1cab75d980837fb2a7837","latitude":39.3722121,"longitude":-104.8560902},{"name":"Benedict Singer","role":"Code Wrangler","bio":"<p>I'm originally from the Bay Area, but spent high school on the East Coast, and college in Chicago. Since then, I've worked in San Francisco, Cambridge UK, Ann Arbor, and Tampa; I spent 2016-17 in London UK while my wife did academic research. In my spare time I read (sci-fi and comics), game (board and video), and photograph (film and digital).<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/499f6df75186736ff82d70ce6d05f477c0878fedfa3c4dafad956b351e6548f2","latitude":27.950575,"longitude":-82.4571776},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-31.2532183,"longitude":146.921099},{"name":"","role":"Relationship Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.58482739999999,"longitude":7.649911100000001},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-20.9175738,"longitude":142.7027956},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":45.8706612,"longitude":16.395491},{"name":"Bernat Torras","role":"Code Wrangler @ Team 51","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/19e90c4825505f2c061eeee4c9aa964ed3563f1b1b29433f4f171ab426ff4189","latitude":41.5911589,"longitude":1.5208624},{"name":"Bernie Reiter","role":"Internet Explorer","bio":"<p>Bernie joined Automattic in 2015, and has worked on the new Theme Showcase, the Jetpack plugin, the new Gutenberg-based onboarding flow, and most recently, the new Full-Site Editing feature of the Gutenberg editor.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f44aa0e3cf596bb9ea0f955b6b25f55c545a3b59b6edc68566a12386c197050b","latitude":52.52000659999999,"longitude":13.404954},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":45.1,"longitude":15.2000001},{"name":"Birgit Pauli-Haack","role":"Developer Advocate","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/d121975f90f99b1fab5618e1ad20f146a1bf9793d68907fe4c6fb3288109b461","latitude":51.165691,"longitude":10.451526},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":25.0960742,"longitude":85.31311939999999},{"name":"BJ Homer","role":"Technical Architect","bio":"<p>I'm good at things with keyboards: computers and pianos. I basically want to learn everything.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d6b0a97fa78bd9e65b1e7832a98888bbdd4537897a780bcf13be594653a37554","latitude":40.3916172,"longitude":-111.8507662},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"Brandon Titus","role":"Mobile Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/1d92b8cfbf8eb822f89d044bd7cc3efd6dbab2346b66dd698eac840783c590ba","latitude":39.7384357,"longitude":-104.9848593},{"name":"Ben Lowery","role":"Software Archaeologist","bio":"<p>More on <a href=\"https:\/\/tumblr.com\/blowery\/\" rel=\"nofollow\">tumblr<\/a><\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5c13ea1db13eb20cabd33d5989a633287f3d0f765c80750f1255603e1770ea4c","latitude":43.196119,"longitude":-73.6516666},{"name":"Chris Rosser","role":"Code Wrangler","bio":"<p>Tech tinkerer, mountain biker and coffee lover.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/31e70f6924f6076dcb6cfa9e136bebecb6707fface3d7cd646331776da8c012e","latitude":-41.0299323,"longitude":175.4375574},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":42.4072107,"longitude":-71.3824374},{"name":"Breann McDede","role":"Director of Social","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/71213349046563db6ab1eaab75f3a9e00eb0a2f88835664c3cd1e98246c3db3e","latitude":39.9611755,"longitude":-82.99879419999999},{"name":"Brett McSherry","role":"Digital Marketing Manager, WordPress.org","bio":"<p>Proud dog parent to a Bichon Frise. I am usually found with a coffee in hand, or a controller playing a video game in my spare time. I enjoy reading, watching hockey or F1. I currently live in Toronto, Canada.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/97f122a2bb2ca2d9bd9617ee5c28c7798f51f74dfd4118b1e75640ec4b0af723","latitude":43.653226,"longitude":-79.3831843},{"name":"Bernardo Cotrim","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e26cce84676e34994d980c353b3e18652c42a24aa223cf52ba457ca15569189c","latitude":41.2150268,"longitude":-8.3964938},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.3148443,"longitude":-85.60236429999999},{"name":"Bogdan Nikolic","role":"Senior JavaScript Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/21d3d028f6afbdfb20b2969cb6fd5ce407af8444c03e5bc8c4d1888b467b0c2b","latitude":44.786568,"longitude":20.4489216},{"name":"Bogdan Ungureanu","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/38a65bc95f29c6c1b428e378e5c7957c0d1fe428eb1b1c21a2bb52b543ad01ae","latitude":44.3301785,"longitude":23.7948807},{"name":"Bohdan Kit","role":"Product (Tycoon Lead) @ Dotcom","bio":"<p>Bohdan is a seasoned product manager and a former founder. Having tried himself in a bunch of industries \u2013 from grain trading to politics, Bohdan found his home in the world of tech. His passion is to build things that matter. By night he likes to tinker with the new technology to discover new product opportunities. In his spare time, Bohdan enjoys reading, writing, sailing, and travel. If you\u2019re reading this, don\u2019t hesitate to say hello :)<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/9ff9e5c65df842fdd315d3a2bc45d6a6f8b3eb048ab2484873ad08cc4036240b","latitude":50.0529506,"longitude":30.7667134},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"Boro Sitnikovski","role":"Code Wrangler","bio":"<p>Computer lover. Functional programming lover (Scheme, Haskell, Idris, Dependent Types). Maths lover (basic set theory, logic, proofs). Proud father of two, and husband. Jogging every now and then. Mostly listening to chill out music, but depending on the mood drum and bass sometimes as well :)<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e5aeeb9c0432c671f880e2a1099475534d8df84c32e4baa3d880aaa0be377d08","latitude":42.0029617,"longitude":21.3977787},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.378051,"longitude":-3.435973},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":45.8706612,"longitude":16.395491},{"name":"Brandon Payton","role":"JavaScript Engineer","bio":"<p>Brandon is a people-loving introvert who lives in Tucson, AZ with his wife and four children. He works as a Code Wranger focused on core WordPress and cares deeply about wisdom, understanding, and fostering human connection.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8aac4aceec0f55270effc078dfc1c8d3e2e10de45553f1278eb045a0bfa1178d","latitude":41.53366159999999,"longitude":-84.9127396},{"name":"Ben Kiel","role":"Senior Counsel","bio":"<p>Hello!<\/p>\n<p>I'm very excited to be at Automattic. I signed up for my first WordPress account back around 2008, and am thrilled to be going under the hood.<\/p>\n<p>I am originally from Chicago, but moved to California in 2015 when I finally decided I never wanted to experience sub-zero temperatures ever again.<\/p>\n<p>On the work front, I spent a few years at a digital ad agency before going back to school for a JD and MBA. Following grad school, I went straight in-house (ala, I never worked at a law firm) with a demand-side platform, and spent time at a number of online, tech, and ad businesses.<\/p>\n<p>On the non-professional side, I'm a bit of a tinkerer. Over the past few years I've dabbled in things such as drawing, coding, guitar playing, painting, sculpting, singing, non-alcoholic mixology, and learning to drive a stick shift car. Next up, maybe woodworking? Learning to swim? I never really know. :-)<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6df84156ac8a0efc481642b510a2feaa5257474f0805c8e2aa6a23859db3febd","latitude":35.0456297,"longitude":-85.3096801},{"name":"Bradley Birch","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/60c2f7fbb9e22a27736c262d956b8e2604851d0c0b5078e7c9510781b2cc878b","latitude":51.832802,"longitude":-0.212348},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.0682019,"longitude":-114.7420408},{"name":"Brad Murray","role":"Head of Engineering - Beeper","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/eb7c1cd60389ff3a626408f509fea45ccff1e7e7c5e02de2a3851c7eb665d0f5","latitude":43.4642578,"longitude":-80.5204096},{"name":"Brant Williams","role":"Account Executive","bio":"<p>Dad, in Arizona (via Seattle)<br \/>\nKids: Jackson + Cleopatra<br \/>\nDog: Bentley<br \/>\nFun: adrenaline<br \/>\nFood: Mexican<br \/>\nPeople: are awesome<br \/>\nSports: Futbol Goalkeeper, Basketball, Downhill Mountainbiking<br \/>\nValue: Help your team<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/564fc98fd3ce5c265c2a1b67020d7ef3aa27aca75cf7b8cb93873b8a46eb13a0","latitude":34.0489281,"longitude":-111.0937311},{"name":"Brent MacKinnon","role":"Sr. Product Marketing Manager","bio":"<p>Brent is a Product Marketer who joined Automatic in December, 2018. Before joining A8c, Brent held marketing roles in Saas, Advertising, and Digital Media in his hometown of Halifax, Nova Scotia, Canada.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e4d23a0136e80597d4aa9ae6da2561813537e941df476375ee2d007d97462dac","latitude":44.64876350000001,"longitude":-63.5752387},{"name":"Brett Shumaker","role":"Code Wrangler","bio":"<p>Born and raised in Ohio - ~living in Tennessee~ living in Ohio, once again, with his wife and children (1 human, 2 canine). Brett enjoys woodworking, craft beer (mainly IPAs), good food, music, art, and technology.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/dfaac1225321c0b4685f4771f792a0c5ba9aaa29dc8115feeec7ff74933d6c98","latitude":39.3150592,"longitude":-84.22076969999999},{"name":"Brezo Cordero","role":"Code Wrangler","bio":"<p>Software Developer for Automattic.<br \/>\nEnjoys building products for people. Fan of WordPress and happy to share the love for it.<br \/>\nWhen not working, spends time with her three kids and husband, reading, traveling or meeting friends over a drink.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/80f96918baf85025568e4f21fc909ddb5ff8ec2d22dcf6ced7c58d2c74d6dc3d","latitude":43.7844397,"longitude":-88.7878678},{"name":"Brian Alvey","role":"CTO of WPVIP","bio":"<p>I build software that makes creative people more powerful.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d5376d2b9ee2fde2c68d212546edb4be169a047fc4fa855bdbdbb0219fcbb967","latitude":37.7643595,"longitude":-121.9539616},{"name":"Brian Taylor","role":"Woo Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/5b7749db51e7a0e14b8400a34a3d488e52471ddb4ffa2bf8952ebd4f6a760d09","latitude":58.4126017,"longitude":-135.7389018},{"name":"Briley Hooper","role":"Javascript Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a1a5b4151f9b70cbb397bdae122b2486150882961f5621d1f9f3e25e9c6793c4","latitude":35.5950581,"longitude":-82.5514869},{"name":"Brian Willis","role":"Senior Software Engineer","bio":"<p>Avid coder with a keen interest in best practices, problem solving and self-growth. Primarily focused on backend development but has experience in full-stack development. Graphic designer, photographer, video animator and self-taught saxophonist.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6ebe08d26d98936966cc13647f0e08f13bae5b1102f89bd05a1beca576515bbc","latitude":18.0178743,"longitude":-76.8099041},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":45.5454787,"longitude":11.5354214},{"name":"Bruce Aldridge","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/34dbccee64807fc9f7540ea862d8df59131ca3afd6907f7a2d338f4ad0cb7619","latitude":-43.5320544,"longitude":172.6362254},{"name":"Bruce Allen","role":"JPOP Happiness Enabler","bio":"<p>WordPress.com user since 2005. Blogger since 2002. IT background.<br \/>\nKnown to talk a little sports, or James Bond. Likes food, drink and oxygen.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/69ef5b0b96ae3002761adf72038f56e82c1b52f0b54f1250ecec0d28045e1992","latitude":43.1938516,"longitude":-71.5723953},{"name":"Bruno Basto","role":"Software Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/cbb496b5685855a1ba32f6e48112b55af0dee27d8d3bcb36fe98c03d1ca30ecf","latitude":-7.990632100000001,"longitude":-34.8416598},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.6751812,"longitude":12.5493261},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.2033216,"longitude":-77.1945247},{"name":"","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.0457549,"longitude":-76.64127119999999},{"name":"Bartosz Budzanowski","role":"Engineering Team Lead","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/58c7507f9a698b1986d6231e7f2821dbdd89d98836a17cff459e1ee0ba50c942","latitude":51.1078852,"longitude":17.0385376},{"name":"Matt Bumgardner","role":"Transact Engineering Lead","bio":"<p>Bummy was born, raised, and currently lives in SE Wisconsin with his\u00a0family. He is a tinkerer, napping enthusiast, and growth galvanizer for Automattic, Tumblr, WordPress, and Woo.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/aa3a3da3ac0d51f91b23dcb6e22ae25fc5df8d105c68fb3b3b2cc00f3ecdfe41","latitude":43.3197265,"longitude":-87.9534226},{"name":"Ronnie Burt","role":"Head of Gravatar","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/20e74a1399c883caeeba81b57007bcaa058940dcdffca01babfddbaefa5c3c4a","latitude":30.267153,"longitude":-97.7430608},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":48.7904472,"longitude":11.4978895},{"name":"Katherine Smith","role":"VIP Support Engineer","bio":"<p>I have been working online for too many years to count. In 2014 I shifted my focus solely to supporting WordPress sites. I live in Canada and love travelling and working from warmer climates in the colder months.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/603c956bb22cdb5d62ebf97b90af8958689258474204f17461a19bf2ea8db6f7","latitude":43.8975446,"longitude":-78.94293290000002},{"name":"Chuck Grimmett","role":"Lead of 51 Engineering","bio":"<p>I\u2019m on the WordPress.com Special Projects Team at Automattic, where I help interesting and influential people have a great experience with WordPress. I\u2019ve been a remote worker for my entire career.<\/p>\n<p>When I\u2019m not online, I prefer to be hiking, kayaking, reading, or woodworking. I blog about food and drink over at cooklikechuck.com.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2125ed5fb5617bec8e6ed79fc089e5657060f0fad0f5de5d6aca79eeda82ab63","latitude":41.2900939,"longitude":-73.9204158},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":50.9085955,"longitude":0.2494166},{"name":"Michael Cain","role":"Code Wrangler","bio":"<p>Born and raised in North Carolina, I moved to New England after graduating from the University of North Carolina with my then-girlfriend (now-wife), Meredith, and black lab, Orvis. In general, I spend my days working to fine-tune the checkout and payment management user experience on WordPress.com, my evenings chasing our new puppy, Thatcher, around the house, and my nights dreaming about how to make tomorrow\u2019s WordPress sites even better.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d82bee92d9c636feb5e7db0ee30f9fff8be0b8fb6b4671515dfeb739a664bf89","latitude":45.253783,"longitude":-69.4454689},{"name":"James Grierson","role":"CEO, Jetpack.com","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/85751cb89593dea2ffaaaf6b2ef5e32c23487c9d67d1dde019c2d88a9587adc1","latitude":39.3209801,"longitude":-111.0937311},{"name":"Camille Pitts-Gannon","role":"HR Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c6d0be7ad96064c77906be0ef9ad426afe2352be04af67f992748cc7c9d06a65","latitude":40.0583238,"longitude":-74.4056612},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"","role":"Systems Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":27.6648274,"longitude":-81.5157535},{"name":"","role":"Inference Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.0583238,"longitude":-74.4056612},{"name":"","role":"Editor\/Writer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"Caron Macmillan","role":"HR Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/006c906d5621f8496ddb5d2ed7b436ec99e552f89faf6c2211377a18b3b6b5a7","latitude":51.67624559999999,"longitude":-4.918369999999999},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"","role":"Legal Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":46.729553,"longitude":-94.6858998},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"Carlos Bravo","role":"Code Wrangler","bio":"<p>My name is Carlos, but you can call me Charly if is easier.<\/p>\n<p>I'm a Code Wrangler based in Madrid, and will be trying to make WordPress a better and easier to maintain software for developers.<\/p>\n<p>When I'm not in front of a desk, I enjoy spending time with family, swimming (backstroke not enjoyed) and playing videogames.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4b66853c11bd212a5e7fc757d5a239131f300e8bbdcce8c4327c63023f8221d3","latitude":40.4167754,"longitude":-3.7037902},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.3873974,"longitude":2.168568},{"name":"","role":"Inference Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"Cesar Abeid","role":"Scaled Customer Success, Technical Account Manager","bio":"<p>Cesar is a Canadian imported from Brazil. He has a background in engineering and project management, which gave him a passion for dealing with tech, gadgets, and most of all, people. Cesar also enjoys speaking, writing, and podcasting. He lives in London, Ontario, Canada with his wife and three children.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/15af3bd0eb7c2f21c3286b0964d4976b1fed74549c9f5ddc1ac23660da7bb8e5","latitude":42.9869502,"longitude":-81.243177},{"name":"C\u00e9sar Costa","role":"Software Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2d6eb36b92e80edeb5308088507d79513fa691bd0aff8fb423c630ec08612a02","latitude":-30.0346471,"longitude":-51.2176584},{"name":"Christopher Finke","role":"Director of Keyword Blacklists","bio":"<p>Blog: <a href=\"http:\/\/www.chrisfinke.com\/\" rel=\"nofollow\">Less Talk, More Do<\/a><\/p>\n<p>When Chris is not at the computer, his hobbies include cooking, woodworking, and writing short bios about himself.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8fa3d2c7e0dddb6e05a66dbb1be76a0893dde3c916a212fad8570f1a34859fef","latitude":42.3265152,"longitude":-122.8755949},{"name":"Christian Gastrell","role":"JavaScript Engineer","bio":"<p>Bios are hard. I'm myself most of the time. Code explorer, constant learner. Other than that, I'm sometimes a soccer player, a jiu-jitsu trainee, a tenis enthusiast, a collector of Magic cards.<br \/>\nRule #32: Enjoy the little things.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7be054ac552a31f284705148f7c6dcfc0a6c3fcd61f0847619dc495e32c52192","latitude":-34.6036844,"longitude":-58.3815591},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.1938516,"longitude":-71.5723953},{"name":"Chad Worthman","role":"Systems Wrangler","bio":"<p>Chad lives on a rock in the North Atlantic Ocean on the east coast of Canada with his wife, 2 daughters, and 2 dogs (#furlife).<\/p>\n<p>In his spare time, you might find him playing 90s dad-rock with his garage band buddies, e-biking with his wife around the many trails of NL, or out for a spin around the bay in the boat, looking for a beach or sea cave to explore.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a1a949b7b7865b5496302358bdfdfd1bdfaa2e1a00c3942f218b1c0095592d83","latitude":47.5274603,"longitude":-52.873136},{"name":"Chaitanya Matukumilli","role":"Happiness Engineer, Docs Nitpicker, and Tester without Title","bio":"<p>Chaitanya is a family man and perpetual learner. He lives in New Zealand with his lovely wife and son and engineers happiness for WordPress.com users. He loves to read, write, move, and meditate. He appreciates New Zealand flat white, avocado toast, haute desserts and other fine foods. Oh, he also flip-flops and iterates a lot and consider them as his strengths.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/06bdd8c23ebb526a9fe34fa48c2340d5362380829f75020c6b872653a592b661","latitude":-36.84830480000001,"longitude":174.7624886},{"name":"Chandler Weiner","role":"Technical Account Manager, Team 51","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2a1d128c4e0a091cca41d8163e9fef49666b18865f80aad8d3b06c612bae6ba9","latitude":27.6648274,"longitude":-81.5157535},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.5500507,"longitude":-105.7820674},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-26.8082848,"longitude":-65.2175903},{"name":"Chenda Ngak","role":"Head of Communications","bio":"<p>I'm a writer, editor, communicator, producer. Three places I've lived in most: SF Bay, NYC, LA. My permanent base is in the Sierra Foothills of Northern California, but I've been bouncing around.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0c337c23c6fdb05fef38b354f938c10606bdbc66e5df83489bdf6fa0abd7922c","latitude":36.778261,"longitude":-119.4179324},{"name":"Cheri Lucas Rowlands","role":"Senior Editor","bio":"<p>Cheri is a senior editor at Longreads. She has worked on projects across Automattic for more than a decade. She loves jungle and tech house, yoga, taiko drumming, stand-up paddleboarding, dancing and day drinking, and being forever stuck in the '90s.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/59b081674432509a0843beb164450d899e1f4780c51d19ef11b7ac2468dd9a9e","latitude":36.778261,"longitude":-119.4179324},{"name":"Kristina Quinones","role":"Doer of Things","bio":"<p>Kristina Quinones is a customer experience expert with a keen interest in surfacing passion points along the creator journey. She lives north of NYC with her husband and their three children, and when she\u2019s not working on customer research and messaging, she\u2019s probably out taking photos and exploring locally with her family. Kristina first ventured into the blogging community in the early 00s, and as part of the WordPress.com team, she\u2019s excited to help bloggers, creators, and small businesses grow.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f6df61a74f289944680935cf7d816005f39ec9c030b7f668efe2c8d10ba89ca5","latitude":41.4509952,"longitude":-74.2660424},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-43.7542275,"longitude":171.1637245},{"name":"Jessie Harris","role":"Growth Engineering Lead - Organic Search Sorceress","bio":"<p>Hey, I'm Jessie. When I'm not SEOing the Google, I enjoy spending my time being bad at snowboarding, car detailing and auto paint correction, doing water activities (like alligator wrestling and high-speed boat chases), composing sea shanties for my loved ones, and not setting myself on fire while camping. <\/p>\n<p>I have two ferrets, and they are kind of wonderful. And cute.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/800e89370d2c7c487faface133700f35edae42f8e334241ed8527c7808fd2e4c","latitude":39.3209801,"longitude":-111.0937311},{"name":"Rasmy Nguyen","role":"Crusader of Friendship","bio":"<p>Raz is based in Pennsylvania, USA where he spends too much time staring blankly at his cat. He loves exercise, programming, and fluffy animals. Also, is pretty much always down for boardgames.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/eef118f665727f678de1d66b55c4b769b54679fb19aa13760e733232233cd953","latitude":40.0378755,"longitude":-76.3055144},{"name":"Chi-Hsuan Huang","role":"JavaScript Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/853f128f7a547b62840ca3248c97c740396aef15e9b14a2651213252dfda0350","latitude":25.0329694,"longitude":121.5654177},{"name":"Chris Jean","role":"Code Wrangler","bio":"<p>A web developer for 20 years, I started working with WordPress in 2005. Over the years, I've managed servers, written back-end and front-end code, and created a number of WordPress themes and plugins. I cannot design my way out of a paper bag though, so please don't allow me to design anything.<\/p>\n<p>I daily drive Linux, and Vim is my editor of choice. However, I do not proselytize for either. Use what you like. :)<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e9b6c7fd05e787a49cfee0a284092444e9a91ecef2e2907d734f927391fe0721","latitude":35.6528323,"longitude":-97.47809540000002},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.1855659,"longitude":33.38227639999999},{"name":"Christian Moreira","role":"Happiness Engineer","bio":"<p>Passionate about music, computer things, travel, and a good coffee.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/65f8de53ad7d84133cd8a108afb09586212db35cd2a20326921f0f0f92251323","latitude":13.707793,"longitude":-89.3487791},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":42.4072107,"longitude":-71.3824374},{"name":"Christina Child","role":"Growth Marketer","bio":"<p>In my decade-long career as a digital marketing expert, I\u2019ve managed marketing teams, overseen agencies, and been a project lead for some of the most successful marketing campaigns in the histories of the companies I\u2019ve worked for. <\/p>\n<p>Outside of work, when we're not cheering on the Tar Heels or soaking up every second with our new baby girl Abigail, my husband and I can be found enjoying all of the live music, beer, and swimming holes in our current city of Austin, Texas.<\/p>\n<p>Two cats, one dog.<\/p>\n<p>Fun fact: I have been making jewelry for 20+ years (I own a torch!) and one of my designs won a contest on The Today Show... Savannah Guthrie said, \"It looks like a Marni!\"<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/23cba97b27f671917849ae3deddb9aff1218474c4d836622462e68fe06da88f0","latitude":30.267153,"longitude":-97.7430608},{"name":"Christopher Jones","role":"Director of Support, Special Projects Team","bio":"<p>Chris Jones is currently a North Carolinian, imported from Rochester, NY. In his former life, he was a Technology Education teacher with a B.S. from SUNY Oswego.<\/p>\n<p>Back in 2007 he hung up his shirt and tie, to get a B.A. degree from Full Sail University which led him to a path of web development. And has been building the Internet since 2009 when he graduated from Full Sail.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/ec646dafd0d5d26f3e664bc2d661b5ac5d051ae906a43a52a7fd519101a6a192","latitude":33.921563,"longitude":-78.02026769999999},{"name":"Christoph Khouri","role":"Head of CMS Engineering, WordPress VIP","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/98e4065687968eb9986217c37eed8d45bb7cfa94455f4b17faab9fb7766e8c3f","latitude":35.0223708,"longitude":-80.7609035},{"name":"","role":"Inference Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.0457568,"longitude":23.8584737},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.2033216,"longitude":-77.1945247},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"Chris Zarate","role":"Software Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f73a47f255ece14cbebb88ad3e150a418e41a7fa1c5b6aedaf2fda8900cd01e","latitude":40.7127837,"longitude":-74.0059413},{"name":"Cody Crady","role":"Enterprise Support Engineer","bio":"<p>Hello! I'm Cody and I'm a support engineer here at Automattic. I have a daughter named Liliana and one pet, a dog, named Kira. In my free time, I mostly work on personal projects such as managing a home media server that I share with friends and family. Additional hobbies include sports betting and poker - Texas Hold'em primarily.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/eb88e53798d5f62fc4385de5664539e7b476f1aa075f55958476d7541cc6a7b3","latitude":29.4241219,"longitude":-98.49362819999999},{"name":"Chris McCoy","role":"Happiness Engineer","bio":"<p>https:\/\/wp.me\/p73hfx-3l0<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/9e4a5d75bcddcef6bd8af590053e399d551d907a8c159201daca943223a09397","latitude":43.66147100000001,"longitude":-70.2553259},{"name":"Chris Laffin","role":"Packet Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/075aaa3abcc08eb1b0dfe7381e61128949ed06c926ec6fbafca4c17f70fbb179","latitude":49.183333,"longitude":-122.85},{"name":"Claudiu Lodromanean","role":"Team Lede","bio":"<p>One cool dude.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/24bfa8bb7e18c60e5fbd2ba0640695583cf9a18d49c831dba371ea63337b7206","latitude":44.8084467,"longitude":-124.0631713},{"name":"Claudiu Filip","role":"JavaScript Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/094391c211ded8a17dda434621b0c6b930938172bf24ef2c1ea4a566f2f0f24a","latitude":45.7488716,"longitude":21.2086793},{"name":"Clemente Acosta","role":"Software Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/7a220e2c2b92f312b438da47b9e8b6580f14ec921a79a4ba1f98c870c958d057","latitude":28.4636296,"longitude":-16.2518467},{"name":"","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.864237,"longitude":-4.251806},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.5436387,"longitude":-0.0553621},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.3209801,"longitude":-111.0937311},{"name":"Kat Hagan","role":"Code Wrangler","bio":"<p>Blog: <a href=\"http:\/\/notapattern.net\" rel=\"nofollow\">Not a Pattern<\/a><\/p>\n<p>Kat\u00a0was a photography major in a former life and now has degrees in CS and Computer Engineering. She's been known to solve thorny programming problems by explaining them to her cats. When not convincing computers to do things, she enjoys biking, yoga, travel, reading (mostly sci-fi and magical realism), and making lists. She collects <a href=\"http:\/\/words.codebykat.com\" rel=\"nofollow\">interesting words<\/a> and can also\u00a0be found on\u00a0<a href=\"https:\/\/twitter.com\/wirehead2501\" rel=\"nofollow\">Twitter<\/a>.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a60d42b1c0a4466aa629a2b8a67ab1bc45ffb4b9c62855681d46b1cbf060202c","latitude":41.6032207,"longitude":-73.087749},{"name":"","role":"Accounting Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.7844397,"longitude":-88.7878678},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.9332706,"longitude":-116.5765035},{"name":"","role":"Business Development Representative","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":33.836081,"longitude":-81.1637245},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-33.2277918,"longitude":21.8568586},{"name":"Connor Hipps","role":"Team Lead","bio":"<p>My wife and I live in South Carolina, USA, and we'll soon celebrate our 10th anniversary. We love coffee, board games, anime, traveling, and fostering community. We have a passion for mental health, and we want to walk people through the hard times. I\u2019ve been using WordPress with churches and nonprofits (and some for-profits) for ~14 years now.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3f780ff5bf88a4e71e41ee0d6db9bc1acb27ecf8e0e5cda03d1e31a9627bde26","latitude":33.836081,"longitude":-81.1637245},{"name":"","role":"Growth Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.52000659999999,"longitude":13.404954},{"name":"Ryan Cooper","role":"Business Intelligence Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/0cd7c0e2df0d13a500659fe80f0b9deada7b52e4c42952468f33201024e48eeb","latitude":37.9642529,"longitude":-91.8318334},{"name":"Jacopo Tomasone","role":"Reverse Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2df6b6274169b07b24dca7af379108c668be61a72d5a746dbfdfe8922ac60e27","latitude":50.82253000000001,"longitude":-0.137163},{"name":"Corey Hall","role":"Happiness Engineer (Onboarding)","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a08954feebdaabad4e31d86623c42f854a207ce974e629a4224f5027bd467ff3","latitude":34.1954331,"longitude":-79.7625625},{"name":"Corey McKrill","role":"Code Wrangler","bio":"<p>A Southeast Alaskan living in the Willamette Valley. Runner and hiker. Prefers bikes, buses, and trains to cars. INTJ. Night owl. Pretty good cook. Reads speculative fiction and historical non-fiction. Plays nerdy, complex board games. Cares about democracy, economic justice, and the Oxford Comma.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6ebeb5dc233dbb09a7dd347f6979cac86baed30a31158051a4bf6110074002cb","latitude":43.8041334,"longitude":-120.5542012},{"name":"Samantha Hare","role":"The Hydrator","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6899b67537a4730cb402edf37a7d172dea8dccf0dd0743d1f62cb6dc2cfcd718","latitude":43.653226,"longitude":-79.3831843},{"name":"Charalampos Papazoglou","role":"JavaScript Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f6b6fc1574b58473d17ca15aa1652b23760a72432c5d6aead475e4185212852","latitude":37.955893,"longitude":23.7020975},{"name":"Collyn Philleo","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a4d6664cfe509b3da2352189662e151d34c63dec43d42ea61fda08dde8d9bf1a","latitude":33.7742692,"longitude":-117.9379952},{"name":"Craig Penas","role":"Accounting Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2402bb5a1791d14719fc6184d8a469c3b5bffbe2531159cc0bfc0d569a912df3","latitude":47.9252568,"longitude":-97.0328547},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Tony Li","role":"Mobile Infrastructure Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/cc2e12868a2de4b74058a13d1b51a670c52c534b20a2afb090fbf56e6e2c668d","latitude":-41.2864603,"longitude":174.776236},{"name":"","role":"Human Resources Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"Lucas Radke","role":"Product Manager at WordPress VIP","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9ec9b20b4afbb5da5163c8bb1bc7500ca7fe6196722d26b026a387a2c9262e26","latitude":48.6616037,"longitude":9.3501336},{"name":"Csaba R\u00e1k\u00e1sz","role":"Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e721b767899be1f518428db29c042c6638b6cecb20f3480c3ea9db5728dac533","latitude":47.497912,"longitude":19.040235},{"name":"Cat Scheer","role":"Privacy Maven","bio":"<p>Cat Scheer lives in Lakewood, Colorado, 20 minutes west of Denver.\u00a0 Cat is a former librarian who enjoys reading, cooking, gardening, and performing.\u00a0 She's also known to burst into song without warning at random times and in random places.\u00a0 Her super power is the ability to inject a humorous reality check into any situation.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/be4a83fe7ff9feedda3b485b4bea0f0b5e4bec3f0e44a71542fddf5b0dce6081","latitude":39.755543,"longitude":-105.2210997},{"name":"Chris Shultz","role":"Director of Engineering \u2013 Buyer Experience","bio":"<p>I love writing code that makes cool stuff work. Over the years, that's been code for robots, video games, web servers, stage props, forklifts, and a lot more. It's all fun as long as I get to keep learning.<\/p>\n<p>I have a wife, two daughters, and a lazy little dog. My family and I love the Oregon outdoors. We spend as much time as we can enjoying local rivers and beaches.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/beb2dd559981a9f70f4f53dc900354e63879fa0782ed58a933e52803d86b3abd","latitude":43.8041334,"longitude":-120.5542012},{"name":"Chris McNeill","role":"Professional Googler","bio":"<p>I'm a coffee-lover and life-long learner from California currently living in Mississippi. I love nature, film photography, video games, and all the dogs.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/17c1f1130801e2c5f30ba2cbff861be8b947d87637dfc72ff5e8fd70e0525966","latitude":32.3546679,"longitude":-89.3985283},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.1579438,"longitude":-8.629105299999999},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Cesar Tardaguila","role":"Director of Engineering","bio":"<p>Born and raised in small town Spain, I have lived in Sweden, Canada and Hong Kong. <\/p>\n<p>I am an avid reader, and my dream job would be getting paid for listening to music.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/48610f2e46ca359163c18e8ff8a2d8de817817a15f74431bfe0ce900f7f0ca31","latitude":45.4215296,"longitude":-75.69719309999999},{"name":"Carolina Trevi\u00f1o de Alba","role":"Trust & Safety Wrangler","bio":"<p>Lifelong learner, booklover and quotes collector.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/52ef753d860457f6c2b95a1f0a8ebc7226a0af076cb33d2259ad41110d897be3","latitude":25.592172,"longitude":-99.99619469999999},{"name":"Marie Quinn","role":"Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/7f2f3a04e83e11d7d88989dc97b7f4e7be3e5104b6290426bc97221d7913dc2f","latitude":33.4255104,"longitude":-111.9400054},{"name":"C\u00e9sar Vargas Casaseca","role":"Mobile Engineer","bio":"<p>iOS Mobile Engineer working at Peacock for Woo. From Granada, in southern Spain.<br \/>\n Love traveling, reading, hiking, doing some sports, working out, drawing, cooking, or just chilling out laying on the beach with a good book and a cold beer.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/146b9ee02df0e1605dfcd5aee0c92bb17703ca6fdaaae412fd5bb0817e94f3ee","latitude":37.1774605,"longitude":-3.5984368},{"name":"Cyle Gage","role":"Product Manager","bio":"<p>Hello.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/085863a23a3da60d3acc80fc546f59286a3eb20fd61bb4adcea21f7ad8623bcb","latitude":42.4072107,"longitude":-71.3824374},{"name":"","role":"Finance Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Dale du Preez","role":"Exchanger of Hats","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e41b9ac486d96628e9667c1c302829fa93cb80254f3812cb453e62b0fa526a24","latitude":-29.3557779,"longitude":29.9993445},{"name":"Damien Alleyne","role":"Senior Software Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/247f7881f08b9d072186e03e8b49a4ccac919e417deb4a8420561eff5d8ee334","latitude":13.1256336,"longitude":-59.456055},{"name":"Daniel Danilov","role":"Data @ People Analytics","bio":"<p>Blog: <a href=\"http:\/\/danieldanilov.me\/\" rel=\"nofollow\">Dan's Site<\/a><\/p>\n<p>While\u00a0working as a Happiness Engineer on the Live Chat team, Daniel is still completing his degree in Psychology, with a slight entrepreneurial spice of business. His hobbies include gaming, reading, working out, hanging out with friends, and collecting stray cats. Spending (and loving) most of his time in front of his\u00a0laptop, he's a special mix of geek and extrovert.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/08b74e097de3a22cf6e6ce021e4ef88ac485a3985cc61bd66e9119356acc2826","latitude":32.013186,"longitude":34.748019},{"name":"Daniele Bogo","role":"Mobile Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9037239b53a83c5b6d546f16977c98fbf8dae1ce11150bbd74b038f2cebfdb64","latitude":51.5073509,"longitude":-0.1277583},{"name":"Dani Fraga Blanco","role":"Happiness Engineer","bio":"<p>Dani is a WooCommerce Happiness Engineer living in the Galapagos Islands. He is passionate about surfing and wildlife so he has adapted to the islander lifestyle quite well :). <\/p>\n<p>When not delivering happiness to our users you will find him getting their bamboo house ready, chilling near the sea, or (most likely) chasing his son Aimar.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/452429aadad5f4bc783738ed4801c0450540277854b28e55e90528c54a19427e","latitude":43.3623436,"longitude":-8.4115401},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":27.6648274,"longitude":-81.5157535},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":21.8852562,"longitude":-102.2915677},{"name":"","role":"Inference Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.5123443,"longitude":-0.0909852},{"name":"Dan Robert","role":"JavaScript Engineer","bio":"<p>Blog: <a title=\"DWR.IO\" href=\"https:\/\/dwr.io\" rel=\"nofollow\">dwr.io<\/a><\/p>\n<p>Dan is a Front-End Engineer living in South Carolina. Some\u00a0of his favorite things include (<em>but are not limited to<\/em>) iced coffee, yerba mate, dark chocolate, craft beer, sushi, and Thai food.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2be0e3c5a2629fae2858cc91764d680e9de5f70cf713d1e0cf30acfa32f7b53d","latitude":33.836081,"longitude":-81.1637245},{"name":"Danilo Dom\u00ednguez","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6eaa1c2fe05468ad34c3d45c764024751b6e98f9252785320e35c08d112fa86a","latitude":8.9823792,"longitude":-79.51986959999999},{"name":"Daniyal Ahmed","role":"Happiness Engineer","bio":"<p>I have been working as a WordPress developer for the past 10 years now. I just love helping people and that's why I joined automattic as HE.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f995876d6b381521b390ecd21e9b128942d4cea7f6c75294aa3b1552e4976e58","latitude":33.598394,"longitude":73.0441352},{"name":"","role":"Systems Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":19.4326077,"longitude":-99.133208},{"name":"Dan Paun","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3038489b985bc7f8e385bad5cdfc1e15ad1c8deb0bd81679d0ed4e050772f5c1","latitude":44.3301785,"longitude":23.7948807},{"name":"Dan Roundhill","role":"Senior Pok\u00e9mon Trainer","bio":"<p>Blog: <a href=\"https:\/\/roundhill.blog\" rel=\"nofollow\">Around the Hill<\/a><br \/>\nWe keep telling Dan to get back to work, but he just keeps yelling \"Gotta catch 'em all!\"<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/92731d10d174d1d94ead76edf907e1b72c951b05e99655775b55736dd4100527","latitude":46.8796822,"longitude":-110.3625658},{"name":"Darcie Griffin","role":"Marketplace Operations Manager","bio":"<p>I have a corn allergy, I work for Woo, and I like crafts. Excellent tap dancer in a crisis.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d660dd65583c3f75f527a5ed8ec42d12ae7822c646e43813e3001f047738262f","latitude":38.5449065,"longitude":-121.7405167},{"name":"David Arenas","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/649a44d2b32dba09c93734a343efdc521c9788684501a892a7b0136e6ef6102e","latitude":40.4167754,"longitude":-3.7037902},{"name":"Darnell Dibbles","role":"Division Lead","bio":"<p>Blog: <a title=\"Darnell Dibbles\" href=\"http:\/\/darnelldibbles.com\" rel=\"nofollow\">darnelldibbles.com<\/a><\/p>\n<p>Darnell was born and raised in Houston, but moved to Austin in 2000 to attend The University of Texas in order to pursue a career in opera. When he realized he didn't want to become a struggling musician, he changed his major from vocal performance to English...where he could become a struggling writer. A few beautiful things happened along the way: He met his lovely wife and mother of his toddler son, he joined an <a title=\"Ransom Notes\" href=\"http:\/\/ransomnotes.org\/\" rel=\"nofollow\">a cappella group<\/a>, a <a title=\"Gamma Phi Delta\" href=\"http:\/\/www.gphid1988.org\/\" rel=\"nofollow\">fraternity<\/a>, and a <a title=\"InterVarsity Christian Fellowship\" href=\"https:\/\/www.intervarsity.org\/\" rel=\"nofollow\">ministry<\/a> - and learned how to create websites for them all. When not engineering happiness, Darnell enjoys <a title=\"Carpe Sono's Facebook Page\" href=\"http:\/\/www.carpesono.com\" rel=\"nofollow\">singing<\/a>, watching sports, making music, ministry, The Walking Dead (both the comic and TV show), traveling, and eating.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/10aee26faff7716d0bfe7eefabfaccbb8e7cbc99a330e675f9e1fd85d9331e33","latitude":30.6649119,"longitude":-97.9225161},{"name":"Juanma Rodriguez Escriche","role":"Software Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/dc51769e3af6d362341ab17d41691c3dd5cfe2eb77b931945b8b16247638277b","latitude":39.5286011,"longitude":-0.3477733},{"name":"David Newman","role":"AI Engineering Lead","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3251d02fea0971eb521ec30ab14b6cd91468749245c095cf0e32fa927f328c73","latitude":-27.4919,"longitude":152.8979},{"name":"David Artiss","role":"Customer Success Support Lead (EMEA)","bio":"<p>After years of using, developing and volunteering his services to WordPress, David decided that he should really be doing it as a living. Hence, he now works as a Support Engineer in the VIP team.<\/p>\n<p>In his spare time he acts and sings, builds Lego and fills his head with far too much movie trivia.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/fd47141c7b90165fe30cd6e89f145fdd19eef714c06412f336c8e0277064728b","latitude":52.898446,"longitude":-1.269778},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":48.2081743,"longitude":16.3738189},{"name":"Dave Lockie","role":"Web3 Lead","bio":"<p>Dave Lockie\u2019s interests lie in WordPress, open source and technology trends, especially web3. He founded Pragmatic in 2012 which merged in 2020 with Angry Creative where he worked as CMO until early 2022. <\/p>\n<p>Dave is a deep thinker about how technology can help us to create a better world and loves to share his research and thoughts. He is an advisor to Adnode and WordProof and is just finishing up a role as WordPress ambassador for Grant for the Web.<\/p>\n<p>Outside of work, Dave currently lives in Brighton, UK and loves mountain biking, cooking, reading (Goodreads profile, don\u2019t judge me), photography and travel. I hang out on social media @divydovy (mainly Twitter but also a bit of Insta).<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b7eefecd157498ab17c0f1fc48f74db6e0c8d3aadbbbdfab60c17a5a9cc779d9","latitude":37.0193548,"longitude":-7.9304397},{"name":"Dave Smith","role":"JavaScript Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/766a18a4f67fd4a29be88448e9bb334611b95a85202c018c48e8634409832b1d","latitude":51.230751,"longitude":-2.320096},{"name":"Dave Whitley","role":"Product Designer","bio":"<p>Cat Photographer<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e1dc5bb238c4b4b8a8ef7a74fdbc1e8b421e461df344d0407edd0bd67dc62fa6","latitude":36.1626638,"longitude":-86.7816016},{"name":"David Bowman","role":"Principle Designer","bio":"<p>David is a designer from Kansas. Now he splits his time between Utah and traveling with his family in their van.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7c4907ebf1e77ad0b34816a0d3b9a3ebc8621891f3a8023cdd9902064e8e5852","latitude":41.7369803,"longitude":-111.8338359},{"name":"David Bi\u0148ovec","role":"Code Wrangler","bio":"<p>Blog: <a href=\"https:\/\/davidbinda.wordpress.com\" rel=\"nofollow\">davidbinda.wordpress.com<\/a><br \/>\nWordPress developer passionate about freedom.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e79dfaf31ee745ab8d39a7319e4e7ee54ec496398effbc6a139608a969677ba8","latitude":50.0343092,"longitude":15.7811994},{"name":"David Calhoun","role":"Software Engineer","bio":"<p>David is a software engineer with a passion for building high-quality, accessible websites and apps. He loves hiking, kayaking, soccer, and spending time with his wife and sons.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a10c97cdc71b5c44c47edebf992a2495a85c4715bdb87385500f916c26a31f8c","latitude":35.5174913,"longitude":-86.5804473},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.4167515,"longitude":-3.7038322},{"name":"David Stambaugh","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/31faf4aa25965d759f80c2d449cd11d04a4ad157a574b66f62c3c5a6127f00fc","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"Dave Machado","role":"Finance\/Business Analytics Engineering Lead","bio":"<p>David works to provide business analytics that support operations at Automattic. When he\u2019s not moving 0s and 1s around into base-10 dollars and cents, David can be found trying to brew a great cup of coffee, exploring the microbrews of the Pacific Northwest, and rooting for his alma mater on the basketball court (Go Zags!).<\/p>\n<p><a>David's LinkedIn Profile<\/a><\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2b41781de8bbc156052cb0da8f22817c61098f42576e637f397140c067492900","latitude":46.2086683,"longitude":-119.119948},{"name":"David Callaway","role":"VP, Creative & Communications, WooCommerce","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/72852c1c5cfbaa2933c82cd5818b552a609d7fe29901b35e25f0113465b8bc64","latitude":30.267153,"longitude":-97.7430608},{"name":"","role":"Finance Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"David Remer","role":"Senior Software Engineer","bio":"<p>Code Wrangler<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7b7da5ba1f4ee6e14c291b14eed919d12d3b62c2793c497628921d97b6219ab1","latitude":39.1067382,"longitude":26.5572747},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":0.3606063,"longitude":36.7819505},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"Davi Pontes","role":"Happiness Engineer","bio":"<p>Family guy, happiness engineer, efficiency OCD, tech\/ gaming\/ music\/ sports enthusiast :)<br \/>\nBorn in Brazil, living in Canada, global citizen.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c246596e98915d27421a3e910281a767f4a5323790bb01aaf63fc9040a8586fb","latitude":51.253775,"longitude":-85.323214},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-20.9175738,"longitude":142.7027956},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.011902,"longitude":-98.4842465},{"name":"Dean Sas","role":"Code Wrangler","bio":"<p>Dean lives in Chesterfield, UK with his wife and son. When not working on the web, he can often be found with his head in a book or enjoying the great outdoors by foot or by pedal.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/fcc2b38ed1dafd196c0eebce8e3c9b164e67d8854fed2cb800994d98ebb7de12","latitude":53.235048,"longitude":-1.421629},{"name":"Declan McKenna","role":"Deep-Learning Engineer","bio":"<p>I'm a Liverpool born iOS developer who over the last 6 years has worked in Madrid, Las Palmas, Amsterdam and London. I love to travel especially to visit somewhere for several months to really get to know the culture, cuisine and people there.<\/p>\n<p>When not coding I enjoy chess, classic rock, heavy metal, craft beer, bouldering, board games, video games and reading.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0363c019eb1394c0ffb042fe25a180832148e0fd7c7c1175aa4ee894d0c5d2d8","latitude":53.37669649999999,"longitude":-2.9149019},{"name":"Deepak Pathania","role":"Team Lead","bio":"<p>Deepak is a full-stack developer with a proven record of building scalable products and leading high-performing teams.<\/p>\n<p>He is passionate about developer experience and frequently shares his learnings with the community through speaking at conferences and meetups. <\/p>\n<p>Deepak is also a seasoned hacker - has won 10+ hackathons and co-founded HackSociety - a platform to organize and discover hackathons all over the country.<\/p>\n<p>In his free time, Deepak enjoys reading about startups, technology, and manga.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a1b7a6bdce93e357b7e8307677d6cd90f566ffebafae361737cc4eb877c5ebde","latitude":28.6322444,"longitude":77.2207238},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"Demet Dagdelen","role":"Division lead","bio":"<p>I am a Kurdish-Turkish data scientist interested in computational social\/political science, modelling & optimisation, and social networks. I love all things digital, spending time with my nephews, eating cheese, watching shark documentaries, and attempting to surf.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f8af31dd4d5d70e2250e905c3fc24b9ae6ebc8dd032dae8402152a64ac8d9d49","latitude":47.497912,"longitude":19.040235},{"name":"","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":33.836081,"longitude":-81.1637245},{"name":"Derek Smart","role":"Applied AI","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3ed2217080e5c280437cd6a22f81c97a3633a75a0dee2bb7d9139880b9244b27","latitude":43.66147100000001,"longitude":-70.2553259},{"name":"Derek Springer","role":"Code Wrangler","bio":"<p>Blog: <a title=\"Five Blades Brewing\" href=\"https:\/\/www.fivebladesbrewing.com\/\" rel=\"nofollow\">Five Blades Brewing<\/a><\/p>\n<p>A Southern California native, Derek has been wrangling code in one form or another since before the millennium. Otherwise, he spends most of his time\u00a0thinking about family, software development, homebrewing, dachshunds, Internet culture, and gaming. Don't get him started on opinions about Mexican food.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/11c13e45daf43f65fad2ef904dc01e6eff26ad126902882af625aaa6a7c1a1b4","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.3148443,"longitude":-85.60236429999999},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":3.139003,"longitude":101.686855},{"name":"Desiree Farnum","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/0f8b5ecee303bbfbb43eab14646a406f1aa42551f0976d7d03ce816987bb7844","latitude":28.5383355,"longitude":-81.3792365},{"name":"","role":"Systems Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.0583238,"longitude":-74.4056612},{"name":"Devin Maeztri","role":"Community Engagement Specialist","bio":"<p>Devin grew up in Indonesia. She studied for two years in Melbourne, Australia and worked for a bit in Singapore. Previously she worked as a climate change campaigner with 350.org. She loves cats, so she started Catrescue.id to help street cats in Jakarta.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8cca3e4bcae0834d15589e5d9e170616366acf74c11c715df9458a9a50fa50a0","latitude":-6.2087634,"longitude":106.845599},{"name":"Rafy Al Nawaz Sharif","role":"Woo Happiness Engineer","bio":"<p>Rafy lives in a port city in Bangladesh. He is a self-taught computer geek without any formal technical education. He is very passionate about helping people with the available resources he has and never hesitates to go the extra mile when needed.<\/p>\n<p>During his free time, he can be found near hills\/seas with his motorbike. He also loves watching sci-fi movies, playing video games, spending time with friends and family.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/ae6df3c1240bd45a07555406894de4b6a6465288494e9955d9c5b89791a14273","latitude":22.356851,"longitude":91.7831819},{"name":"Daniel Haiker","role":"Finance Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/254b815e4f94851e57ab2a449a79c62cc0889f35526b409fcda1ce94f2c337cd","latitude":39.327962,"longitude":-120.1832533},{"name":"Derek Hanson","role":"Technical Account Manager","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/bb79693fdbb0850e09f4cb21e20102f96b5af70f00d40ac8ef78fbed087ff8a7","latitude":42.0307812,"longitude":-93.63191309999999},{"name":"Danielle Higginbotham","role":"Product Operations Manager","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/aefdf85eb0dc85f7253c02c1fc64a6ad802d327e79db8a9e9268ade6087a03b2","latitude":27.8661364,"longitude":-82.32648089999999},{"name":"Dhruv Bhanushali","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e87670a0f81a70a731c85a1d25bb3728db2a07d276c61f84b8e38108df87f893","latitude":25.2048493,"longitude":55.2707828},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-31.2532183,"longitude":146.921099},{"name":"Diana Costa","role":"Senior Product Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/f8751fbbe34c8f3ca7d79cfea4eec55714e71a8785ddd2c55de69bfa0dc46244","latitude":51.5073509,"longitude":-0.1277583},{"name":"Diego Curbelo","role":"Team Lead","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/80de53ca8fba627147cf3de460c36dfdf103f8ab7f4c56ac6ecde2a0204b8fb4","latitude":-34.9011127,"longitude":-56.16453139999999},{"name":"Diego Enriquez","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c44a6675d5a2e8f1c2b56e8199f375cabef8cba86d91e9b424f18bcc30a72bdf","latitude":50.0755381,"longitude":14.4378005},{"name":"Diego Rodrigues","role":"Code Kaiju","bio":"<p>A Code Kaiju (aka Code Wrangler) who lives on an island and really enjoys programming.<br \/>\nLoves animals and has worked for many years as a volunteer for an animal welfare group.<br \/>\nAlso develops games as a hobby (you can invite me for game jams!) and speaks some French.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/437e20521a527eb7104d0ca76bdd050453a6ad73a6e66f273596d2f8166b2af5","latitude":-27.5948036,"longitude":-48.5569286},{"name":"Thomas Schinabeck","role":"Product Designer","bio":"<p>A product designer based in Munich, Germany, trying to spend as much time as possible in the mountains. Find more about me on digitalwaveriding.com<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/dec1a28fe15b6988ed557f7b041f57eaaa00790cc09b932df7ea7db370a76426","latitude":47.68256359999999,"longitude":11.5765039},{"name":"","role":"Human Resources Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"Peter Petrov","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/79745b2b11198abeefd9e37cd8cca25cd561cf01c554797323b65e09468f1287","latitude":43.2140504,"longitude":27.9147333},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":21.0277644,"longitude":105.8341598},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-7.239960900000001,"longitude":-36.7819505},{"name":"Djalma Andrade","role":"Software Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e77e3f6943c81069416f7f1caf813a8ca1030b9b27c35353e5ea23a90571b7a7","latitude":-8.0522404,"longitude":-34.9286096},{"name":"Dean Kmyta","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/b7b65e1d042082353364d7bef9892bd5931cda628a8848bb0f6234d44a78c7f1","latitude":50.2670137,"longitude":-119.2720107},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.5500507,"longitude":-105.7820674},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.43323669999999,"longitude":7.661593799999999},{"name":"Daryl L. L. Houston","role":"The Emperor of Ice-Cream","bio":"<p>Blog: <a href=\"http:\/\/daryl.learnhouston.com\/\" rel=\"nofollow\">Two Ells<\/a><br \/>\nUpon earning a degree in English literature and writing from UNC-Chapel Hill, Daryl realized he had no job prospects and decided to try his hand at computers. After short stints with a couple of small local companies, he did a long stint with a browser company and is now tickled pink to be working with WordPress on a day-to-day basis. He lives in Knoxville with his wife, two kids, dog, and fish, and he passes his time reading literary fiction. He will never give up on the Oxford comma but will happily split infinitives and end sentences prepositions with.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4fe1cc68bf3afd85e19eab2640ef82f0fb753df0338377c5721389924de2e4f4","latitude":35.9606384,"longitude":-83.9207392},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Daniel Mallory","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/1543777a4568fa11f624acd822b34d3895ce82821ef34633632d311e83e607ea","latitude":51.62144,"longitude":-3.943645999999999},{"name":"Dennis Snell","role":"Software Design Engineer","bio":"<p>Dennis loves <em>trying<\/em> to write elegant code, preferring to stay on the server-side.<\/p>\n<p>He enjoys practicing photography, researching all things engineering, and is a devout Christian.<\/p>\n<p>His primary academic interests are divided between power grid engineering and signal processing - basically anything that involves thousands of unknowns and super-computer-scale calculation.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f1f0da7450dd5c55c90e394fbf39eac3da6793ca1cb59e6605e856e3b648d75d","latitude":32.2217429,"longitude":-110.926479},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.5205869,"longitude":4.788474},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"Dognose Shih","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/826cf8299047ba74741f2f65e4707d67d92dedf31c212807914e9cee30221734","latitude":23.69781,"longitude":120.960515},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.8393332,"longitude":-84.2700179},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":14.6090537,"longitude":121.0222565},{"name":"Donagh O\u2019Keeffe","role":"Product Design Lead","bio":"<p>An architect by training, Donagh swapped pencils for pixels in 2008 and hasn't looked back. Donagh brings 13 yrs of industry design experience to our WordPress VIP product design team. A big fan of Irish whiskey and good cr\u00e1ic, you're equally likely to find him where he grew up in Ireland or where he's now based in the Dunakanyar north of Budapest, Hungary - distributed teams FTW!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3e417bfdff697fed22ab5aae0f6eb8df1357394b0c150a027af305dd938cad43","latitude":47.5002356,"longitude":19.1000054},{"name":"Donal O'Conghaile","role":"Documentation Manager","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a2bd7c651a5fb395c50ffa026d89ee55d722f1b86f04688e03ed18ac78cf0bd6","latitude":-31.2532183,"longitude":146.921099},{"name":"Donna Peplinskie","role":"JavaScript Wrangler & Nexus Lead","bio":"<p>I\u2019m Donna, Nexus Team Lead and JavaScript Wrangler working on Sensei LMS.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4574eb17d210ef72cec44961843f012c77965ba63ed5be68d63070f038169997","latitude":43.5890452,"longitude":-79.6441198},{"name":"Donncha \u00d3 Caoimh","role":"Code Wrangler","bio":"<p>Blogs: <a href=\"http:\/\/odd.blog\/\" rel=\"nofollow\">Odd Blog<\/a>, <a href=\"http:\/\/inphotos.org\/\" rel=\"nofollow\">In Photos<\/a>, <a href=\"http:\/\/donncha.wordpress.com\/\" rel=\"nofollow\">Donncha's Blog<\/a><br \/>\nDonncha hails from Cork City, Ireland and is currently living in the picturesque village of Blarney with his family, one dog and two cats. He's a slightly obsessive photographer, dragging around a camera everywhere and posting photos to <a href=\"http:\/\/inphotos.org\/\" rel=\"nofollow\">Inphotos.org<\/a>. He loves getting out and about whenever he can and enjoys relaxing walks by the sea.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/85644137045068e7985924d50f6ad1030be22252fa8692484546c8c8fa4e1d10","latitude":53.1423672,"longitude":-7.692053599999999},{"name":"","role":"Accounting Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Doug Aitken","role":"Question Asker","bio":"<p>Doug helps WooPayments operate every day. He lives in Scotland and now drinks an average amount of coffee.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/78496b64b791fec9df9a872f77e9afadd296ac58dec328716604bd063f418a33","latitude":56.462018,"longitude":-2.970721},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":6.5243793,"longitude":3.3792057},{"name":"Nikola Stojkovic","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9be7a18351ef7a1d6874f06bac60c17575e7d03f4e72dfa86f90d0bf3073f79e","latitude":44.8099561,"longitude":20.380088},{"name":"Dusty Reagan","role":"Code Wrangler","bio":"<p>Dusty is a code wrangler at Automattic working on WordPress.com.<\/p>\n<p>Before joining Automattic, Dusty created and ran SaaS web apps, wrote a book on the Twitter API, and co-founded a coworking space.<\/p>\n<p>Living in Austin, Texas, Dusty is married with two children. He enjoys gardening, video games, traveling, and DIY projects around the house.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e13baa05701dc992371455f7f7ec41a1909e697a04bd7eefdfc8fad7a9c3ed9a","latitude":30.267153,"longitude":-97.7430608},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.1773363,"longitude":-3.5985571},{"name":"David Rothstein","role":"Code Wrangler","bio":"<p>David got his start as a professional astronomer with a bad habit of pretending to be a web developer. Eventually he became one for real, working with Drupal for many years, and now WordPress and Automattic. He is a long-time contributor to open-source software projects, with an interest in usability and security.<\/p>\n<p>He lives with his wife, daughter, and cat in Harrisburg, Pennsylvania and enjoys hiking in the Appalachian mountains (and anywhere else his travels take him).<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d76abd24d81681cfb734b96397e1e6f321b10c8bee53204d139ecda66389a428","latitude":40.2731911,"longitude":-76.8867008},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.68198659999999,"longitude":-63.744311},{"name":"Andrew dela Serna","role":"Happiness Engineer","bio":"<p>Andrew hails from Davao City, Philippines and enjoys traveling, working out, playing badminton, eating dark chocolate and drinking milk tea. After earning his college degree in Management Economics, he went to the US to pursue a degree in Digital Design. Andrew is currently the president of a local blogging community he helped found, the <a href=\"http:\/\/www.davaobloggers.net\/\" rel=\"nofollow\">Davao Bloggers Society<\/a>, and is scheming to stay on for another 20 years.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/04635bb2fa563690332ffca78f729b596d029a5feaaca12574b2107f28215b94","latitude":7.190708,"longitude":125.455341},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":50.0755381,"longitude":14.4378005},{"name":"David Becher","role":"Team Lead","bio":"<p>David is a Software Engineer based in British Columbia, Canada, by way of North Carolina. Outside of work he enjoys hiking with his dog and playing curling.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/cc6db451a015224a6a5ab6809c3f9ff28a1279424b84df8c559ca0900050a556","latitude":53.7266683,"longitude":-127.6476205},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.8041334,"longitude":-120.5542012},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":33.4996213,"longitude":126.5311884},{"name":"Dustin Hartzler","role":"Woo Customer Success Manager","bio":"<p>Blog: <a href=\"http:\/\/dustinhartzler.com\" rel=\"nofollow\">DustinHartzler.com<\/a><\/p>\n<p>Born and raised in Ohio, Dustin has never lived any place other than the Buckeye state. Before joining Automattic, he graduated from Ohio Northern University with an electrical engineering degree. Websites have always fascinated him, especially when he created his first site in college using the amazing technology of Microsoft Front Page. When he isn't engineering happiness at WordPress.com, he can be found trying out to do list applications and completing 90% of every project he starts.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3052c76e2bb5c855dea3d7a84bab12fd18de7143fd49d38edc13bad065f4d961","latitude":39.6283928,"longitude":-84.15938179999999},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-6.4058172,"longitude":106.0640179},{"name":"Dwain Maralack","role":"Team Lead","bio":"<p>Servant, Husband, Software Engineer and all round fun-loving guy, I work as a Developer on the Sensei LMS<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/94eb2b5a30ad9eb63dcf44d2dec3e45bd012d4484343bb5381b79211ae35255c","latitude":-33.4006883,"longitude":19.295048},{"name":"Eric Dye","role":"Technical Account Manager, Newspack","bio":"<p>Eric works with the amazing Newspack team as a Technical Account Manager. He has been wrangling websites since the late 90\u2019s -- meeting WordPress for the first time in 2009. With over 25 years of multimedia experience, he has a passion for bringing ideas to life by helping people communicate through online mediums. He is a human by day, a gamer by night, lover of coffee and all things spicy.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/17f9d121950c114b877ca9b80be658dece10bbb9f6aa270ff8380daec7990db7","latitude":36.4423754,"longitude":-77.0985752},{"name":"Dylan Roussel","role":"Source-cerer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/ff89b2b951e9d309d2b7a4922492fa120d3dbe37e809a78b5e6989832e93fb8c","latitude":47.218371,"longitude":-1.553621},{"name":"Zach Wiesman","role":"Director of Customer Support, Pressable","bio":"<p>Zach grew up in Green Bay, WI (Go Packers!), but has spent the last 10 years living just outside of the Twin Cities in Minnesota. A knack for problem-solving and providing solutions led Zach to pursue a job with Automattic providing customer support for WooThemes.com. For six years prior to joining Automattic, Zach created and maintained WordPress.org websites for small to mid-sized businesses. When not working, Zach loves spending time with his wife and three children, as well as playing and watching sports. Working on projects around the house is also a \"forced\" hobby of his.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/12e53fc1398383e5422459ac038526cbf116a5c6ddf8e8a27e703fa03e1afd58","latitude":46.729553,"longitude":-94.6858998},{"name":"Veselin Nikolov","role":"Senior Growth Engineer","bio":"<p>I started coding after high school mostly to build a website for the book I was writing. The book never went out but the website was quickly followed by other websites.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5f0ee9d86c04bc37653bb6adfeba93e6d5b57f2356d32c06fd2de25ad4adfbe6","latitude":42.6977082,"longitude":23.3218675},{"name":"Ellie Martin","role":"Code Wrangler","bio":"<p>Hi from Oxfordshire, UK!<\/p>\n<p>I joined Automattic after 3.5 years of WordPress\/Woo agency dev work. I've been working in and around the UK software industry for plus or minus 20 years now.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/81e8aeb080b8b3a04dc33f0c6873a421e55ff47d225691ab9198fe834f18bd95","latitude":51.60804400000001,"longitude":-1.24484},{"name":"Eason Su","role":"JavaScript Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/ac29e837ede1af9d8e6754ce4a1c4de8d8b06d7a613803553c464fd56bd08a2c","latitude":25.0329636,"longitude":121.5654268},{"name":"","role":"Sales Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"Eric Binnion","role":"Code Wrangler","bio":"<p>Eric hails from the great state of Texas. He is a father to a Hero, Code Wrangler at Automattic, WordPress core contributor, and Midwestern State University alum. <\/p>\n<p>You can find Eric's blog at: <a href=\"https:\/\/eric.blog\" rel=\"nofollow\">https:\/\/eric.blog<\/a><\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/57ee6c43bdf059ac926c859cd847f8d45efeee86198e63831bd43d1f0053d09a","latitude":33.9137085,"longitude":-98.4933873},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"Emanuele Buccelli","role":"Senior JavaScript Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6f1a1771e89ebb82829a07e72cf8e5c776ddd7ad2c41b95c404187e6910483b6","latitude":44.1396438,"longitude":12.2464292},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.169438,"longitude":23.881275},{"name":"Esteban Cairol","role":"Code Wrangler","bio":"<p>I live in San Jos\u00e9, Costa Rica with my wife and my 3 kids. I've been tweaking WordPress themes since 2009. In my free time, I like to poke around with musical instruments or do stuff in my garden.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/538c768dfe0706b5194b65eaade821774a139551fca1d0b84ead7f6a09462763","latitude":9.9280694,"longitude":-84.0907246},{"name":"Evan Connolly","role":"Customer Success Software Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3adea9019a16ee5602d307c3cbf6c1d9807d121f387300566d6a9f7b213727f8","latitude":-33.7810467,"longitude":151.122968},{"name":"Phil Morris","role":"Director of Customer Success Operations","bio":"<p>Business and technology executive who drives customer success across diverse offerings, from software \/ SaaS sales and support to data transformation consulting. A true passion to deliver a seamless customer experience across all stages and touchpoints in the customer journey with passion, collaboration and data. Continuously refines best practices to create higher customer satisfaction, customer retention, new business growth and expansion. Proven positive impact on business alignment and efficiency, leveraging agile expertise to identify and overcome roadblocks to talent management, product utilization, regulatory and compliance issues and best practices.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/9c60bd7d718f95caec03368de7ecdaf5b58b850dc18b97198dff61cf3e249405","latitude":39.8366528,"longitude":-105.0372046},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":27.6648274,"longitude":-81.5157535},{"name":"","role":"Product Marketer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"Ed Thomas","role":"Generally Awesome Human & Happiness Team Lead","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6b577858ef00fde13c7d65a7405fc2e5aa4c98e49ef878c3098b97ae41e43858","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-12.0463731,"longitude":-77.042754},{"name":"Eduardo Umpierre","role":"Software Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/82cc28c4ddc7c4c2b3b2ae616b6d5054f043ac16f8f576775640cd7a0ba2a6ca","latitude":-30.0346471,"longitude":-51.2176584},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-22.9068467,"longitude":-43.1728965},{"name":"Chris Blower","role":"JavaScript Wrangler","bio":"<p>Chris fell in love with coding at a very young age, and has always wanted to make the world a better place, through software.<br \/>\nWhen not getting frustrated by ridiculously complicated origami, or dissolving his stomach with super hot Thai chili-beef - you can find him travelling, sipping on a nice glass of wine and munching on some good food.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d8ee411e86ea5169ce3f7116cc0c07c8908e0644d63652ae5283e4493c5ab763","latitude":53.37669649999999,"longitude":-2.9149019},{"name":"Ehtisham Siddiqui","role":"Security Wrangler","bio":"<p>Ehtisham hails from Pakistan, a country which has five of the 14 highest peaks and home to the second highest peak in the world - K2. Likes to read and blog on tech, watch cricket and spend time with his family. He's curious about psychology, Myers-Briggs personality types and also loves aviation.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2d7fee5c2c95bd441a4044000b4481c4a98aa769289958c3f5abe1f849b22a2e","latitude":34.9526205,"longitude":72.331113},{"name":"Nicholas Garofalo","role":"Director of Marketing","bio":"<p>Nicholas lives in western NY with his son and designer dog. When he's not optimizing things at Automattic, he's 3D printing shrouds for cryptocurrency miners and being chased by drones on his Harley.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d5cda4b17ba805079c831594906a423f598633253e53090867330a860f497abf","latitude":42.9981156,"longitude":-78.1875167},{"name":"Ejayhan Fernandes","role":"Happiness Engineer","bio":"<p>Ejay is a Happiness Engineer in Automattic. Prior to engineering happiness, he was a freelance web designer since 2016 and also made a career for himself in the BPO industry, taking up roles as a Floor Manager and a Digital Marketing Supervisor.<\/p>\n<p>He is a philomath at heart, and always tries out new hobbies when it catches his attention. Currently, he is into camping and grilling. He can be easily summoned with food, especially if it is Ramen.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e7c17cfc9ee94ba2642e6180d8ba419cb8c1e09b9049c032ab64aad6bc7516b4","latitude":7.190708,"longitude":125.455341},{"name":"Ekaterina Stancheva","role":"Software Engineer","bio":"<p>Software engineer since 2015. I like this job because there is always something new to learn. <\/p>\n<p>First, I was afraid of not being smart enough or good enough. But then one of my best friends reminded me the world would be boring if we knew everything. So, after that moment, I forgot about the fear and started to enjoy the process of learning.<\/p>\n<p>When I'm not working, I prefer to be closer to nature. I like hanging out with friends and going on adventures. I love to spend time in the beautiful Bulgarian mountains.<\/p>\n<p>Furthermore, I like to spend time reading books.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0d3bdeda10c1fa89db3f4e4293cb05b1e647c6ca0e747445defe3491a94112d2","latitude":43.2140504,"longitude":27.9147333},{"name":"Elena Scherer","role":"Design Lead","bio":"<p>Elena is a designer with approximate knowledge of many things.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/374fa95bba13919b1818d1e5bf87c5fff551dde0beb8f2c8c4149796c9bff415","latitude":52.3873878,"longitude":4.6462194},{"name":"Ahmed EL AZZABI","role":"Code Wrangling","bio":"<p>Code wrangler working on Woo Payments.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/56c909e0738fd13774032a40cd65b34e8d54297b4225148d0e45008038ed220f","latitude":33.5731104,"longitude":-7.589843399999999},{"name":"Elena Dosil","role":"Support Engineer","bio":"<p>Passionate about WordPress for about a decade and with twelve years of experience in support.<\/p>\n<p>I'm a Telecom engineer with a broad background in technical support and a passion for WordPress. I was a WordPress.com user already in 2008. Many things have happened since then, but I feel fortunate that I get to work with one of the CMS that has inspired me the most for years. <\/p>\n<p>In my free time, I like to play the ukulele, knit and sew my own clothes, take care of my lovebirds and cockatiels, learn new coding languages, and listen to audiobooks, which I review on one of my WordPress sites :)<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/bdaef16f2b5aac700c09feb3dd2f104f67ea59b52a1e000cef3f60c62b933374","latitude":40.4167754,"longitude":-3.7037902},{"name":"","role":"Partnerships Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.4925374,"longitude":-99.9018131},{"name":"Eli Tucker","role":"Leads Tumblr Engineering","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/62679e8d0f93b0426939aa277fa530f52b19406ad961430fa6021ccb85d3dc86","latitude":45.6387281,"longitude":-122.6614861},{"name":"Elizabeth Pizzuti","role":"Product Designer","bio":"<p>Elizabeth is originally from New York City but the promise of daily paddle boarding and decent breakfast tacos has drawn her to Austin, TX. When not designing, paddle boarding or eating breakfast tacos in Austin, she's most likely to be found in an art gallery, wandering a large metropolis, taking photos in a small medieval city, or at a yoga retreat cuddling with pot-bellied pigs.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/9794a8d75c766f7d51eebc064d75df9836947d24e2691515638220302e60a2d3","latitude":30.267153,"longitude":-97.7430608},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.4167515,"longitude":-3.7038322},{"name":"Ellen Bauer","role":"Product lead","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/96340fe45c1c73f8e1aac99338c3ad0d52039079844108436852db0673b9cbd9","latitude":-35.7274938,"longitude":174.3165604},{"name":"Bryan Elliott","role":"JavaScript Engineer","bio":"<p>I was born in Maracaibo, Venezuela but moved to the United States when I was 4 years old. I am now living Florida, USA after living in Los Angeles for 10 years. I live with with my Argentinean wife and we have been married 10+ years. In my down-time I love fishing! All kinds of fishing. I have a 12 ft. Hobie kayak and also a 19 ft. fishing boat (with a Yamaha 115hp outboard motor) that I take fishing mainly in Charlotte Harbor and the Gulf of Mexico. I also enjoy ice fishing and fly fishing when visiting my family in Colorado. You'll likely find me posting in the A8C #fishing Slack channel. I also enjoy programming side projects and answering other developer questions on stackoverflow.com (In in the top 10% on Stack Overflow for reputation points, and have answered over 170 developer questions).<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c2da39e2166d7cee714f63797b5d9e8df908206302935e1729c6057bd954fab3","latitude":26.9297836,"longitude":-82.0453664},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.3275459,"longitude":19.8186982},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-31.42008329999999,"longitude":-64.1887761},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.4925374,"longitude":-99.9018131},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"","role":"Community Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.5500507,"longitude":-105.7820674},{"name":"","role":"Finance Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.2671941,"longitude":-86.1349019},{"name":"","role":"Business Development Representative","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"Emma Vaiserfirov","role":"","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6a3891c54516907dc15ebcc126174ad1622c457221b174331dea28e73a3f0103","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Relationship Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-30.0002315,"longitude":136.2091547},{"name":"Derrick Tennant","role":"Chief Lizard Person","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/4d98368d0e16d361ef46d7a343147845012dc9032a2b3a7c3d243f7b07b73aa9","latitude":40.2671941,"longitude":-86.1349019},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"Enfys Book","role":"VIP Technical Account Manager","bio":"<p>I enjoy teaching, public speaking, and organizing ALL THE THINGS! I've been in the digital communications field since 2001, spending the first 10 years in the nonprofit sector, and all the years since in the for-profit sector (serving nonprofits at a B2B, serving government agencies, and A8c), and in that time I've achieved certifications as a ScrumMaster and SAFe Advanced ScrumMaster.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4cc0ac7af07c882c7cc8a6859308f2083d5a6f0948422ae6a66810b058c9043a","latitude":39.0457549,"longitude":-76.64127119999999},{"name":"Eoin Gallagher","role":"Code Wrangler","bio":"<p>Blog: <a href=\"http:\/\/magp.ie\/\" rel=\"nofollow\">Magpie<\/a><br \/>\nEoin started off in automation, then moved into online development before joining Automattic. A proud Irish daddy of three girls and a boy, as well as a <a href=\"http:\/\/www.gaa.ie\" rel=\"nofollow\">GAA<\/a> man to the bone. When not online, Eoin is either cycling, running or family wrangling.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0a6dafcf73a9b4a40bbbd347289123f3f572950549bb75dbc64f19e2f6b67cf0","latitude":53.9437021,"longitude":-8.950006},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":45.8706612,"longitude":16.395491},{"name":"Eric DeMille","role":"A4A Head of Sales","bio":"<p>Born and raised in the suburbs of Toronto, after traveling around and living in a couple different places I now live in a different suburb of Toronto with my Wife (Kristina), 2 amazing kids (Mackenzie & William), and our dog (Tanner). After randomly falling into tech sales I've spent the last 15 years of my career working a variety of different sales roles for companies such as Salesforce, Shopify, and Square.<\/p>\n<p>When I'm not working I like to keep active playing hockey, snowboarding, running\/biking on my pelotons, coaching my kids sports, and the newest sport I'm loving is pickleball.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3eba2350b8bd8d627eeaac1b28f5d134cc78c7842e38e7b8c97dfd85628d81fa","latitude":43.3255196,"longitude":-79.7990319},{"name":"Eric Friesen","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6b3ff691b87f9ed13fe1ca26a40f8b4b012a22101a116c215fde6c6dd6c70233","latitude":49.4928119,"longitude":-117.2948343},{"name":"","role":"Business Development Representative","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Eric Jinks","role":"Software Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/04f0bc6bc263658b169dd07af086e4758fb03a02d10c6ebb9a3037e3fc494625","latitude":-28.016667,"longitude":153.4},{"name":"Eric Bourne","role":"Technical Account Manager","bio":"<p>Born and raised in Northern California. Proud Banana Slug. Go Oakland Roots! Go San Francisco Giants! BA in Modern Literature. MA in Education. Without humor, all is lost.<\/p>\n<p>My dream vehicle is a 90s Toyota pickup converted to electric, and maybe someday I'll buy an orchard and make cider, but I'm sure that sounds like more fun than it is by a lot.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c3091b71cb356b8a615bf777c55ce20f2a4d3b70d02dd682eee0aca6ad4a9757","latitude":45.6387281,"longitude":-122.6614861},{"name":"Erika Ellacott","role":"Community & Events Lead, WooCommerce","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/ab3dc8f0ba99676c414a6b38f9c9e83538d0e1048e7e630bf0057cddad566a95","latitude":43.4516395,"longitude":-80.4925337},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.5500507,"longitude":-105.7820674},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":27.058676,"longitude":-101.7068294},{"name":"Eric Gunawan","role":"Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a8d02ee8379de68a49cd869754f5bfebb420f27cb487c96c3a0f99e6878e16da","latitude":-7.7955798,"longitude":110.3694896},{"name":"Nissa Mitchell","role":"Experience Program Manager (Designer)","bio":"<p>Nissa is passionate about empowering people to create and communicate.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/88e177c5524c69510f828b6055f64178389df0b8cd38e479390d0384eb77f70b","latitude":44.977753,"longitude":-93.2650108},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":50.503887,"longitude":4.469936},{"name":"Evgeny Shurakov","role":"Mobile Engineer","bio":"<p>Code Wrangler and iOS addict. Used to live in Russia with temperature during winter going to -35C, but now residing in Europe.<br \/>\nLoves to travel, especially in Asia with Japan being my top destination.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/bef66a9f37cafa1e23386fc670d9fb4b321ee0f22b172791f02447e69931b2ed","latitude":51.4826537,"longitude":5.2321687},{"name":"Emily Speirs","role":"Global Payroll Wrangler","bio":"<p>As a native Minnesotan (go Vikes!), Emily transitioned her love of snowy weather into a love of snowy mountain weather in the beautiful state of Utah. After working for the past 12 years in Accounting and Payroll in Park City, she is happy to ditch the winter commute for crunching numbers and paying employee\u2019s from the comfort of her \u2018mountain\u2019 home settled just 7 minutes from her favorite ski resort. When Emily is not getting people paid or creating journal entries, you can find her snowboarding or trying to plan her next beach getaway (cabin fever is real!).<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c412cbe7ef0375d8bae7e772965a837367d8c29de0d4f412b8ba6ed50cab65a7","latitude":39.3209801,"longitude":-111.0937311},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":25.0329694,"longitude":121.5654177},{"name":"Evan Tobiesen","role":"Head of Growth Analytics Engineering","bio":"<p>I have a degree in Petroleum Engineering and Geology, but coding has been a passion of mine since childhood.<\/p>\n<p>After spending a few years working on offshore drilling rigs, I decided to pivot my career and turn my love for software development into a profession.<\/p>\n<p>During my travels, I met my wife, and together we chose to settle in Spain, where we\u2019ve been living for over a decade.<\/p>\n<p>Travel remains a big part of my life\u2014I\u2019ve explored 50+ countries and always have a few trips planned, whether for personal adventures or through my work with Automattic.<\/p>\n<p>At Automattic, I focus on driving new growth projects and hiring talented engineers.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7a0b3c331977c611a2131a6aa27800bcad6cb912b35b00383f4c214fb24ecc8d","latitude":41.3873974,"longitude":2.168568},{"name":"Eduardo Toledo","role":"Mobile Wrangling","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/aba3d53d4904f94416bbcb2c15d392de2d9def170b6683b39a9c42e33e4c4e31","latitude":39.4607475,"longitude":-0.331521},{"name":"Eugene Barnard","role":"Systems Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/4f08f38dce99c02554ad427b95dd0075cdf29f6eb0fbc7486ee524aa84741328","latitude":31.9685988,"longitude":-99.9018131},{"name":"Elizabeth Urello","role":"Talent Operations Wrangler","bio":"<p>Blog: <a href=\"http:\/\/elizabeth.blog\/\" rel=\"nofollow\">Accismus<\/a><br \/>\nElizabeth lives in Austin and spends most of her free time reading.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/23b08741a653f05ee7655639523027c778cddcddcb3c1ce5963847034eaca22e","latitude":29.9891052,"longitude":-97.87722670000001},{"name":"Evan Byrd","role":"Solutions Engineer","bio":"<p>My name is Evan and I\u2019m joining the Solutions Engineering team with VIP\u2019s Biz Dev arm.<\/p>\n<p>Quick Hits<\/p>\n<p>-Photography enthusiast, snowboarder, & a student of YouTube coding tutorials<br \/>\n-Travelled to 30+ countries & lived in Bali for several months<br \/>\n-Former D-1 collegiate football player at the College of the Holy Cross<br \/>\n-Love to exercise, go to music festivals, watch horror movies & short films, try new foods, and ultimately, cook my own food as well (i.e. pickling, braising, or saut\u00e9ing are my favorites).<\/p>\n<p>About me<\/p>\n<p>My family is from the Northeast where I\u2019ve spent the bulk of my career when I\u2019m not traveling. I am half Mexican & half African American (although, I\u2019ve yet to have someone guess my background correctly in my lifetime. I did receive a likeness to Kobe Bryant once though, RIP).<\/p>\n<p>I know how to code and have worked as a freelance web designer using WordPress. I\u2019m thrilled with how expansive web development can be and the problems that are ultimately solved after a slew of iterative brain dumps + coffee. Previous to web design, I worked as a consultant in the tech space & even broke into the wine scene shortly after I graduated college (I am not a licensed sommelier but I do know my jesus juice).<\/p>\n<p>I helped to lead a healthcare startup - as their Director of Product - to a successful acquisition. I also enjoy speaking with individuals in my spare time around entrepreneurial pursuits that we all have. It's great to get the collaborative juices flowing and I look forward to every conversation.<\/p>\n<p>Overall, I've been called \"chill\" and \"a good teacher\" which I'm confident will translate well into my role.<\/p>\n<p>Thanks<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8ab988551028ab50d1728757eb40ca2ce5617bc5a4db229429541b19f60c330f","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.8026097,"longitude":-116.419389},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":45.253783,"longitude":-69.4454689},{"name":"Eve Chen","role":"Data Wrangler","bio":"<p>Data Scientist (Tumblr), a cat lover :D<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7961d7d029464307558a05a7072f33088d0de65fd08915e946cfcdeaa1d19726","latitude":23.658401,"longitude":120.4933624},{"name":"Eduardo Villuendas","role":"Designer","bio":"<p>Born in a small city in northeastern Spain, Eduardo grew up in Madrid and studied design in Barcelona. He loves road trips and long-distance travel. He also likes photography, movies and collecting stuff. He is an awful cook.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/590b252678518ba902111426ca059df2bcf0ce1e6b9f257199fdbd3caf4bf654","latitude":40.7127837,"longitude":-74.0059413},{"name":"Ezequiel von der Becke","role":"Happiness Engineer","bio":"<p>Ezequiel grew up in Buenos Aires, Argentina playing soccer and having barbecues with his friends. He also lived in New Zealand and now he's based in Austin, Texas. Ezequiel loves spending time outside, going for a hike or a bike ride. He is also known for experimenting with making unique ice cream flavors\u2014olive oil and Italian Sambayon are some of his registered trademarks.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f2a9943a551acbacd42fd756eeaebb3e8ae38ecb29142ed6360b81803a3f2305","latitude":30.267153,"longitude":-97.7430608},{"name":"Fredrik Rombach Ekelund","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/8df83c8f490da95a75a3b2f289a4976fb4e8af8fc46047a82a8bb17ed02f7c15","latitude":55.604981,"longitude":13.003822},{"name":"Fabio Biocchetti","role":"Technical Email Operations Wrangler","bio":"<p>Grew up on bread and WordPress, I created my first website at the age of 14. Since then I never stopped working with web technologies \u2014 mostly in the marketing tech field \u2014 both as a profession and as a hobby. Born in the <em>Green Heart of Italy<\/em>, I'm a digital nomad currently enjoying the sun of Portugal after living in Germany for three years.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6ad5c878fee692694ad166a5320f2d717efff4d6c370fa50174ddca00743f390","latitude":41.18624,"longitude":-8.658428599999999},{"name":"Foysal Ahmed","role":"Woo HE | Team Sojourner","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6d994b2d33f83cb3085a604dbc01d6a7eead8609ca004248f6c184a9ab14d887","latitude":22.356851,"longitude":91.7831819},{"name":"Francisco Vera","role":"Product Designer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/7fb75eed4a0077d43028286215d646cbf9267ed14b7761a811ad220b2b4a2305","latitude":41.6488226,"longitude":-0.8890853},{"name":"Filippo Di Trapani","role":"Senior Product Designer","bio":"<p>Filippo is a designer that specializes in strategic thinking and working with teams to build digital products people love. Currently based in Ottawa, he is a husband and father to 3 beautiful humans: Stella, Andrea, and Alessio. <\/p>\n<p>When Filippo isn't working or being a parent, he enjoys making art, listening to music, eating good food, and exercising.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/55f750b68ca2a1712a4a0f07f64a4e4a48ddb5db511661839e5e06a4e4505647","latitude":45.4215296,"longitude":-75.69719309999999},{"name":"","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.9701039,"longitude":-5.663539699999999},{"name":"Fernando Marichal","role":"Javascript Engineer","bio":"<p>Fernando is a software astronaut that loves technology, video games and playing the guitar.<br \/>\nLearning is his main hobby and he thinks programming is the XXI century equivalent of magic.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/9319b2d3d3552899439bb41b07bc4652bdf17f58b7a56267dabdabef7b1fd602","latitude":-34.9011127,"longitude":-56.16453139999999},{"name":"Fernando P\u00e9rez","role":"Brand Designer","bio":"<p>Fernando is a brand designer with more than 10 years of experience working in creating, developing, and implementing top international brands. He is always looking to transform brand strategy into design solutions that successfully communicate the brand objectives.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6b0adf442850b0d03cab3e034c174cdde30cd3b4b331431803444c283d7c5627","latitude":40.4167754,"longitude":-3.7037902},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"Feten Lakhal","role":"Happiness Engineer","bio":"<p>I started in 2019 as an HC. I applied 3 times to be a HE. And I'm finally here! So happy to be part of this journey! I have been married for 8 years. We do everything together with my husband and most of all, camping. We love doing that! I also love traveling and parties :)<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/96c8628f91383bdc69bcdbb52760d0915c11c06847c4a2a37bcd5bc8eac54896","latitude":36.4512893,"longitude":10.7356634},{"name":"Foteini Giannaropoulou","role":"Code Wrangler","bio":"<p>Foteini lives in Thessaloniki, Greece and is the proud owner of ACME GP, providing doomed-to-fail solutions to tenacious coyotes around the globe.<br \/>\nWhen not involved with guaranteed-to-backfire products she indulges in code storytelling adventures.<br \/>\nIn her free time she likes to make splashing sounds in waterholes and count dragon-shaped clouds with her favourite person in the world, Vaggelis.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/53cc1df54eb9a6f2656d587890ed78b0963c77fa913fa70642c1f8a1bc5bdfcc","latitude":39.366584,"longitude":22.9506769},{"name":"Fernando \u00c1lvarez","role":"Planning & Optimization Specialist","bio":"<p>Born and raised in Mexico, Fernando lives in Guadalajara. His love of all things digital eventually led him to a degree in Marketing, specializing in Social Media and Web Design.<\/p>\n<p>Once a backpacker, Fernando is a lover of books and films, and very proud to be Hufflepuff.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/397aec3fded5e07f5546fd598440434ab1bfa1da0e9c4ce71ec7ff78fa1c00d9","latitude":20.6595382,"longitude":-103.3494376},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.74953310000001,"longitude":-8.807682999999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-30.0002315,"longitude":136.2091547},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-23.5505199,"longitude":-46.63330939999999},{"name":"","role":"Analytics Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.46366700000001,"longitude":-3.74922},{"name":"Nick Mills-Barrett","role":"Infrastructure Fire Fighter\/Starter","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/66d75e9f959463f3a95eaa97fd50741bdc072d0769246d9e0e23e3dccac60c79","latitude":50.8229402,"longitude":-0.1362672},{"name":"Fernando Jorge Mota","role":"Code Wrangler","bio":"<p>I'm a dedicated software developer, always curious and ready to embrace new learning opportunities. I particularly enjoy working with new algorithms and tackling complex problems. Areas such as scalability, maintenance, and databases? Those are my forte!<\/p>\n<p>I hold a Bachelor's degree in Computer Science from the Federal University of Santa Catarina. When I'm not coding or exploring the latest tech trends, you'll find me unwinding with some online games. They're a great way to relax and stay connected with friends.<\/p>\n<p>Prior to joining the amazing team at Automattic, I spent over six years working on a variety of interesting projects in the education and data processing sector. This invaluable experience has shaped me into the dedicated professional I am today.<\/p>\n<p>Looking forward to sharing my journey and passion for technology with all of you. Here's to exploring the wonderful world of tech together!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/663e05d4376e34b8dbd11004e09be6a6e978c864f60926e9eb9ce740002e8ebd","latitude":-27.5833809,"longitude":-48.6972875},{"name":"Fl\u00e1vio Zavan","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c89657e340e83610011b2c0cca96062ed40556cf66372deaa22166bbc2262246","latitude":62.8062078,"longitude":30.1553887},{"name":"Florin Dragota","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c59fb38a06d9a33a4db11bc557475a30a48b592ab83edeeb2d5a8b45d2edfc47","latitude":44.9289893,"longitude":25.425385},{"name":"Fernando Fernandes","role":"Software Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/ff3c15312042ef7a5d6081a5d3f0f055a3a431c80746381328d4c3953061dea3","latitude":-23.5505199,"longitude":-46.63330939999999},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-22.9068467,"longitude":-43.1728965},{"name":"Francois van Zyl","role":"Happiness Engineer","bio":"<p>Even though my name is Francois van Zyl, I would much prefer that everyone call me 'Fonz' or 'Fonza'. It's a nickname I picked up in Australia (they nickname everything there), and it makes it easier for everyone to pronounce my name :) I like coffee(ex barista), music, songwriting, camping, mountain biking, reading, gaming and cooking (I make a mean butter chicken).<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/125a6b732a825c5e99369d914098fe4cd0b397097d405b6d879b1327d0449b00","latitude":-33.9881281,"longitude":22.4529878},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":19.0414398,"longitude":-98.2062727},{"name":"Oliwia Jakiel Hardt","role":"Social Media Swashbuckler","bio":"<p>Oliwia was born in Poland but has been living in Spain for more than 10 years. She's a mother to a (varying) number of cats and, on occasions, she behaves like a cat herself.<br \/>\nIn her free time, she likes to hike, photograph, tend to her garden, read a good book, or watch a TV show.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/fb3bef17d9225ef98c22cf76bd3e58350de6b3b205d7ba7849e3405f9d211f30","latitude":36.5270612,"longitude":-6.2885962},{"name":"Francesco Rosso","role":"Code Wrangler \/ Browser Whisperer","bio":"<p>~Another Italian living in the US :)~<br \/>\nAnother American living in Italy :)<br \/>\nI love to travel, cook and ride my bike as fast as I can.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6490afabde4b1de0bb6a817ac3ff443dcbf6444558871f6dbe363961cf316b94","latitude":45.4408474,"longitude":12.3155151},{"name":"Fotis Stathopoulos","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/643982c0fa6134629aabf599480f866a2f3ae2f1a0375e1cad9f56adec262103","latitude":38.6043984,"longitude":22.7152131},{"name":"","role":"Analytics Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.9399159,"longitude":-73.5491361},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-6.4058172,"longitude":106.0640179},{"name":"Gabriel Caires","role":"JavaScript Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/d2dcb303341c7509af1cb848a9973f4b91092ac7c00727909438073b95d6c655","latitude":-8.1010765,"longitude":-34.885227},{"name":"Gabriel Fuentes","role":"WooCommerce HE","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/4b5c967a910b3da3d746c6ad8fffef69e71b583946873b9d42babd5d140500d7","latitude":10.4805937,"longitude":-66.90360629999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.279986,"longitude":17.3522939},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-7.090910999999999,"longitude":107.668887},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":19.7514798,"longitude":75.7138884},{"name":"Gala Valls","role":"Trust and Safety Wrangler","bio":"<p>Spanish expat living in Rome, Italy.<br \/>\nI studied psychology. My main passion is travelling; I have travelled<br \/>\nextensively through Europe, Asia and America.<br \/>\nI love philosophy, pole dancing, cycling, reading, board gaming and music. Eurovision fan here!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/937ce6aa4b40bb83c753f30f43c2b4dcfc84d3b5855aeacaa695d6fc1f9ebf48","latitude":41.9027835,"longitude":12.4963655},{"name":"Gary Jones","role":"Technical Whisperer","bio":"<p>Experienced developer wrangling VIPs, code, and VIP's code.<\/p>\n<p>Key contributor to Genesis Framework, WordPress London co-organiser, former WordCamp London organiser, British English General Translation Editor, WordPress core contributor, former teacher in schools and prisons.<\/p>\n<p>I lived in Malaysia for 9 months.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/fe771ab84a13cf1b70527fd4c7a364bdf18766d1dc99cee204f615be98b73c05","latitude":51.26654,"longitude":-1.0923964},{"name":"Gan Eng Chin","role":"Senior JavaScript Engineer","bio":"<p>I built my first Mastermind-like, Windows-form based mathematical game using Visual Basic 6 at the age of 16.<\/p>\n<p>Today, with more than 12 years of web development experience collaborating with people around the world, I am an all-round developer focusing on modern web app development.<\/p>\n<p>My current primary technical skills and interests: React, JavaScript, TypeScript, GraphQL, Progressive Web Apps (PWA).<\/p>\n<p>https:\/\/www.linkedin.com\/in\/ecgan\/<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/20d67bcc95267b55a6b4b8c2ba3d3f5ffc227e1257910c0dbe29be446c6aebfb","latitude":3.139003,"longitude":101.686855},{"name":"Gareth Allison","role":"Brand and Content Designer","bio":"<p>Hi! I'm Gareth.<\/p>\n<p>I love Mexican food, cake, Belgian beer, and whisk(e)y \u2013 not necessarily at the same time. I play bass and guitar, and music and dogs are everything.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e697910eb43d8b975f4b1249705d2a359d65d6949e8de7ac59a3734a88120f66","latitude":51.8985143,"longitude":-8.4756035},{"name":"Garret Steider","role":"Sr. Designer","bio":"<p>Hi y\u2019all!<\/p>\n<p>My name is Garret Steider and I live in Seattle, WA in the US, and I\u2019ll be joining the Dotcom Design Team as a Sr. Brand \/ Creative Designer. Most days, I work from my home office in Seattle, which is packed away right now as I\u2019m currently in the process of moving 45 minutes south to Tacoma with my wife, Kina and dog, Otto.<\/p>\n<p>When it comes to design, I consider myself a generalist. I like to create brands, logos & monograms, editorial content, websites, and even postcards for friends and family. My most recent endeavors have been creating our wedding invites and website, and a few custom jam jar labels for friends. <\/p>\n<p>When I\u2019m not working I find joy in the kitchen cooking and baking\u2014it\u2019s currently my favorite time of year because tomatoes + figs are in season and are delicious! I like to take walks with Otto and bring my camera to capture anything interesting. I also enjoy playing basketball at my local park. You can find me on the weekends at the Farmer\u2019s Market searching for , and prowling local bookstores for beautifully designed cookbooks. <\/p>\n<p>I speak English but know a little bit of Spanish and Japanese \u2014 we\u2019re talking only a few words and phrases and mostly related to food ???? <\/p>\n<p>A fun fact about me is I am obsessed with ice cream, gelato, and milkshakes. It\u2019s been a favorite comfort food of mine since childhood and I love to find the best ice cream shop in any city I\u2019m in and if they aren\u2019t making their own waffle cones I\u2019m out!<\/p>\n<p>I\u2019m super excited to be here, and if you ever want to talk about design or food\u2014especially sweets!\u2014feel free to slack me!<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/eb68a6b55a56f76a23f4a50fe91f52b6211149214d389fc322e1c9882695f04e","latitude":47.2528768,"longitude":-122.4442906},{"name":"","role":"Product Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.2593197,"longitude":-7.1100702},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":22.258652,"longitude":71.1923805},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.9070198,"longitude":-3.5517167},{"name":"","role":"Growth Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-36.84830480000001,"longitude":174.7624886},{"name":"Philip Simpson","role":"Pocket Casts Android Team Lead","bio":"<p>As a co-founder of Pocket Casts, I take great pride in contributing to the ongoing success of the app. My daily pursuits revolve around jumping between server and Android development, all in the relentless pursuit of perfecting Pocket Casts as the best possible podcasting platform.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/96d0d6796d019f59f77eae9277e3e8cb10ead4f1ae112662d9ce2a918bc09db5","latitude":-34.98512590000001,"longitude":138.5331208},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.3768866,"longitude":8.541694},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"George Stephanis","role":"Technomancer","bio":"<p>Blog: <a href=\"http:\/\/georgestephanis.wordpress.com\/\" rel=\"nofollow\">georgestephanis.wordpress.com<\/a><br \/>\nGeorge Stephanis is a Code Monkey and WordPress Core Contributor based out of Lancaster, Pennsylvania. His obsessions include human readable code, typography, open-source software, letterpress printing, the oxford comma, bread-making, semantic HTML, making lists, and minimalistic markup.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c6d398027e57f538788eba7c3da9c95b918914dc974ad6d5cd4af26163d51f8e","latitude":40.0570411,"longitude":-76.5521882},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"","role":"Relationship Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"","role":"Human Resources Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":32.1656221,"longitude":-82.9000751},{"name":"Ghia Magat","role":"Senior Talent Operations Specialist","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/5e79a133f070a3dcfbd0fc542a7dc31d7668ab1041ec84f2dbf6fbcbba6e803a","latitude":14.554729,"longitude":121.0244452},{"name":"Greg Ichneumon Brown","role":"Search Wrangler and lead of Jetpack Data","bio":"<p>Blog: <a href=\"http:\/\/gibrown.wordpress.com\" rel=\"nofollow\">gibrown.wordpress.com<\/a><br \/>\nIf data is a hammer and problems are nails, Greg is a carpenter. He constructs new applications using the statistics of written language. When not coding he prefers to be out hiking in the mountains of Colorado.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c0113b43c8dd56a18f20323ef51486b72927d0785a23d6d9f87d06d1c4e85bcd","latitude":40.0149856,"longitude":-105.2705456},{"name":"Luigi Teschio","role":"Senior Software Engineer","bio":"<p>I'm Luigi, a 24 years old software engineer based in Naples with 5+ years of experience specialized in Web development.<\/p>\n<p>I love Open Source and community events where I have participated as an attendee as well as a speaker (Linux Day, Merge-it)<\/p>\n<p>I'm a self-taught and I strongly believe in the spirit of knowledge sharing, so I decided to start free mentoring<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6e99eb60445a0e11e3d51f4dd2f6c225f6ce0752813acf9124bdbbbfebc3fa7a","latitude":40.7825918,"longitude":14.4141114},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":27.6648274,"longitude":-81.5157535},{"name":"Gina Hassut","role":"VIP Technical Account Manager","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/5319dc97b7f0c469f797de39292a0dc4a50a75760726e9aa58354763ed043b87","latitude":26.1275862,"longitude":-80.23310359999999},{"name":"","role":"Growth Marketer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.5123443,"longitude":-0.0909852},{"name":"Igor Giussani","role":"Software Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c4fa30791f3fb3562edd20824a673da79b4106d466f417467551bd421da55e21","latitude":45.489622,"longitude":9.3261186},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-43.7542275,"longitude":171.1637245},{"name":"","role":"Data Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.016521,"longitude":21.005859},{"name":"Gergely Juh\u00e1sz","role":"JavaScript Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6c0113fb505e580342ff304c87974ba9f73d9d833fd47eb1aa91b26cca944b76","latitude":47.4593099,"longitude":19.0187389},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.378051,"longitude":-3.435973},{"name":"\u00c1ngel Alonso","role":"VIP Systems Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/4a0043230cdeecd8d788318483f2d2774150c5ac4f5732fec292914c5819eddd","latitude":40.3519065,"longitude":-3.5357334},{"name":"Greg Ogarrio","role":"Content Marketer","bio":"<p>Hi. my name is Greg Ogarrio, born and bred in San Francisco, California, where I live now with my wife, Andrea, who works in non-profit. A former journalist, I've been a combo Demand Gen\/Content Marketer\/Email Specialist most of my professional life and have used WordPress for the past seven years as part of my regular professional duties. And now I'm here where the magic happens!<\/p>\n<p>My personal passions are holidaying in the UK (my wife and I are Anglophiles), playing guitar, eating Indian food, and running\/biking.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d7f17780a1fd062dd8b07f34517f7360c72d6cd781d28c5fedc14ae37e16b352","latitude":37.7749295,"longitude":-122.4194155},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-23.5505199,"longitude":-46.63330939999999},{"name":"David Wilson","role":"Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/549ec756c23e4c2304044dafa75441433748e81ed190a598929847a5ec93faa0","latitude":35.0116363,"longitude":135.7680294},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":27.6648274,"longitude":-81.5157535},{"name":"Grady Toews","role":"Accounting","bio":"<p>Grady is a retired math teacher turned Accountant. In his free time he enjoys his family, personal finance, ping pong, and snowball fights.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0dbfbfeb41ae9fd0682af74f6367297fa3deb9d04e1520a7275a83d28d2cc27e","latitude":47.7510741,"longitude":-120.7401386},{"name":"Greg Boone","role":"Public Sector Customer Success Director","bio":"<p>I work for WordPress VIP out of beautiful Milwaukee, WI. What could be better!?<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/06b24f9d055031fd416540678226257f8461eda9833c99af841d7241674da2a3","latitude":43.0389025,"longitude":-87.9064736},{"name":"Brad Griffith","role":"Code Wrangler","bio":"<p>Brad is a Code Wrangler working out of a small office down the block from Frank Lloyd Wright's original home and studio in Oak Park, IL. Outside of coding, Brad is an avid reader, trail runner and film geek.<\/p>\n<p>Brad's been working with WordPress for over 10 years on a large variety of client projects ranging from custom crowd-funding plugins for fancy laser cutters to ticket reservation systems for documentary film festivals. He's excited to be contributing directly to the open source WordPress ecosystem.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/30fa59f7990e3e399582c9113e220c11a2beba908899ea67ed005e1ea9c057cc","latitude":40.6331249,"longitude":-89.3985283},{"name":"Griffith Chen","role":"Software Engineer","bio":"<p>Hey there.<br \/>\nThis is Griffith. I'm an Internet person that has been doing Internet things for 10+ years, yet pretty offline when it comes to social media. Spent a good chunk of my life living in Chile, and now currently living in Taiwan. I'm still roaming the night markets in Taipei, hoping to find a stand that sells good empanadas with pisco sour.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e2694e13108e4a9dc934f4afd4c25dba4d6bcdc9c0031261769572001c7f1db3","latitude":25.0329636,"longitude":121.5654268},{"name":"Grigorij Urasov","role":"Happiness Engineer - WooCommerce - Team Atari","bio":"<p>My name is Grigorij and I became a full-time Automattician on November 27th, 2017.<\/p>\n<p>I'm a Happiness Engineer in the WooCommerce.com division and I'm working with issues around core WooCommercce plugin\/WooCommerce.com extensions on a daily basis. At one point, I was working on escalated WooCommerce tickets and on other occasions, I was a trial lead and a Woo Division Onboarder, doing my best to help trials and onboardees succeed.<\/p>\n<p>I've moved quite a bit over the past five years in pursuit of snow and the last move was from Austria to Italy and then back to Austria.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d43a685f27764878c3cafe97ed8198cad4a91c40d4d40fc707a422b262d1ee37","latitude":47.3918721,"longitude":11.7775282},{"name":"George Sorkpor","role":"Woo Happiness Engineer","bio":"<p>George has worked as a project manager in a web development company, where he doubled as the in-house WordPress developer. He has also worked in support roles and as a teacher in a tertiary institution. He also has experience working as a cloud engineer. Cybersecurity also intrigues him.<\/p>\n<p>He likes to nurture and watch everything around him to grow and flourish, because of this he is always looking for opportunities to develop himself.<\/p>\n<p>In his spare time, George is a florist at home, loves teaching kids, a basketball coach and loves to watch movies.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/14d9f930651f27660064adabd532e49358bb09fc98728e5e0cd533a25bd81041","latitude":5.8142836,"longitude":0.0746767},{"name":"Gu\u00f0mundur Haraldsson","role":"Philosopher of Code","bio":"<p>Icelander born on a volcanic island, in Westman Islands, south of mainland Iceland. I currently live in the capital of Iceland, Reykjav\u00edk. For almost half a decade I lived in England and in mainland Europe, in the Czech Republic. <\/p>\n<p>Trained in Psychology, Cognitive Science and Statistics, but always seems more strongly drawn to computers and especially the web. Interests include various technologies \u2014 including databases, communication protocols, PHP, automation \u2014 but also writing, history, economics, and human behavior at large.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d8c8af456099c6341edc1e89a3acd68482f31e7c2bf01a863a86793db4535898","latitude":64.963051,"longitude":-19.020835},{"name":"Gui Azeredo","role":"Happiness Engineer and MailPoet Wrangler","bio":"<p>Right before College, I was certain I wanted to be a musician. After a couple of years, I was working at a Record Label. Not as a musician, but in the digital marketing area instead. Fascinated with the digital world a friend and I decided to start a company to create websites and mobile applications. Many of them powered by WordPress. And here I am! :-) When I am not working I like to study and practice photography and in the last couple of years I found pleasure in reading about economics. Yes, you got me. Sign of Gemini.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/170184a9c016a0a57294760141ba3d8ef280b33df16a1f979dbaaa112b10eb88","latitude":-20.3477818,"longitude":-40.2949184},{"name":"Gustavo Hilario","role":"Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/acab002798ae7d595b7cd326e695de02f29f8b234fc3830723fed18db303195c","latitude":-12.0463731,"longitude":-77.042754},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.0457549,"longitude":-76.64127119999999},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.9332706,"longitude":-116.5765035},{"name":"Greg Ziolkowski","role":"Code Wrangler","bio":"<p>Blog: <a href=\"https:\/\/gziolo.pl\" rel=\"nofollow\">gziolo.pl<\/a><\/p>\n<p>Grzegorz is a passionate programmer and open-source contributor living in Poland. He crafts code at Automattic and contributes to the WordPress core. When not working, Grzegorz enjoys taking long walks in picturesque Olesnica with his charming wife Ania and adorable daughter Zuzia. He is a huge sports fan who plays basketball, runs, or rides a bike. Grzegorz also highly enjoys watching, god knows how many hours of NBA and soccer games. He loves traveling, so he would not mind swapping programming into strolling, snorkeling, or simply lying on beaches of paradise islands, which he dreams of seeing all.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4a59a0e0cea6e814bbd171ec5975e359ccf9e991bf3b05ebb6bf8179a1d9ac1b","latitude":51.2134346,"longitude":17.3898504},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.6761919,"longitude":139.6503106},{"name":"Hafiz Rahman","role":"Mobile Wrangler","bio":"<p>Blog: <a href=\"http:\/\/hafiz.blog\/\" rel=\"nofollow\">hafiz.blog<\/a><\/p>\n<p>When people get help with their WordPress.com blogs in the middle of the night, there's a slight chance that Hafiz is on the other side of the screen. He spends his free time with his family, and, when time allows, reads about <strike>soccer<\/strike> basketball and other inferior\u00a0philosophies of life.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/22c66427c8fee8cd14088d607e305d5392cde9cb6db80c3d451f594eb08e283d","latitude":-7.5360639,"longitude":112.2384017},{"name":"Haley Olivo","role":"Happiness Engineer","bio":"<p>Howdy from Austin, TX! When I'm not manufacturing happiness, I like to read, game, and tend to my hoard of plants.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c6d9d3b0c47a50411c19805e7a506a3d56ce23f6b4b46d7e2a34aa55bdec3336","latitude":30.267153,"longitude":-97.7430608},{"name":"Kamen Stanev","role":"Code Wrangler","bio":"<p>Wrangling code and my two kids all day every day<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0be1e37fe11c5a1ece431d0210cd6b5af48ae775fe27265800bdd8cec247f9b7","latitude":42.6977082,"longitude":23.3218675},{"name":"H\u00e9ctor Abraham Morillo Prieto","role":"Mobile Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a4bd399e78d0bf3d00286a01c61469b245379f0775d24ac62d8f67792377d8e8","latitude":40.4167515,"longitude":-3.7038322},{"name":"Hannah Harvey","role":"Team Lead","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/bc7a03b7cbe80e9f481098eaad792927f4ccede79c13030bfadf5cadca2e0d58","latitude":36.1699412,"longitude":-115.1398296},{"name":"Hannah Swain L\u00f8vik","role":"Coffee Bean Analyst","bio":"<p>A random assortment of facts: I knit socks. I love coffee. If I've really gotten fascinated with something interesting, my coffee will have gotten cold. I started drinking ice coffee because it tastes better when it's intentionally cold.<\/p>\n<p>I live just outside of Stockholm, Sweden.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3b7ce29384eef0c3f39b4de43772543405e16af702145ee03a56a61b892b70d1","latitude":60.12816100000001,"longitude":18.643501},{"name":"Hannah Tinkler","role":"Mobile API Software Engineer","bio":"<p>My background is in web development with a focus on APIs and testing, and I'm based in Manchester, UK. I am a lover of music (particularly pop-punk and metalcore), horror movies and small creatures (of which I can count a cat and a few tarantulas as roommates).<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c64636e40bf4ceca1aff08387fba831817dbade316f6f30fdb29ea3509f59e28","latitude":53.4807593,"longitude":-2.2426305},{"name":"Rehayema Mowatt","role":"Happiness Engineer","bio":"<p>A wife, mother, and Happiness Engineer, who is always learning. I'm interested in the emerging field of Neuroplasticity. My favorite thought is \"What do you have that you did not receive?\" - 1 Cor 4:7<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/dffb8bf137471c702cff8768e9a1b563c6f2fa222d16243635a377f6aea3f802","latitude":18.0312855,"longitude":-77.5046101},{"name":"Aleksandra Bettin","role":"VP of Strategic Partnerships","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/ebdd21bcb3240d1181063b827531f9997ee3aa34fa8d592acd76e906bb52ee8b","latitude":52.52000659999999,"longitude":13.404954},{"name":"Hari Shanker","role":"Open Source Program Manager","bio":"<p>Hari belongs to the \"<a href=\"https:\/\/www.keralatourism.org\/video-gallery\/life-in-god-s-own-country\" rel=\"nofollow\">God's Own Country<\/a>\" (a.k.a. Kerala, India). As an Open Source Program Manager, Hari works full-time on the WordPress open source project, with a focus on making its contribution experience the best it can be! Outside of work, he loves spending time with his wife and three cats, and lounging by the beach with a good book and a hot cup of masala tea for company. Hari also writes prose (and some poetry) in his blog, when the occasional creativity bug bites.<br \/>\nBlog: <a href=\"http:\/\/hari.blog\/\" rel=\"nofollow\">Hari Shanker R<\/a><\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/77e70c108121f9d65908481be12fff41e5df5e07b0f8c32af4dd877a8f91c64c","latitude":9.9312328,"longitude":76.26730409999999},{"name":"Harmony Romo","role":".org Financial Gatekeeper","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3237b9396cb58bb24553227ff08ea66717add54867390f0b9c1ed7631ebce30f","latitude":33.836081,"longitude":-81.1637245},{"name":"Harris Wong","role":"Code Wrangler","bio":"<p>Harris was born in Hong Kong and grew up in Toronto before he moved to Edmonton. He created Writersky hoping to help aspiring writers reach a wider audience. He is now working for Automattic as a Code Wrangler. You will occasionally find him hanging out at local coffee shops.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c18d831ac4681be94ae87cb09021dcbb070d1d7a4c24c251235e2a363b34cd5a","latitude":53.544389,"longitude":-113.4909267},{"name":"Rua Haszard","role":"Team Wrangler","bio":"<p>I'm a software developer who loves abstraction, a part-time electronic musician, and enthusiastic communicator. When I was at university, studying computer science, I thought the Internet was a fad, and databases were boring. I was wrong.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/47e4514ab421625a06f04cffb6e4d61bc93fb504f18cb4a96b210a83a5eaf0cf","latitude":-46.2343847,"longitude":169.7460167},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":32.1656221,"longitude":-82.9000751},{"name":"","role":"Inference Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Heather Eckhaus","role":"VIP Relationship Manager","bio":"<p>Hi all! I'm Heather Eckhaus, currently on trial for a spot on the VIP Relationship Management team. My background is in client services at digital agencies, ranging from large, global shops like Digitas to small, family-owned agencies. I've led client relationships in various categories including consumer packaged goods, healthcare, B2B and tourism. <\/p>\n<p>A few career highlights include:<br \/>\n- Partnering with the Marketing and IT teams at Pitney Bowes on a global digital transformation, which included redesigning and re-platforming their site and a large-scale media campaign<br \/>\n- A year long campaign for the Bermuda Dept of Tourism, which included producing over 450 different radio spots and daily website updates. It also included trips to Bermuda, managing several jazz festivals, touring the island on a moped and a dark and stormy (or two)<br \/>\n- Developing several WordPress multisites on behalf of Celgene, working with regional affiliates worldwide to develop, launch and maintain brand and corporate websites<\/p>\n<p>Outside of the digital marketing world, I am a registered dietitian, having completed coursework at NYU and a dietetic internship at Memorial Sloan-Kettering in NYC. I lived in the east village of NYC for a while in a tiny studio, which I loved. Now I live in Maplewood, NJ, which is a suburb about 20 miles outside of NYC. I'm pretty happy living here, too. <\/p>\n<p>Exploring the world is a favorite pastime. A few top trips include Portugal, Thailand and South Africa. I love to read, hope to learn to cook one day, love to hang at the beach and spend time with my family.<\/p>\n<p>Thanks for reading!<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5ef09f5a2a8f0c66de050a2ed9ee12a652724f6c1e519b8409d52bfaf397b4e2","latitude":40.7299793,"longitude":-74.271992},{"name":"Helena Artmann","role":"Happiness Engineer","bio":"<p>Originally from Rio de Janeiro, I migrated to Canada in 2005, and my son was born in Calgary, AB two years later. I hold a bachelor's degree in communications and am a certified life coach and wellness counsellor.<\/p>\n<p>Passionate about the outdoors, I\u2019ve been an avid mountaineer since 1991, summiting peaks like Denali and Aconcagua. I now reside in Vernon, BC, and moved to be close to Silverstar for downhill biking. Our quaint home houses my son, our three cats\u2014Treasure, Tofu, and Jason\u2014and our dachshund, Bruce.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8162c93ad4d1b08e2901a9291cef7e2273488f4d1e22080823fc53280de2f12d","latitude":50.2670137,"longitude":-119.2720107},{"name":"Peter Schimke","role":"Director, Product Marketing, WordPress.com","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/aabd08d058a90e86409adb6128672844d9f8a4f805f998483d9187f5e24a569f","latitude":51.1045407,"longitude":13.2017384},{"name":"Douglas Henri","role":"JavaScript Engineer","bio":"<p>Software developer born in S\u00e3o Paulo, Brazil.<br \/>\nFOSS enthusiast, social media averse and a science lover that spends way too much time with fantasy and sci-fi lore.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e7080e99e479cba4cceb009fa621b614b15cd6cf0bec0dde8501ad9ad78423e5","latitude":-23.5505199,"longitude":-46.63330939999999},{"name":"Henrique Iamarino","role":"Theme Designer","bio":"<p>I am a professional with a background in Graphic Design. I was born in a small town in the Brazilian countryside. Like my fellow countrymen, I am a son of miscegenation. Native Americans, former slaves from Africa, and immigrants from Europe are all components of the transitory mix of thoughts and feelings I call me.<\/p>\n<p>Among those diverse cultures and world views, I built my creative education. Later, I had the opportunity to live in Europe for a while, in London and Milano, and the experience solidified my vision of Design and the Arts.<\/p>\n<p>As a curious and relentless person, I am always investigating ways to deliver my best, and that makes me sure that tomorrow, I'll be a better designer and human being.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b1b2bc3da032d9840ffe994a8c255035e63133ab442254de3082bc4f919f2117","latitude":45.4642035,"longitude":9.189982},{"name":"Henrique Mouta","role":"Rocket Engineer","bio":"<p>From the beautiful city of Lisbon, Henrique is a web developer that worked on one of major engineering schools of Portugal. When not doing some code, Henrique can be found doing some hiking, cycling or simply enjoying a movie at the cinema. Started programming really young, and now he is\u00a0a supporter that the code should be poetry.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/94b3c7c851af102264e0e1b3ba250827139116f67bfb5548026a631757e51c20","latitude":40.2348456,"longitude":-7.444911100000001},{"name":"Prahesa Kusuma Setia","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c8dc5d1a4c0e4ac6150b3e8f34857f1d9012c20889fdd9857c67db53145b6262","latitude":-6.4024844,"longitude":106.7942405},{"name":"Heather Freeman","role":"HR Ops Magician","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/71e9c73121211d9cf42560eab9072a3078b135df5a406f7ae73882d6dc13c4d4","latitude":34.2257255,"longitude":-77.9447102},{"name":"Hicham Boushaba","role":"Mobile Engineer","bio":"<p>An Android developer who enjoys deleting code<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5c41fbe7790bcd910ee5978d1bb7ae0f37cf834ae31e976b6c720be71d390098","latitude":31.791702,"longitude":-7.092619999999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.011902,"longitude":-98.4842465},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":56.462018,"longitude":-2.970721},{"name":"Huong Do","role":"Mobile Wrangler","bio":"<p>I'm an Apple enthusiast, tea drinker, slow but keen reader, art admirer, cute animals worshiper with overuse of emojis (imagine the number of emojis you'll see if this bio allow them -.-')<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/9b97a2d8be8015efd2decb38e184d16e7e13229e71e167c5d1611f7c4f55cc85","latitude":14.058324,"longitude":108.277199},{"name":"Hannah Keating","role":"HR Wrangler","bio":"<p>I started as an HR Wrangler at Automattic in January 2022, and I'm currently based in South Wales after spending most of my life in London. A few facts - I am an ex-secondary school teacher and a Chartered Member of the CIPD. I also love long walks, travelling and getting stuck into a new tv series.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/42f1b4bb71201f98dfa1158ea40c1ff0367a2583d58c46d024a7d8a44c7c4686","latitude":51.504286,"longitude":-3.576945},{"name":"Chris Holder","role":"Code Wrangler","bio":"<p>I\u2019m a software engineer working at Automattic from Nashville, TN, and I\u2019m currently working on making WordPress.com the best place in the world to host WordPress.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5238a317c776ff51ba60c8564210eb5b6c55cdf3f5fbb9832b1192a727cb965f","latitude":35.751179,"longitude":-86.9300023},{"name":"Dany Hong","role":"Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/4e091d1627b66938dc93160418778bbe468d0745f853272ab07216d642d0cfc6","latitude":false,"longitude":false},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":34.5199402,"longitude":-105.8700901},{"name":"Josh Robertson","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/8d0b162bd74646dd4156097e3996291ffac26cfa2356a53e25633855ff1a0b5e","latitude":39.3209801,"longitude":-111.0937311},{"name":"Emma Flowers","role":"Code Wrangling","bio":"<p>I\u2019m Emma Flowers. I\u2019m originally from Taiwan. I studied in Switzerland for two years and moved to the US with my husband in 2020. We don\u2019t have pets because we travel a lot.<\/p>\n<p>I love indoor and outdoor rock climbing and snowboarding\/skiing. I\u2019ve climbed in Taiwan, Japan, Thailand, France, Romania, and the US. I love snowboarding\/skiing. I\u2019ve boarded in Japan, Austria, Switzerland, and the US and skied in Korea, Canada, and the US. I\u2019m happiest when I can enjoy an IPA while climbing\/snowboarding or hanging out with my friends and family anywhere in the world.<\/p>\n<p>In the past year, I have also been in love with woodworking, and we\u2019ve made a bunch of our furniture. Unfortunately, the recent move made us give up woodworking. I enjoy how calming and rewarding it is to make something with your hands.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d3128ef4bfef74e8109a68c6d974d8a256f79c17e3e7ebc0fc45fd62de7e0ea9","latitude":35.0456297,"longitude":-85.3096801},{"name":"Beth Urban","role":"VIP Support Hiring Manager; Support Ops","bio":"<p>Originally from the Philadelphia area, Beth spent 20 years in Denver and Boulder, a semester in France, and six years between New York City and New Jersey. She now lives in Vermont with her wife and two dogs, where she still cheers for Philly sports teams. She was a journalist for 10 years before transitioning to tech. Hobbies include cooking, reading, crossword puzzles, gardening, hiking, and hanging out in the mountains\/on the beach whenever possible.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f8eb1c87cbcfd06d41b183873fdd735ba5f921e3077aa9b2a5f0a30b60ab0ee0","latitude":44.5588028,"longitude":-72.57784149999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.2033216,"longitude":-77.1945247},{"name":"Xiao Yu","role":"Tuple Tumbler","bio":"<p>Blog: <a href=\"http:\/\/xyu.io\" rel=\"nofollow\">xyu.io<\/a><br \/>\nAfter an existential crisis and a stint working as an apprentice brewer Xiao realized he rather enjoyed working with bits as long as there was a purpose. He now wrangles data at Automattic in hopes of making the internet a better & more democratic place. He still enjoys brewing beer and attempts to run up mountains in his spare time.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/146d69ea4b5a6a8ad69e5dfab0a96e117ff504bce463677c283e3c8da8e92d89","latitude":45.5230622,"longitude":-122.6764816},{"name":"Mayank Chugh","role":"Code Wrangler","bio":"<p>I live in the UK with my partner and our pet cat. <\/p>\n<p>You can always catch me trying to acquire a new skill ( j'apprends le fran\u00e7ais ).<\/p>\n<p>Avid Experimental Coffee-ist - always blending unique coffee blends :)<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7225ce07015c77dd57b77bf68b6f28e6b7af6ffaab2164c6fca2b8e0e4eb235c","latitude":50.718412,"longitude":-3.533899},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.38112899999999,"longitude":-1.470085},{"name":"Gabriel Maldonado","role":"Mobile Wrangler - iOS","bio":"<p>Born in Palma de Mallorca (Spain), studied business management and worked in hospitality for the most part of my life, self-taught web developer wannabe on the side, play guitar sometimes and long-term traveler :D<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a1b371a991a321f4c55d6a782c7139a2fff7a09f19257b602b2fdcdd057496fc","latitude":13.7563309,"longitude":100.5017651},{"name":"Michelle Ellis","role":"Mobile Wrangler","bio":"<p>\ud83d\udc4b I'm an iOS developer, mom of 2, and gamer\/board game\/crafting nerd living in Ontario. Currently building the best chat app on earth with Beeper and Automattic \u270c\ufe0f<\/p>\n<p>Intro post: https:\/\/howdya8c.wordpress.com\/2024\/06\/25\/hello-from-michelle-%f0%9f%91%8b-%f0%9f%8d%8e-%f0%9f%8e%ae-%f0%9f%90%88\/<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6f035d35195484473aefd9c46e72158a2a36b7762bf678635e82dabfbf3a67b6","latitude":43.4642578,"longitude":-80.5204096},{"name":"Pablo Postigo","role":"Strategy and Corporate Development","bio":"<p>Pablo loves food & doesn't like to wake up early. <\/p>\n<p>He is a web enthusiast and has been using WordPress since 2008. Before joining Automattic, he was the co-founder & CEO of Frontity.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d20ca2ca95f8e0fa3720ea2ff9f4b474e3c0fcfcf9b82193d9862b32d30c86e8","latitude":40.4167754,"longitude":-3.7037902},{"name":"Sarah Glenn","role":"Event Producer, SoTW & Flagship WordCamps","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/090ad0563e94458b6764961681c92d6dba395ff6341f270b91dd686f0ac87c3d","latitude":49.3974171,"longitude":-123.5152222},{"name":"","role":"Relationship Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":30.9842977,"longitude":-91.96233269999999},{"name":"Takashi Irie","role":"Designer","bio":"<p>Takashi is a designer based in the UK.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a90d3ebcdf9364d2070079c809036a4b2f4641fab34df9d974da77934d16b130","latitude":50.9280143,"longitude":-0.4617075},{"name":"Ian Maia","role":"Mobile Infrastructure Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/744b5856d51100529b3eff335a5bcce7783da8318ac50d5ef8fea85c05e46db8","latitude":52.3702157,"longitude":4.895167900000001},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.3209801,"longitude":-111.0937311},{"name":"Ian Jones","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/03b12a3fd47941c6599a061ecbe1f50f3fbda26eb394f97e727c843745227bf2","latitude":50.7155591,"longitude":-3.530875},{"name":"Ian Ramos","role":"JavaScript Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a81797075eca9b6b854d872cd72782268657b8d6f2ef2cc01683857a1fb9d165","latitude":-5.4983977,"longitude":-39.3206241},{"name":"Ian Yu-Hsun Lin","role":"Software Engineer","bio":"<p>Now playing: <a href=\"https:\/\/youtu.be\/ejdZEe4Rd0o\" rel=\"nofollow\">Weird Fishes<\/a><\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a6aeb31962819958b2a0ab6b28a0c537580aaefe5b7044aa63e96fc7e80dd264","latitude":25.0329636,"longitude":121.5654268},{"name":"Kader Ibrahim S","role":"Senior Software Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/238bdd5e8d6d40fb60aafc29a6e59dcaf1dfb7330626c59d888853b69ed1fc9c","latitude":13.0826802,"longitude":80.2707184},{"name":"Kuba Birecki","role":"I am Groot","bio":"<p>I'm just trying to figure things out.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/acf8e51540e8a7db78177db9167301ed91a9ca957f00cbe621efd9b35b7705eb","latitude":50.06465009999999,"longitude":19.9449799},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.3873974,"longitude":2.168568},{"name":"Ignacio Dobronich","role":"Code Wrangler","bio":"<p>I'm a software engineer and full-stack developer living in Paraguay with a passion for building products with impact.<br \/>\nA big advocate of remote work, lifelong learning and product-led growth.<\/p>\n<p>In my spare time I love reading, traveling, playing music and discovering new board games.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/93b356bcec4a3e9b29038d005c0f62ad86ca4c877a5a973b65755c43b71ff778","latitude":-25.2637399,"longitude":-57.57592599999999},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":14.6090537,"longitude":121.0222565},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-31.2532183,"longitude":146.921099},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.074208,"longitude":21.824312},{"name":"Ilona Jaudzemyte","role":"Senior Product Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/38394847d486cb330216fe38b9bdf798f92d7a8927ec7e9faf49f86abcf16971","latitude":54.6871555,"longitude":25.2796514},{"name":"Ilyas Foo","role":"JS-tronaut","bio":"<p>I have a degree in Networking in Data Communications and used to be a consultant for five years before joining Automattic. Most of my bugs speak JavaScript and PHP, occasionally in Python and C#.<\/p>\n<p>I love reading about bleeding-edge technologies, watching late-night shows, playing Dota2 with friends, and building stuff in Minecraft with my boys. Sometimes I play the piano, but maybe I'm better at listening than playing them :).<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/bec5179f97a2b1c4993708ce86d8dc5ffae674b946a7d35773d937660fd24525","latitude":5.517234999999999,"longitude":100.4314871},{"name":"Manish Menaria","role":"JavaScript Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/fa10e8238e7f033a1cad1f8fcabf76e70ac1e2637067c6d58e9a6d2b9f2d7093","latitude":24.8829177,"longitude":74.6229699},{"name":"Gosia Lach","role":"Recruiting Specialist","bio":"<p>https:\/\/howdya8c.wordpress.com\/2022\/04\/15\/hello-from-poland\/<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/875623623de51589cfaff3fb974a70a19782f5e42e90fb5e22b8f3119449c342","latitude":49.88072990000001,"longitude":19.2228003},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.937496,"longitude":14.375416},{"name":"Imran Hossain","role":"Code Wrangler","bio":"<p>Love problem solving, love it even more when it's done via programming. I'm an avid reader with a wide range of interests. Love trying to optimize codes to make them run faster and more efficiently, I like counting milliseconds.<\/p>\n<p>I believe empathy should be our second nature and we should help everyone in need as much as possible and then a bit more. I absolutely love to take part in all charity works, blood donation, winter cloth distribution, food distribution etc in any possible way.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3c7540c271b6430efa776cfb4dde21e669bcc36e974487975b196dbfd3440a67","latitude":23.810332,"longitude":90.4125181},{"name":"Saulius Grigaliunas","role":"Senior Data Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e6671aeab48aaf5029d5a1465df470ea533a32c8d36546c9a489ba4f1378e0f3","latitude":54.6871555,"longitude":25.2796514},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":23.69781,"longitude":120.960515},{"name":"","role":"Talent Acquisition Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.7212737,"longitude":-4.4213988},{"name":"Gopal Krishnan","role":"Enterprise Gutenburger","bio":"<p>I'm Gopal and I lead the team working on Enterprise Gutenberg in VIP. I enjoy gaming, watching tv shows\/movies, working out, travelling and listening to podcasts.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e8c8dfbdd8fa47217eab465216dc75bf940b48ee587469c0c84ca459be6cb049","latitude":-31.2532183,"longitude":146.921099},{"name":"","role":"Human Resources Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.0759678,"longitude":-107.2902839},{"name":"Rafael Agostini","role":"Software Engineer","bio":"<p>Software Engineer at Automattic, working on Jetpack. With over 14+ years of experience, Rafael is passionate about crafting software products that address people's needs and help them grow.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a39a7bbcbc4149e2bb4630ab518a618b95d61634674d90a574cdacd8cc104a2e","latitude":8.9781025,"longitude":-79.67266320000002},{"name":"Ioana Muresan","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/37139c6b60c339da4ddf54b22c17b32d04bae30dd49f9a08502672da8507a0a6","latitude":48.6140553,"longitude":7.7521505},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":34.8579518,"longitude":134.5453787},{"name":"","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.0457549,"longitude":-76.64127119999999},{"name":"Walther Lalk","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2e0bc806f51a191b90dc877753ab3902bc306140b1e45fdd22f9c57ddaf219b6","latitude":52.336916,"longitude":-6.4633381},{"name":"Irfan \u00d6m\u00fcr","role":"Mobile Wrangling","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3ff1c40833c83f674219ada2fdbe3bba8b600bdd6df594d09ff22fb062ab4885","latitude":41.0082376,"longitude":28.9783589},{"name":"Brian Alexander","role":"Code Wrangler","bio":"<p>Brian is a nerd who lives with his amazing wife and daughter in Portland, Oregon. IRL he drinks coffee, runs and bikes, tends his chickens, power washes, and bangs on drums.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/08cad755c145dd1308f80ad5714f1ae8046986c97720c9eeee782925d596e1bf","latitude":45.5230622,"longitude":-122.6764816},{"name":"","role":"Analytics Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":13.7563309,"longitude":100.5017651},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Dan Q","role":"Code Magician","bio":"<p>Blog: <a href=\"https:\/\/danq.me\/\" rel=\"nofollow\">DanQ.me<\/a><\/p>\n<p>From the age of six, when all his friends still wanted to be firefighters or astronauts, Dan always knew that he wanted to write software for a living. A decade later, in the 1990s, he sold his first website and started his first blog. Since then, he's worked on technical projects huge and tiny but has always retained his love of the people-centric, open, democratic Web.<\/p>\n<p>He lives in the UK with his partner and her husband in a polyamorous trio, along with their two kids. In his spare time he goes geocaching\/geohashing, entertains willing strangers with card tricks, and continues to write in his now 20+ year old blog.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5e1e132c825d7a65c27153d70bf520e4fbda732784876126990d9afe7d266be6","latitude":51.7494494,"longitude":-1.4037817},{"name":"Tallulah Ker-Oldfield","role":"VIP Support \/ Empathy Engineer","bio":"<p>I used to make blogs, then the blogs made me.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/24ecfd599b59afac24293604ed4d5f1e29c9dd2efafad100d93f7ea0fde797c6","latitude":53.78352400000001,"longitude":-1.067189},{"name":"Ivan Uravic","role":"","bio":"<p>I believe in the magic of team work and the value of individual work. I'm super excited about Open Source, and feel thrilled to be a part of the amazing Automattic adventure!<br \/>\nI code because I love to, and also I see myself coding, among other things, in 40 years from now. Because it seems just like yesterday that I wrote those first Quick Basic lines in DOS, 23 years ago. I love learning in general, and I love being a beginner at things, and also seeing good things getting built and change.<br \/>\nMy main other passions -- music (guitar, piano, some percussions, some very beginner woodwinds), bicycle travels, working out.<br \/>\nLooking forwards to meeting you; it is such a pleasure to be here.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8e0c5aafe943f1223b2bd6080167ad0ef3bcf8424da70e0502eee60bb214b86e","latitude":45.8150108,"longitude":15.981919},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":48.3118304,"longitude":17.1973299},{"name":"Ivan Stojadinov","role":"Excellence Wrangler","bio":"<p>Ivan is a Software Engineer in Test at Automattic. If he is not online, he is probably experimenting with food in the kitchen or trying to make a perfect shot of espresso (not there yet!).<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/709f3d57d456ef4e81797e7da77875400ed75982b92c09962ff8d8d63907381c","latitude":44.786568,"longitude":20.4489216},{"name":"Ivona Brajovic","role":"Woo Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/68bf0d2a301be484d851c0865916ea2d8725dc8455119466f5eb48d0b5836ad1","latitude":44.8125449,"longitude":20.46123},{"name":"Josh Phillips","role":"Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2f0b4e4fc2100a215d5d9fa2ff7e7ef0be84093d6fbbbe7ed5af34a7334544a5","latitude":50.0421187,"longitude":-110.7196953},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"Jacklyn Lock","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/f144e4ce391afee99d097cdd2cd86fab17a4921a2fef71edf460fa90ae0b2747","latitude":44.3148443,"longitude":-85.60236429999999},{"name":"Jaco Swanepoel","role":"Woo Public Resorcerer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/433ab529f4f70ec2df6f3c5cc1a8e08fddbbe9c6b36f2d12afa8fba478b9d036","latitude":55.2082542,"longitude":-2.0784138},{"name":"","role":"Strategy and Corporate Development Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.5123443,"longitude":-0.0909852},{"name":"Jake Morrison","role":"Code Wrangler","bio":"<p>Jake is from <a href=\"https:\/\/en.wikipedia.org\/wiki\/Washington_(state)\" rel=\"nofollow\">Washington State<\/a> but now lives in London, U.K. He misses the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Cascade_Range\" rel=\"nofollow\">Cascade Mountains<\/a> and strong IPA beer but has a newfound appreciation for the British pub and London micro-brews. While not code wrangling <a href=\"https:\/\/wpjobmanager.com\" rel=\"nofollow\">WP Job Manager<\/a> and <a href=\"https:\/\/senseilms.com\" rel=\"nofollow\">Sensei<\/a> (and sometimes during), Jake can be found talking to and petting <a href=\"https:\/\/www.instagram.com\/p\/BBsQoiCnzX1\/\" rel=\"nofollow\">dogs<\/a>.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/165daac5372cfb0afb3d112a21372b9b49c65813049a3fc52d378842e1a64739","latitude":51.5073509,"longitude":-0.1277583},{"name":"Jamal Irving","role":"Sr Software Apps Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/fd6c60ce883c0512abd95bd1ae4d63456eeb38f857e5352f2766f3df48ac048e","latitude":40.9253764,"longitude":-73.0473284},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"","role":"Product Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.23706499999999,"longitude":-0.8944420999999999},{"name":"James Allan","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9d64fd3c42989e55d38a5e95baa4ce3c7bf94aa8c61c56c421b897798c466e60","latitude":-27.375918,"longitude":153.046595},{"name":"James Gill","role":"Software Engineer","bio":"<p>I joined Automattic as a Software Developer in 2021. I'm currently working on self-serve advertising tools for Tumblr & WordPress.com<\/p>\n<p>I've been a web developer for around 10 years mainly using PHP and JavaScript both in house and at an agency. Using a mixture of WordPress, WooCommerce, Laravel & Laminas to build all kinds of applications and websites.<\/p>\n<p>Outside of work, you'll usually find me outside, I'm based in the Lake District so I'm basically always out camping or walking when the weather permits!<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e559662d54284a4f903a7dc6b38f34c128d4f63861e21ff9e361ab6cc3eb200f","latitude":54.195138,"longitude":-3.09267},{"name":"James Giroux","role":"VIP Technical Account Manager","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/d1434dc53a905fecee4afab48e6d95f4841e5bc76c8d4a7777b339cf31a353af","latitude":44.2311717,"longitude":-76.4859544},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.8642449,"longitude":-2.238156},{"name":"James Rodger","role":"Team Lead","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/da2f686a259bf93dca728dbb108d674aa7584075afa923333f8cf4a6652dbd1d","latitude":51.454513,"longitude":-2.58791},{"name":"James Frost","role":"Mobile Wrangler","bio":"<p>James lives in Bristol, England, with his wife and son. He taught himself to code on his family's BBC B computer when he was a kid in the early 90s, and was instantly hooked. He works at Automattic as a Mobile Wrangler on the Day One iOS and Mac apps.<\/p>\n<p>Outside of Automattic, he enjoys spending time with his family, learning new things and teaching others, cooking, reading, playing games, and drinking good coffee.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8d4d74f6c16055bdf36170072839b7866383a2dcb993c3dbdf95bc629a4add70","latitude":51.454513,"longitude":-2.58791},{"name":"James W Rutherford","role":"General Manager - Automattic for Agencies","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/1f8a90cb64001224560439a0b7b3f45df9ee0b7f0badda113e6aa46b4a889493","latitude":45.253783,"longitude":-69.4454689},{"name":"Jamie Boardman","role":"Director of Partner Management and Business Development","bio":"<p>Hey there I'm Jamie \u2013 originally from Texas, I've mostly grown up in the Atlanta area. Alongside my incredible wife, a real force in health science at the CDC, and our two dynamic daughters, life is a non-stop whirlwind of love and adventure.<\/p>\n<p>When I'm not immersed in the hustle and bustle of family life or championing improvement projects at my daughters' schools, you'll find me chasing the call of the wild. Whether hiking our state parks' trails or venturing further afield for multi-day escapades, I'm always seeking the next outdoor thrill. And let's not forget our family's four-legged friend, Claude, who adds an extra dash of excitement to every adventure!<\/p>\n<p>But it's not all about roughing it outdoors \u2013 I've got a green(ish) thumb and a passion for gardening that rivals my love for exploration. And when it's time to unwind, you'll catch me with a cold brew in hand, savoring life's simple pleasures and maybe indulging in a bit of news overload.<\/p>\n<p>With a career journey that's taken me from the tech trenches of Intuit (Mailchimp) and Salesforce (Pardot) to the world of higher ed at Kennesaw State University and technical support at Apple retail, I've collected experiences as diverse as the city skyline I call home.<\/p>\n<p>So, whether I'm digging in the dirt, chasing trails, or simply soaking up quality time with my loved ones, life's an adventure meant to be lived to the fullest \u2013 and I'm all in!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/01d6c5b05f0164ab8c5618db1341a85ea468809962cd80ed545df853fdb0f513","latitude":33.7489954,"longitude":-84.3879824},{"name":"Julia Amosova","role":"Team Lead (Quality Engineer)","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/5822965b924eb5a03e31a6280844976334cc16e7917e9c41e1ce5b6aed5054a8","latitude":40.8447819,"longitude":-73.8648268},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.46366700000001,"longitude":-3.74922},{"name":"","role":"Human Resources Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.9332706,"longitude":-116.5765035},{"name":"Janine Bajnauth","role":"Happiness Engineer","bio":"<p>Born, raised and currently residing in Toronto, Canada with my mini Australian Shepherd, Loki. I'm an aspiring world traveller, avid music festival attendee and love nerding out over video games, anime and movies. <\/p>\n<p>Chicken Finger Connoisseur + Extreme Coffee Addict.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/9fc71bc067a9a9783ad2cded55ca55956dcaa4938b10708e72ee4199f5d66b0f","latitude":43.653226,"longitude":-79.3831843},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":49.1950602,"longitude":16.6068371},{"name":"Jan Mc Kell","role":"Happiness Engineer","bio":"<p>I started off my career as a Graphic Designer, but then the web got a hold of me, and I pursued it via self-study, eventually finding my way to WordPress in 2008. Since then, I've pursued mastery of the WordPress platform. I believe in the Open Source model, because innovation is based on iteration and invitation. I believe in helping website owners, because websites are the new real estate, so this home ownership must come with a sense of empowerment. I am a published writer, and have always had a deep love for writing. When you strip my life down to its barest, web and writing are the two last men standing, and by web, we mean WordPress..duh!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0bd3fbdc550a92b4710653e7057e9b6a9c13e77d370c66af5f68b5176740b388","latitude":10.0731003,"longitude":-84.3122803},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.13398609999999,"longitude":16.8841961},{"name":"Joan Art\u00e9s","role":"Happiness Engineer","bio":"<p>Born in Barcelona and now living in the lovely city of Sabadell. He's been working with WordPress since 2010, as an experienced user and also as a developer. Now, he delivers happiness to WordPress.com users.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f7fd9de00d4de272b60cc00df0b8345681bdb06f8d1e092953fabfb2d7da554c","latitude":41.5462745,"longitude":2.1086131},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.074208,"longitude":21.824312},{"name":"Jason Bahl","role":"Air Fried Pizza Connoisseur","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6c283cdfefb81b55becce229b7a587b33debd73ed1e2c5fbdb0c0e8c5b0c7d4a","latitude":39.613321,"longitude":-105.0166498},{"name":"Jasper Chang","role":"Software Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/55c1cbc08655f690f465dc13cc464949a6bc2b8f71dbc0cd5458e88405493985","latitude":25.0169826,"longitude":121.4627868},{"name":"Javier Olmo","role":"Frontend Engineer","bio":"<p>Javier is a Frontend developer who loves JavaScript. He also loves to design Videogames, composes music and collect Tamagotchis.<br \/>\n. He also cooks really good Tikka Masala!<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b806ebb5d6c21f55e8128fab1cc0a9efd879395b8a862f34d85a297eeab784db","latitude":37.5628382,"longitude":-1.3069957},{"name":"Jay Koster","role":"Product Designer","bio":"<p>Product Designer<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b386e15a73340f451de8f549872332520ae6e62fb724c74a529dfcc0658a1cd5","latitude":52.6583014,"longitude":-0.639643},{"name":"Jabulani Nyoni","role":"Analytics Engineer","bio":"<p>Jabulani is a data and numbers loving individual. He has an educational background in Actuarial Science and has worked in various data roles and industries in his career.<br \/>\nIf he is not busy crunching some data, you will find him finishing off a 5km or 10km run.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/75a295c4efddc3d3d72c330d1436ea22f734e99c61af04eba99a7dbba59dd7f1","latitude":-33.9248685,"longitude":18.4240553},{"name":"Jayson Basa\u00f1es","role":"Mobile Wrangler","bio":"<p>Jayson grew up in Davao City, Philippines and is now living in Calgary, Canada.<\/p>\n<p>Since more than 15 years ago, he has co-founded startups, led cross-functional teams, made games, and contributed to open source. He's now a Mobile Engineer (iOS & Android) at Automattic.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/494f360fd666934cb2d4510702dadcaa2a3adfdb8927015f1fa58508a7873b7e","latitude":51.0486151,"longitude":-114.0708459},{"name":"Jay Walsh","role":"Communications @ Woo","bio":"<p>Communications and PR at WooCommerce.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5c96c70ee185c749d6f09cd67e27b73f0d9889072bd4ebe7d1c146442ef4ba6f","latitude":38.440429,"longitude":-122.7140548},{"name":"Jeff Bowen","role":"Bug Farmer","bio":"<p><a href=\"https:\/\/jeff.blog\" rel=\"nofollow\">jeff.blog<\/a><\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/96fe4e56c258df250feff190f6a555880c59e538c9081435aa5eb303d1c624ef","latitude":27.6648274,"longitude":-81.5157535},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":33.836081,"longitude":-81.1637245},{"name":"Jonathan Bossenger","role":"Developer Educator","bio":"<p>Developer and open source enthusiast passionately trying to make the tech world a better place through sharing of knowledge and experience.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4a42edb1cb7da86dfd41d898ebd75855760c191379fac6b25175eea6ba8a1608","latitude":-33.8325,"longitude":18.6475},{"name":"Joe Boydston","role":"Mileage Wrangler","bio":"<p>Blog: <a href=\"http:\/\/joeboydston.com\" rel=\"nofollow\">joeboydston.com<\/a><\/p>\n<p>An advocate for open source, an evangelist of Journalism and a dreamer of exciting futures for both. Joe engineers\u00a0happiness from the smokey mountains in North Carolina.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/ccbfabf59fd025e6f72944f333335abf2e143711e271a470c9c7e7dc725c7570","latitude":38.946154,"longitude":-105.2893555},{"name":"","role":"Data Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.279986,"longitude":17.3522939},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-18.512178,"longitude":-44.5550308},{"name":"Josh Rosenberger","role":"Happiness Engineer - JPOP - Team Onyx","bio":"<p>Hello everyone! My name is Josh and I'm just starting out here as Trial Happiness Engineer. I'm originally from Upstate New York, mountains and farms, but I've been in Texas for nearly 6 years now. I'm looking forward to my trial experience and hope to make the cut!<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b0c7b6c4e4fdfa3c53a80da6499c8cb972ff5a111519dc6c5aa36319a16a488a","latitude":33.3490011,"longitude":-96.54859909999999},{"name":"Jonathan Csanyi","role":"Payments Lead","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/70e21953db4ffc94bdbb17a7e25247e1d26e15f393cbf0c16a6a95a441dac3c4","latitude":45.5359539,"longitude":-62.71032499999999},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.0583238,"longitude":-74.4056612},{"name":"Jose Casta\u00f1eda","role":"VIP Technical Account Manager","bio":"<p>Avid reader, and family man. I enjoy learning and helping others realize their potential. When I'm not working, I'm spending time with my family, reading a good book, traveling to new places, or enjoying a long bike ride.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f31da65f453b41b29d6a1b2e77ea4b46df05a4b9c7d764ada6feebff2f4beba1","latitude":43.5890452,"longitude":-79.6441198},{"name":"Jeff Golenski","role":"Design Tactician","bio":"<p>Blog: <a title=\"Jeff Golenski - Design Tactician\" href=\"http:\/\/designtactician.com\" rel=\"nofollow\">Design Tactician<\/a>, <a title=\"Midnight Shift Photography\" href=\"http:\/\/midnightshift.photo\" rel=\"nofollow\">Midnight Shift Photography<\/a>.<br \/>\nMultidisciplinary designer who codes. Dedicating my life to helping others and pushing innovation on the web. Continuously vibrating at 528hz. Photography. Aquaria. Dart Frogs. Life Enthusiast.<\/p>\n<p>Previous life: BruteProtect, Midnight Shift Studio.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/ad3da8c1cd18afb35828a83d31d25ba2351bd600b06bb7f63f94be074c2069e1","latitude":41.6362152,"longitude":-70.93420499999999},{"name":"","role":"Division Lead","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"Jeremy Herve","role":"Jetpack Mechanic","bio":"<p>Blog: <a title=\"Jeremy Herve\" href=\"https:\/\/jeremy.hu\/\" rel=\"nofollow\">Jeremy Herve<\/a><\/p>\n<p>When he is not maintaining the Jetpack plugin, he is probably playing with his kids, or in front of another screen. His passions away from the computer are TV series, board games, cinema, and science fiction books.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4d91e623706eb63ebb6ff31b8c1c8014b3f7cdddf1c6c15138a163143948abe1","latitude":48.4674985,"longitude":-2.5179674},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.4172871,"longitude":-82.90712300000001},{"name":"Jen McFadden","role":"Talent Op Wrangler \/ Happiness Hiring Specialist","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a6621694e0ab969329700c65d8ea12e4d8da94505731290cd505af26141735dd","latitude":45.0769115,"longitude":-64.4944735},{"name":"","role":"Accounting Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.8041334,"longitude":-120.5542012},{"name":"Jenna Westbrook","role":"Technical Account Manager, WordPress VIP","bio":"<p>Jenna is passionate about helping and supporting WordPress VIP customers as a Technical Account Manager. Outside of work, you will find her enjoying the outdoors with her family or teaching leather working at a local art school.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3ecc86948891659da02150dbef0a518c88efb29f3e44c53df85839a97206e50a","latitude":39.5500507,"longitude":-105.7820674},{"name":"Jennifer Hurley","role":"HR Wrangler","bio":"<p>I live in Brooklyn with my husband and two great kids. I love living in a big city and raising city kids, but equally love escaping to the mountains for hikes, mostly the Catskills and Adirondacks. I also enjoy bike rides, beach days, and music (classic rock and new wave mostly, totally stuck in the 70s - 90s, music-wise). My main hobby is reading; some of my favorite authors are Margaret Atwood, Maggie Nelson, Gabriel Garcia Marquez, and recently, Carmen Maria Machado.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/735b7bfae492f6a21981e70dcfd14ecce9fad80ebe59c41648800dd207dd094c","latitude":40.6781784,"longitude":-73.9441579},{"name":"","role":"Executive Assistant","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":19.8967662,"longitude":-155.5827818},{"name":"Jen Swisher","role":"Customer Experience Specialist","bio":"<p>Jen was born and raised in a tiny town in Michigan. At 19, she moved to St. Louis for college and never left. Yes, we really do <a href=\"https:\/\/www.riverfronttimes.com\/newsblog\/2019\/03\/27\/the-st-louis-style-bagel-slice-is-now-our-national-shame\" rel=\"nofollow\">slice our bagels<\/a> that way and no, we\u2019re not sorry. She\u2019s an avid fan of the St. Louis Cardinals (go birds!), all things toasted ravioli shaped, and making faces when people ask her opinion on <a href=\"\/\/www.npr.org\/sections\/thesalt\/2013\/02\/13\/171942864\/one-city-s-love-affair-with-processed-cheese\u201d\" rel=\"nofollow\">provel cheese<\/a>. <\/p>\n<p>Prior to starting with Automattic, Jen has helped small businesses, local non-profits and Fortune 50 companies create engaging web experiences for their customers. She is passionate about teaching others how to create on the web without fear. She brings that passion with her to Automattic as a Jetpack Happiness Engineer.<\/p>\n<p>In her spare time, Jen likes to keep busy. She volunteers for the WordPress open source project as a local community organizer, WordCamp organizer, and WordPress Community Deputy. She also visits regularly with her old friends at <a href=\"https:\/\/www.facebook.com\/blankcanvasstudios\/\" rel=\"nofollow\">Blank Canvas Studios<\/a>, an art-based day program for adults with disabilities. There, she helps her friends create art and showcase it in their community. Jen also enjoys reading, traveling, sewing, and spending time with her rescue dogs, Loki and Jersey.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f1ea129c5360abe6eeae8e3085d30e42427bbc07eee6db46b0a19f484637dfc1","latitude":38.7309378,"longitude":-90.3889622},{"name":"","role":"Legal Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Chief Finance Officer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Jeremy Yip","role":"JavaScript Engineer","bio":"<p>I started as a software dev three and a half years ago. After having read Man\u2019s Search for Meaning by Viktor Frankl, I really began thinking about what I could do to nurture meaning and creative expression in my life. With some experimentation, I realized that to me, it meant constructing small web pages and styling them in HTML and CSS. Little did I know that I\u2019d be joining Automattic as an engineer one day on team Cylon (best team ever)<\/p>\n<p>Before software development, I was a Peace Corps volunteer for two years based out of a teensy, tiny town in the highlands of Guatemala. I taught Maternal and Childhood Health at the local clinic, and I\u2019ve loved revisiting every year. After meeting a local software engineer and discussing his work teaching the underserved, one of my dreams is to one day return as a developer and continue contributing to the community by working alongside him.<\/p>\n<p>I currently reside in Northern California. I live with my girlfriend, and we stave off quarantine cabin fever together by playing board games, doing couples yoga, and building blanket forts. (Would love date ideas if anyone has suggestions!)<\/p>\n<p>When I\u2019m not programming, I enjoy motorcycling. I was just getting into scuba diving before the pandemic, but now that I\u2019m staying inside, I\u2019ve been having fun on my ukulele \/ leatherworking.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/365c440ad31c1e4d783ffc2a912fcf21e4a944b2a391913506e009f5cad386ac","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":15.2993265,"longitude":74.12399599999999},{"name":"Jerry Bates","role":"Happiness Engineer","bio":"<p>Blog: \u00a0<a href=\"https:\/\/theboundlesshorizon.com\/\" rel=\"nofollow\">theboundlesshorizon.com<\/a><\/p>\n<p>Jerry is a classically trained photographer living in Western Washington. A self-taught coder and designer, he picked up WordPress one day in 2007, and never put it down. \u00a0\u00a0As a Happiness Engineer he works hard to help make\u00a0WordPress fun, trouble-free, and <em>happy!<\/em> In his off time he is a \"serial-hobbyist\" who enjoys breaking things so he can put them together again.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/36a307812359d3cac3e637b64bf3b5d48b39d38b5da2eb073116b8bc95785ad3","latitude":47.7510741,"longitude":-120.7401386},{"name":"Jerry Jones","role":"JavaScript Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/232af6bcb24d7940ae5d3059be3930e2556f4ba0b01a9ca3e4aca48deefeac83","latitude":37.9642529,"longitude":-91.8318334},{"name":"Jessica Boctor","role":"Code Wrangler","bio":"<p>I am an adventurer in support. I love helping users get the most out of their WordPress sites and walking them through the learning curve of all the WordPress things.<\/p>\n<p>Outside of Automattic, I bind books, love to read and travel, and spend a lot of time hanging out with my dog and husband.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/cf589acea89cd08092b20e0fdbef9250674eb851458efcb03795ae9bbbc32906","latitude":35.3620235,"longitude":-86.20943419999999},{"name":"Jesse Friedman","role":"Head of WP Cloud","bio":"<p>Blog: <a href=\"https:\/\/jjesse.blog\" title=\"Jesse Friedman's Blog\" rel=\"nofollow\">jesse.blog<\/a><\/p>\n<p>Jesse was the Director of Innovation at <a href=\"http:\/\/bruteprotect.com\/\" rel=\"nofollow\">BruteProtect<\/a> before its acquisition in August, 2014. He's a father, husband, <a href=\"http:\/\/wordpress.tv\/speakers\/jesse-friedman\/\" rel=\"nofollow\">speaker<\/a>, and <a href=\"https:\/\/href.li\/?http:\/\/www.amazon.com\/Jesse-Friedman\/e\/B0082OBDUW\/ref=sr_ntt_srch_lnk_1?qid=1420475024&sr=8-1\" rel=\"nofollow\">author<\/a>. At Automattic, Jesse helps craft amazing experiences for the Jetpack team.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/de9353d335b8cb6d66110792f5f835023235a47ab4b1ef03fea5298cbb80f5fc","latitude":41.7001009,"longitude":-71.4161671},{"name":"","role":"Tax Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":34.0489281,"longitude":-111.0937311},{"name":"","role":"Attorney","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Jessica Tobiesen","role":"Woo Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e858151367fe152919640768bd320a39d74ef0b83db44dbe55e831ad1752d19c","latitude":41.3873974,"longitude":2.168568},{"name":"Jessy Pappachan","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/74177a756e9c67ea1426972d7c6f50f4efcbc7171a04ad16b9fdf9e5aa477785","latitude":8.5241391,"longitude":76.9366376},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Jo\u00e3o Santos","role":"Front-end Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c459c6124cd81f45e26a5245302a6291acf785fa3409da53a93fe8e3d9c8c54d","latitude":38.7223263,"longitude":-9.1392714},{"name":"","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":45.253783,"longitude":-69.4454689},{"name":"","role":"Attorney","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"","role":"Inference Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":48.7904472,"longitude":11.4978895},{"name":"Jill Quek","role":"Design Lead","bio":"<p>Jill is a product designer in the Woo team, based in Singapore.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/572f15aee836c8c115dc51ca4cd28c8de2cc5418da329cafd0aba7ab2cca40d1","latitude":1.352083,"longitude":103.819836},{"name":"","role":"Accounting Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":27.6648274,"longitude":-81.5157535},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"James Kenneth Guidaven","role":"JavaScript Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a01b7621dbafc3d74628dbfc317e888f5dd4f1e13f7f72e24f103b7967e20e45","latitude":10.3321417,"longitude":123.9357136},{"name":"Jeremy Massel","role":"WordPress + Jetpack mobile lead","bio":"<p>Hi, I'm Jeremy! I live just outside Edmonton, Alberta with my wife, three kids, three cats, and a dog. I'm lousy at foosball, decent at ball hockey, and if I ever find a hobby I can say I'm really good at, I'll be sure to update this bio!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c287b6af50babb0ddb4a100a16de0ab98132bd7f72e08629a6188a63eada8a05","latitude":53.5412083,"longitude":-113.2957365},{"name":"Jason Hubsch","role":"VIP Support Engineer","bio":"<p>Digital media specialist with emphasis on web development and coding across all creative applications. Also experienced in video editing and production for the web.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/185a08ca368b8cb610a5a822402be05a18476f8cbb9e334228d4cede112f3d69","latitude":42.4072107,"longitude":-71.3824374},{"name":"Jen Norvelle","role":"Accounting Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/481e4ad077458f4c71813991193ed5f7379547b7a591a4e18152c19db8aefe01","latitude":44.0581728,"longitude":-121.3153096},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"Jasmine Maharisi","role":"Head of Marketing, Automattic for Agencies","bio":"<p>From crafting compelling narratives to creating innovative marketing strategies, my journey from journalism to the dynamic world of marketing has been a wonderful and wild ride. I love the thrill of launching new projects and shaping their trajectory from the ground up. Creativity is my driving force, and I believe that design is not just an aesthetic\u2014it's the core of delivering unforgettable customer experiences.<\/p>\n<p>When I'm not brainstorming the next big idea or fine-tuning a marketing strategy, you\u2019ll find me outside with my pup, Teddy, hiking, or channeling my creativity into various artistic projects. Balancing my mind and body through meditation, yoga, and strength training helps me stay centered and focused. I\u2019m committed to pursuing endeavors where my passion and intellect align, always striving for a balance between purpose and results. What can we build together?<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/91fe7ce05bbfae4bf4fb15342f0a707ef3a4c4715a076577d30cf9f053ea0eb1","latitude":41.2565369,"longitude":-95.9345034},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"Jeff Mills","role":"Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/72da0b4ab116cdd3350b6d1733cdd79dc9b6ab378dd326dfca7aa85a3c6fd29a","latitude":40.3933956,"longitude":-82.4857181},{"name":"Jamel Reid","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a382c13f517d059184fe9859abba96aef3d5cc01221c9e4dc5952e5adc7f36b9","latitude":18.0178743,"longitude":-76.8099041},{"name":"","role":"Sales Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Jo\u00e3o Dante","role":"Happiness Engineer","bio":"<p>I am Brazilian, born in S\u00e3o Paulo. I have a degree in Hospitality, but my passion has always been to work in a remote position where I could identify myself with all the values and culture of the company, and here I am! It is never too late to pursue what you believe.<\/p>\n<p>\u201cThat there\u2019s some good in this world, Mr. Frodo\u2026 and it\u2019s worth fighting for.\u201d<\/p>\n<p>\u2013 Sam<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/165714348931b21b5ad76e84b2e1c407402d43162022e1a2149b49143a696dec","latitude":-23.5505199,"longitude":-46.63330939999999},{"name":"","role":"Data Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-18.512178,"longitude":-44.5550308},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-28.5305539,"longitude":30.8958242},{"name":"Job Thomas","role":"Space Oddity","bio":"<p>Hallo! I'm a Belgian living in Cape Town with a passion for education, training and WordPress, trying to combine the three at Woo. In my spare time I enjoy movies, music, photography, reading, travelling, good food and (Belgian) beer.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e018274ae5d51c6b980a02832b7f90d832325725bb02d16584fe00bd36e01c64","latitude":-33.9069597,"longitude":18.4064322},{"name":"Jocelyn Unzicker","role":"Happiness Engineer","bio":"<p>I live in Portland, Oregon with my little family. I enjoy hanging out at parks with my toddler, reading, sewing, biking, and hiking. While we don't drive much at home in the city, we love a good slow-moving road trip and frequently take them both domestically and abroad.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e5f00be37bdb9380e27647f44bf8033496345d92584c3536808ee6d8aed439c8","latitude":45.5230622,"longitude":-122.6764816},{"name":"Jodie Fiorenza","role":"Partnership Manager - VIP","bio":"<p>Jodie brings twenty years of sales and marketing experience to the WordPress space. Her marketing expertise and ability to restructure and to systematize businesses has been recognized by business leaders in many fields including media, consumer product goods, and nonprofits. She is a proud member of Bureau of Digital since 2019.<\/p>\n<p>She was on the organizing team for WordCamp US in Philadelphia and can be found speaking at WordCamps across the country. She sits on the advisory board for Blackboard Labs board and also volunteers at MANNA Philadelphia and The ACLU. Her love of plants also led her to be a local tree tender in Philadelphia.<\/p>\n<p>In her downtime, she has been known to get lost in old bookstores avoiding the fact that there is no more shelf space at home. Jodie lives in Philadelphia with her pups, Sir Frankie and Arya Bark, and over 100 houseplants.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/756ca7266f13eee0128b4b93d406a37925078b847df91601a25a0f4cc47fca90","latitude":41.2033216,"longitude":-77.1945247},{"name":"Joe Franger","role":"Director of Partner Management, WooCommerce","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/52293ecfcd470686c6a1b745e7355782624265c97efb99c999c5576461c4064d","latitude":47.6062095,"longitude":-122.3320708},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.8041334,"longitude":-120.5542012},{"name":"Joel Kingston","role":"VIP Support Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6083dccdbadafcaef5713ff58147ad7a12973344d2159e53057f1749b220824c","latitude":-33.9087356,"longitude":151.1010267},{"name":"Joel Williams","role":"Automattic for Agencies","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e9c0059a8618eda55a886e8e16f4fe51e9cb2d2dc85a6ed73d7c5e31f779bfae","latitude":36.778261,"longitude":-119.4179324},{"name":"Joen Asmussen","role":"Design Wrangler","bio":"<p>Working out of Denmark, Joen loves good design and usability, and strives for both. When he's not wrangling design, he's really into Sweden, science fiction books and Sonic Youth. He <a href=\"https:\/\/moc.co\" rel=\"nofollow\">blogs<\/a> and occasionally designs posters.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0cba87f5d1614b0b60cecc64f3d836608cd944566cce6a01e446ab5e8ed86e35","latitude":56.26392,"longitude":9.501785},{"name":"","role":"Partnerships Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":42.4072107,"longitude":-71.3824374},{"name":"John Coy","role":"Woomeister \/ Technical Account Manager","bio":"<p>I'm a husband, father, nerd, and carpenter from Austin, TX. I enjoy movies, fictional reads, and video and board games.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/871debca4ae9876289d1fabf6d395636230ee848e50e95766da557f16c6a3087","latitude":30.5082551,"longitude":-97.678896},{"name":"Jonathan Solorzano","role":"VIP Support Engineer - WordPress Detective","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/5935ec9e7f8b7e8c30893bf24e61da4612936be6111c88328eb1c5ae04df9366","latitude":3.4516467,"longitude":-76.5319854},{"name":"Jonathan Marsan","role":"Growth Scientist","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/94b6d1ca927d95d614f77c77610befd1ce703454dc6ceec60af739e06d7cb123","latitude":45.5016889,"longitude":-73.567256},{"name":"Jon Burke","role":"Business Lead","bio":"<p>Jon is the Partner Enablement lead for the Jetpack Infinity Team at Automattic. He lives just North of the Golden Gate Bridge with his wife and 2 kids.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a87b4e82140d6e53b13164af9aa3077a34e43a661e914876e83543e7a837ff99","latitude":37.9060368,"longitude":-122.5449763},{"name":"Jon Surrell","role":"Code Stumblr","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/5aca43ea08591ff27b92e5e96e334a8e16299dd2c3c54f9a14c348336e83ef28","latitude":43.1828396,"longitude":-3.9878427},{"name":"Jordan Hillier","role":"Brand Design","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a1f4ce6b65315817edb2afeb592142ef4a391d56cdee0237fa184972ac37ac47","latitude":-34.9284989,"longitude":138.6007456},{"name":"Jordan Gillman","role":"Defender of WP Happiness","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/fbe71e8679ce27110263f85b908c50f8e0ea6eb1c5c77d6c5704a8bdfeda1475","latitude":-34.4278121,"longitude":150.8930607},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.39987199999999,"longitude":-8.224454},{"name":"Jorge Mucientes","role":"Mobile Wrangler","bio":"<p>I am from Madrid, Spain, where I grew up and have spent most of my life. While I was a kid I lived abroad for a few years, 3 in Naples, Italy, and 1 in Paris, France. I do speak some Italian but my french is close to null\/none\/0 ????<\/p>\n<p>My parents are from a region in the North of Spain, Galicia. So I feel really connected to this place and try to go there several times a year. I currently live in a flat with my girlfriend near Madrid\u2019s city center.<\/p>\n<p>I\u2019ve been a mobile apps developer for around 7 years now. Started out at University co-founding a startup based on a mobile app, and have never stopped developing for the Android platform ever since. I really enjoy it when I see someone using an app I\u2019ve been involved in developing.<\/p>\n<p>I love doing all kinds of sports, but I\u2019m especially into rock climbing which right now is my main hobby. I also love going surfing when I can escape from Madrid to the Atlantic coast of Spain, and snowboarding in the winter season.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0d0c89a0bfe634401f272b519b9b9abaa43b0d3d50ec15a807a84c55c4a41d1e","latitude":40.4167754,"longitude":-3.7037902},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.132633,"longitude":5.291265999999999},{"name":"Georgi Stoyanov","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a8ec6cfa4d79bf37bfa82d517525c7c6946ed92c0af415d32bd20d2cb8ccb678","latitude":43.2140504,"longitude":27.9147333},{"name":"John James","role":"Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/75fdd9c212b8a3a1c645da80018f8fc4aed3612a31d380c6a7df2f0bc8bcfa99","latitude":6.5243793,"longitude":3.3792057},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.3209801,"longitude":-111.0937311},{"name":"Josh Heald","role":"Mobile Wrangler","bio":"<p>Josh joined Automattic in 2021, to build apps. He had bumped in an out of the Wordpress ecosystem over decades of tinkering online, but really got immersed in Wordpress and WooCommerce while building an e-commerce site for his parents' Edinburgh-based publishing company.<br \/>\nJosh is dad to two boys, and husband to Jennie. Together they love to explore Scotland, and sometimes further afield, with lots of camping, cycling, walking, swimming, and other adventures with our waterproofs!<br \/>\nJosh came from building apps at FanDuel, a US sports-betting company, as an Engineering Manager, Tech Lead, and iOS Engineer over the course of six years there. Prior to that, he cut his teeth building iOS apps at Kotikan, an Edinburgh mobile app agency\/powerhouse. He studied Software Engineering at the University of Durham, and took a post-graduation foray into retail as a food Store Manager at Marks and Spencer, a British institution.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b0a66bde4bf4d23e8ff324f06b220dc30945249344f57ac3bb1166e96d2a83b7","latitude":55.953252,"longitude":-3.188267},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.4575955,"longitude":-2.1578377},{"name":"Josh Coughlan","role":"VIP Systems Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/41f93a6a637b39fe082a0f046e7f679f9fcf65a57b6d8deb6b43b978de60a2f7","latitude":42.9261116,"longitude":-89.38456339999999},{"name":"Joshua Flowers","role":"Technical Lead","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c05d457faff2590b766cef9ba0fc1846a4a5155a58a078402ca3fb239bb74d13","latitude":35.0456297,"longitude":-85.3096801},{"name":"","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.0457549,"longitude":-76.64127119999999},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":5.978839799999999,"longitude":116.0753199},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.6485258,"longitude":138.1950371},{"name":"Josh Pettibone","role":"VIP Support Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/77c02cf1402c479629f37cdf66e148ae859406d0246d34cfae35d12780772498","latitude":42.7185255,"longitude":-83.03546790000001},{"name":"Jeff Pare","role":"Happiness Engineer","bio":"<p>Born and raised in the southern tip of Ontario, Canada, you can often find me playing games (of the video and occasional TTRPG variety), writing fiction, helping people wrap their brains around math, or just chilling with cats.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2f12736598ef3826d1f40f24e1bd67623e9c8bb90ff67d8918e3d57bf0303164","latitude":42.3149367,"longitude":-83.03636329999999},{"name":"Jorge Torres","role":"Code Wrangler","bio":"<p>Wanting to find out how the SNES and DOS games he loved growing up worked, Jorge soon found himself neck-deep in the fascinating world of programming. His path eventually led him to discover Open Source, which he <a href=\"https:\/\/github.com\/jorgeatorres\/\" rel=\"nofollow\">happily embraced<\/a>.<br \/>\nDespite having a degree in math, Jorge is very bad at mental calculations. That's why he prefers to spend his free time <a href=\"https:\/\/letterboxd.com\/jorgetorres\/films\/diary\/\" rel=\"nofollow\">watching movies<\/a> and playing with his two kittens. After moving from his native Colombia to Argentina, he's been thoroughly exploring his love for pizza and gelato in the cafes of Buenos Aires.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/33d6a063c7411775135383c5bae6cd4e45d094b72ec062c96ceafca5e2a4956f","latitude":38.7222524,"longitude":-9.1393366},{"name":"Joanna Verallo","role":"Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/bcbfb525d7545736ec175cba7d23e211c12d38ca041f2b492fee53e17003f04e","latitude":10.3321417,"longitude":123.9357136},{"name":"","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"Ross Spadaro","role":"Agency Partner Manager, A4A","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/97ebb08281ac2e3452389d9e377a9a5908451ebbfccf555c96d1d1fd2d52a357","latitude":41.3558794,"longitude":-82.2537689},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.5500507,"longitude":-105.7820674},{"name":"Josh Hanson","role":"","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/bcea8ebde5d520990506a5e1bf25c446b1fe6d27836ff7aaa2a1f2263da7d112","latitude":51.5906113,"longitude":-0.1109709},{"name":"Jarda Snajdr","role":"JavaScript Gardener","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/55a251278448304342173c73cd41f14a875c5aaecb27acb024bb1ba3cd713075","latitude":49.7384314,"longitude":13.3736371},{"name":"Jason Johnston","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/dbe645003b010b6651b37b37fc161ebd1c638e34ff5f9b606c1387f44c34eb4d","latitude":42.4894801,"longitude":-83.1446485},{"name":"Juan Cook","role":"Software Engineer VIP CS Ops Engineering","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/924bc106804e70843c919c76bae5b34ac1399ee624fdd49cf3dcc2b1cfb90ca9","latitude":-33.0728252,"longitude":-60.5786768},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":30.8406338,"longitude":-115.2837585},{"name":"JuanMa Garrido","role":"Developer Relations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/04271d1e5d001de87c75614a6d19b276cfaa8790370d17e0bb952f59d1c53b3a","latitude":51.6569225,"longitude":-0.1949252},{"name":"Julia Callicrate","role":"Senior Product Marketing Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/04da994e89d920fb3055fe9b60b02a530279459f0795d37df054898eb08fff93","latitude":37.4315734,"longitude":-78.6568942},{"name":"","role":"Business Development Representative","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Juline dos Santos","role":"Happiness Engineer","bio":"<p>I am a teacher with a master's degree from the Federal University of Santa Catarina in media, games, and gamification, and a doctoral student with research focused on the continuing education of teachers in game-based learning. I am a researcher at the Edum\u00eddia research group. I have experience in marketing, sales, entrepreneurship, and innovation. Also, I'm studying HTML and CSS.<\/p>\n<p>I love cooking, reading, playing volleyball, and swimming in my spare time. I am a technology and innovation enthusiast, passionate about education, and constantly looking for challenges and learning. Also, I'm a fan of horror movies, popular Brazilian music (MPB), and traveling, especially to places close to the sea.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3542dbdd8ba3e221737f792a29f7d7c64a9a087b6f681e593385ab210717e62b","latitude":-26.928572,"longitude":-49.36531489999999},{"name":"Ronald Gijsel","role":"Partner Manager","bio":"<p>Strategic Partnerships Manager<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f9831d8ca7da791fb4009a71aae0ab708a866d4f1d70a7c7d323139a5b364271","latitude":52.09214900000001,"longitude":-1.94677},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.4172871,"longitude":-82.90712300000001},{"name":"Justin Lee Tadlock","role":"Developer Relations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/fdcd2a06b362fac4ac62c1c45f001b28ee02d035eee2473449e73fd0f4341263","latitude":32.3792233,"longitude":-86.3077368},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-25.2520888,"longitude":-52.0215415},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.9108325,"longitude":-75.52766989999999},{"name":"Julia Wilson","role":"VP of Ad Tech Partnerships","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a88011604c9412dc3efcb93d0017961a719bb2a3bb473483e2a156114ed2088c","latitude":42.4184296,"longitude":-71.1061639},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"","role":"Learning Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":33.5901838,"longitude":130.4016888},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":23.69781,"longitude":120.960515},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":48.6616037,"longitude":9.3501336},{"name":"Jasper Kang","role":"Code Wrangler","bio":"<p>Jasper likes to solve interesting problems and loves new technologies.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5fa60fc30dd0bd1f8f0af97dc3e90719a68e09938aa931b84384774965a7cc65","latitude":-41.0299323,"longitude":175.4375574},{"name":"Kanishk Dudeja","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a1427068f868350d2f1075fbb6478e74300fd9c09c2cdb7fa2105af96d2e767b","latitude":12.9715987,"longitude":77.5945627},{"name":"Karen Arnold","role":"Talent Lead","bio":"<p>Blog: <a href=\"http:\/\/karenalma.com\/\" rel=\"nofollow\">Karen's Blog<\/a><br \/>\nKaren Arnold (pronounced Car-en) and her husband, 4 children, and 4 cats, live in sunny Albuquerque, New Mexico. When she isn\u2019t engineering happiness at WordPress.com, she helps her husband homeschool their energetic kiddos, tries to blog regularly, and brainstorms ways to meet every WordPress user in New Mexico.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e41437c92d1ebdb226a8904fab493b3a5fc45aba0671547be8b39c707d9ba851","latitude":34.5199402,"longitude":-105.8700901},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":57.64984759999999,"longitude":-3.3168039},{"name":"Karol Manijak","role":"Software Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/42305d7047ca11d494b1912d687266a50edd05954fdec22e61ab1fe63cf2df6b","latitude":50.06465009999999,"longitude":19.9449799},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"Katrina Tantay","role":"Software Engineer","bio":"<p>Katrina is a Software Engineer in WPVIP, she is also a coffee connoisseur, mech keeb enthusiast, avid gym-goer, and a mom to \ud83d\udc66\ud83c\udffb and \ud83d\udc08\ud83d\udc08\u200d\u2b1b.<\/p>\n<p>Born and raised in the the Philippines \ud83c\uddf5\ud83c\udded, she now resides with her family in Central TX \ud83e\udd20, US \ud83c\uddfa\ud83c\uddf8.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6b82721655593093e973978b904c5e977403426212f7ec07bdab1971d90a67c0","latitude":30.6649119,"longitude":-97.9225161},{"name":"","role":"Learning Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.9399159,"longitude":-73.5491361},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.5500507,"longitude":-105.7820674},{"name":"Katie DeGenova","role":"Head of Marketing, WordPress.com","bio":"<p>Hi there! I\u2019m Katie, Director of Customer Acquisition for WordPress.com. I\u2019m also a marketing nerd and obsessive word-smither.<\/p>\n<p>A little about my career: I\u2019ve supported dozens of brands in acquisition, lifecycle, and brand marketing and also dabbled in market research to better understand target audiences. I love juggling the creative (is it interesting?) with the analytic (did it work?). Strategic planning is my super power, and mapping the audience\u2019s needs and wants to product offerings is a fun puzzle to me.<\/p>\n<p>A little about my life: I live in Athens, Georgia (Go Dawgs! for anyone into U.S. college football) with my husband, two young sons, and our gigantic sheep-a-doodle. Though I love hiking, reading, and traveling, my free time nowadays involves mostly vrooming toy cars and building garages for those cars out of legos.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e95268b88df5687908cfd34a8e0b733c35eac4e395c3dd404f4c473bbbc03993","latitude":33.9519347,"longitude":-83.357567},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Relationship Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.4925374,"longitude":-99.9018131},{"name":"Katie Rethman","role":"Product Lead, Newspack","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/05a1ae9af1202a30215e168336c27254bbbc63f0e4aeee2c1235f16cfdb7690c","latitude":37.8361538,"longitude":-87.59001339999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.0207975,"longitude":4.4937836},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-8.8137173,"longitude":-36.954107},{"name":"Kaushik Somaiya","role":"Woo Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/ff2374b2c242202b259e45a6a93342758347af35161442de3012f857c9090318","latitude":20.5992349,"longitude":72.9342451},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":19.7514798,"longitude":75.7138884},{"name":"Kata Grzegorczyk","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6f5c4f50f21b1b8d30b6c954143453a52da3b985982de2b6e44b64a40359fbd9","latitude":43.653226,"longitude":-79.3831843},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.9642529,"longitude":-91.8318334},{"name":"","role":"Inference Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":3.0738379,"longitude":101.5183469},{"name":"Kellie Hodgins","role":"Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2547ef6a3a8a214cc58df348d059064d549c01c88a1fd4280ad26f8f39cb3cdb","latitude":51.253775,"longitude":-85.323214},{"name":"","role":"Human Resources Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":15.079409,"longitude":120.6199895},{"name":"Kevin Hite","role":"Associate General Counsel, Lead Counsel VIP","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/973afc01a60fcbc9fa0d467b10b986585ddc1fbd84cdb8aac4ff6b505c3cd9ff","latitude":34.0522342,"longitude":-118.2436849},{"name":"Kyle Nel","role":"Code Tailor | Master of Bowties [>\u2022<]","bio":"<p>Hey, I'm a guy who likes to wear bowties - a lot. I am married to an incredible woman and we both live in Cape Town, South Africa.<\/p>\n<p>I moved here in 2019 to be part of launching a new location for our church, Freedom Church. I have a real passion for people and the bible and am also in love with good food, the sun, and trying to do things I've never tried before.<\/p>\n<p>I like to sew, brew wine and beer have made furniture and am a registered bee keeper in the United Kingdom.<\/p>\n<p>I have a degree in Medical Biology that I've never used directly. I ran my own WordPress consultation agency for 4 years which I sold to my business partner to spend more time with my wife.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2026bb27f17932069674ea686f76ac7c1b61c6c542cbe61c86526dba6485cc83","latitude":-33.9248685,"longitude":18.4240553},{"name":"Kel Asante","role":"Happiness Engineer","bio":"<p>Born & raised along the shores of the Atlantic Ocean in Accra, Ghana. He moved to Colorado in 2012 where he enjoys the view of the mountains, reads blogs (that are powered by WordPress ;-), and sings off-key to pop songs.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e53e029db44c3cdb132d822baaf0a507018b52d9e5bd6ed2ef1cff8cb85cb889","latitude":40.6781784,"longitude":-73.9441579},{"name":"Kelly Hoffman","role":"Designer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/1d2916e5fe6717923be64706ca9d43683870f70cac14a831f0388ec0bcb3546e","latitude":47.6062095,"longitude":-122.3320708},{"name":"Kelly King","role":"Web Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/be2200bd2cc0b06b34e5af5a82a11d4b15ac3bd61205c252bfdc4377a852ce58","latitude":51.5390261,"longitude":-0.1425516},{"name":"Kelly Custer","role":"Your Friendly Neighborhood Woo-Ninja","bio":"<p>Born in Guam, grew up in Hawaii, and now living in Tokyo. Love anything about music or video games.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/bccdbfa4c9810dea7d17f0fb1e0840fc14327af53667244424d60576b6250b34","latitude":35.6465721,"longitude":139.6532473},{"name":"Kel Santiago-Pilarski","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/38eaa45de8fa2f4790f1c4a6c1fd45843fbc409d5019e98b28ad21d90566df5f","latitude":26.2130411,"longitude":127.6785471},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"Filipe Varela","role":"Product Designer","bio":"<p>Blog: <a href=\"http:\/\/mutelife.com\/\" rel=\"nofollow\">mutelife *<\/a><\/p>\n<p>Born and raised in a small town in Portugal, Filipe wanted to be a crazy scientist since he was a little kid. He then realized being a designer is that and so much more. Crazily obsessed about typography, user experience and tiny details, he loves to travel around and take photos. Also enjoys the occasional donut and cheesecake.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/09f5bf8c148f6b9a1c708a54a8bcb84708cd8905a2d4882a69d80cf6538ac35a","latitude":38.7223263,"longitude":-9.1392714},{"name":"Kevin O'Brien","role":"Trust & Safety Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/33fa1a79254fc0b7febd4c8de8e4cbaf8fa09c7602f8b87e3b61c00b4991d26b","latitude":39.0457549,"longitude":-76.64127119999999},{"name":"","role":"Partnerships Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7608608,"longitude":-98.8138762},{"name":"Ken Gagne","role":"Technical Account Platypus","bio":"<p>Ken is a Technical Account Manager (TAM) \u2014 first on WordPress VIP, then Newspack, then Searchlight (aka Built By, aka Do It For Me [DIFM]), and now on Team 51. He's a digital nomad, retrocomputing enthusiast, teacher, cyclist, and vegetarian who hosts the <em>Star Trek<\/em> podcast <em>Transporter Lock<\/em> and publishes the Apple II magazine <em>Juiced.GS<\/em>.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2dd1a7480186d68cc6430da41e7d6888001899aa4b26cff4783bb5f32ae176d6","latitude":42.4072107,"longitude":-71.3824374},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Data Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.169438,"longitude":23.881275},{"name":"Lindsay Elliott","role":"Trust & Safety Wrangler","bio":"<p>I am a Trust and Safety Wrangler for Automattic. In my free time I enjoy spending time with family, friends, hiking, studying forensic psychology, enjoying comedy shows, podcasts, art, theatre and much more! I'm also slowly starting courses at night for an MA in Forensic Psychology.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/083c5ea3f900c93e6c3ceb6881015d039a00ea554a3b02d5874e80ab349621f9","latitude":32.7766642,"longitude":-96.79698789999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.3148443,"longitude":-85.60236429999999},{"name":"Kim Clow","role":"Technical Account Manager","bio":"<p>Hi! I'm Kim Clow; Technical Account Manager on Team Tide. <\/p>\n<p>I like to think of myself as a hybrid.<br \/>\nI love my MacBook and the outdoors.<br \/>\nI love my career and my family.<br \/>\nI love to move and I love to be still. <\/p>\n<p>My biggest goal in life is to strive for balance. <\/p>\n<p>I am OBSESSED with my dogs. I have Bailey the beagle, Roxy the Ridgeback and Dusty Bun our mixed breed rescue. They are naughty and cute and I just love them. I also love that I am bringing my kids up in a home with animals. It teaches them so much about how to treat others (especially during covid when there was nobody else around to learn from). <\/p>\n<p>Fun fact about me, I've written two children's picture books called 'Willow Asks Why?' and 'Musa Meets a Million Families'. My aim is to write a series of books that facilitate families with talking to their children about difficult topics. <\/p>\n<p>I love life. I make the most of it. And I love to talk. You'll soon learn that about me!<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/15d30c732c9e716b65bbdc08aa5c205b6c66f2db63ed809852e7fe33576b3787","latitude":-34.0620481,"longitude":23.3713855},{"name":"","role":"Partnerships Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Kinsey Wilson","role":"Head of Newspack","bio":"<p>Kinsey Wilson is the founder head of Newspack, a grant-funded technology initiative he established to help independent digital news organizations find a path to financial sustainability. More than 300 news sites have launched on the platform, with dozens more signed on.<\/p>\n<p>He first joined Automattic in March 2018 as President of WordPress.com, overseeing the company\u2019s flagship commercial product, which powers over a third of the web.<\/p>\n<p>Before joining Automattic, he held senior executive and news leadership positions at The New York Times, NPR and USA TODAY and played a key role in the digital transformation of their businesses.<\/p>\n<p>Wilson is vice chair of the board of the Institute for Nonprofit News and a member of the board of visitors for the Knight Journalism Fellowship at Stanford University. He also sits on the Board of Directors of the Berkshire Eagle in western Massachusetts and serves as advisor to Hark Audio, a podcast listening startup. He has been a visiting fellow at the Shorenstein Center on Media, Politics and Public Policy at Harvard University, a trustee of the Poynter Institute, and a member of the advisory board of The Telegraph in London. He was an early leader of the Online News Association and president of the organization in 2007. And he has served as a juror for the Pulitzer Prizes in journalism.<\/p>\n<p>Wilson is a graduate of the University of Chicago and lives in Cambridge, MA.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/fb57f58864c2fbbdf6f167ac1a52a6829e49de5b3f0f14a6384ac4804037a80d","latitude":42.3736158,"longitude":-71.10973349999999},{"name":"Kirsten Clacey","role":"Head of Facilitation","bio":"<p>Kirsten Clacey is a facilitator and coach, with expertise in remote facilitation, team and relationship coaching, leadership coaching, and process design. <\/p>\n<p>Kirsten has founded her own coaching company, written a book on remote facilitation, and consulted to a range of companies from early stage technology startups to leading global firms. <\/p>\n<p>Kirsten lives in Algarve, Portugal with her husband and two dogs. You\u2019ll most likely find her in the ocean or somewhere quiet practicing yoga or painting.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0cf70580ee8d474f715e2d37607c648b32140c2c6dbd7403d7bca49b88607d5f","latitude":38.768001,"longitude":-9.180092199999999},{"name":"Kirsty Akahoho","role":"Developer Operations Specialist","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c0785f8520f15946f1a84eae63b0b936d343863b504bef87918b464163319ef1","latitude":53.4083714,"longitude":-2.9915726},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.0116363,"longitude":135.7680294},{"name":"Klaus Harris","role":"Technical Account Manager","bio":"<p>Klaus is based in the UK and was in software development for many years in a variety of technical roles. He joined the VIP team in June 2016 as a Technical Account Engineer, co-founded and led the Enterprise Team, and moved to Team 51 in December 2021.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4f4a5737e83703ccb6b3ced392f41e6e00db8fe6ce03827a8a0c092148d8507a","latitude":50.608277,"longitude":-1.960769},{"name":"Katie Dobbs","role":"Director of Lifecycle Marketing, WordPress.com","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/14bb64d36e4c8b0e153b28889ae210bb2927fbc123772ce14d83d75928a34117","latitude":40.6781784,"longitude":-73.9441579},{"name":"","role":"Partnerships Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Gerhard Potgieter","role":"Engineering Lead, Software Engineer","bio":"<p>Born, raised and living in the northern suburbs of Cape Town, South Africa. Gerhard runs the WooCommerce mothership in close co-operation with the growth team. When not WordPressing or WooCommercing he enjoys dabbling in 3D printing and IoT electronics as well as homebrewing.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c8cecf761f027bc8151fa865fbc93042bf9da72281b1578cc5312fc73d46bca7","latitude":-33.866667,"longitude":18.683333},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.6331249,"longitude":-89.3985283},{"name":"","role":"Accounting Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.5500507,"longitude":-105.7820674},{"name":"Jorge Bernal","role":"Mobile Engineer","bio":"<p>Blog: <a href=\"http:\/\/koke.me\/\" rel=\"nofollow\">Jorge Bernal<\/a><br \/>\nJorge is the first Automattician in Spain, and works on the mobile team making WordPress for iOS awesome. He is a WordPress user since before it was WordPress, and a big fan of everything Apple. Loves photography, good wine and discovering new cities.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f4cabd36e84d032e44c79a24fa9142db7bc388cfd5ade8a9ffabba978231b7ba","latitude":41.6488226,"longitude":-0.8890853},{"name":"Herman Kok","role":"Puppetmattician","bio":"<p>Herman spends his days helping to make WooCommerce.com the best online store on the web. When not trying to get the code to behave, he can usually be found with his nose in a book (possibly on the beach), watching Doctor Who, tinkering around the home, or making his world famous lemon meringue.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/ba0c8945718373a68a65882509df8cd25bf6b1059d8e3251a928f86b685438a0","latitude":-28.7807276,"longitude":32.0382856},{"name":"N\u00e9stor Soriano","role":"Code Wra\u00f1gler","bio":"<p>I was a normal kid until the Christmas of 1985, when I got my first computer: Canon V-20, a lovely Z80-powered MSX computer which instantly converted me into a computers lover and drove my career to the software development field, where I'm very happily at right now.<\/p>\n<p>Other than that I can say that I'm from Mallorca (seriously, visit Mallorca, it's a wonderful place), I have a degree in Telecommunication Engineering, I have two sons who are like the Ying and the Yang (one loves to move as little as possible while the other won't stop doing somersaults)... and I've never stopped being an MSX enthusiast, developing some cool stuff for these magical machines along the way (which you can find at http:\/\/konamiman.com).<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/ee97f225bf5be24cd3c3b04990b9fc3dfc67a2c9aaea418ec2bdd32e164ed9b1","latitude":39.5696005,"longitude":2.6501603},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":22.3193039,"longitude":114.1693611},{"name":"Joe Korbel","role":"Technical Account Manager","bio":"<p>Lifelong learner and serial hobbyist.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b7c9c5db4ea179754951b404417a5be5db4ab1c8c44036167867e0e6f5650480","latitude":43.7844397,"longitude":-88.7878678},{"name":"","role":"Systems Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.3298746,"longitude":-1.9841743},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.35877591790004,"longitude":2.735632782011336},{"name":"Kurt Rimbach","role":"Data Scientist","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/09856f065697d4bc88065e284ef3232c9ee94b2f5d379918872df34d3dc9b376","latitude":25.0329694,"longitude":121.5654177},{"name":"Brandon Kraft","role":"Crew Chief","bio":"<p>Blog:\u00a0<a href=\"https:\/\/kraft.blog\" rel=\"nofollow\">Kraft.blog<\/a><br \/>\nTexas born and Texas raised.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/bb7b70e43deea4312789b057b4ce1b63bca78f307286cd3cefe2ad645fb46e24","latitude":30.267153,"longitude":-97.7430608},{"name":"Krist\u00f3fer \u00deorl\u00e1ksson","role":"Code Charmer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/139dbdb71a833304196b84656d30938be4d65f783b1eec90e1cfa3345fcf8302","latitude":43.4642578,"longitude":-80.5204096},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"Krista Stevens","role":"Senior Editor, Automattic (Longreads.com)","bio":"<p>Krista loves music and studies guitar and bass in her spare time.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f2d6a371798c5767c6b14a865b6c45c5ac0a57f4473f54a5f75463ee73be7ac9","latitude":53.7608608,"longitude":-98.8138762},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.5588028,"longitude":-72.57784149999999},{"name":"Kristen Wright","role":"Day One Product Content Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9c56dabda30cea5e4e7b7f0922b6e4c3946d9f4715d4a584cccaa9a1d5a45951","latitude":35.0077519,"longitude":-97.092877},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Krystle Salazar","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2695b831202728c6a5e6bbe3f68cb72d2b659e46fd48a987665cb06042c8b99a","latitude":10.2509303,"longitude":-66.4271499},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.6331249,"longitude":-89.3985283},{"name":"Kavin Keratikasama","role":"Code Wrangler","bio":"<p>Kavin lives in sunny Southern California with his amazing wife, both of whom share a fervent passion for travel (30+ countries so far). When he isn't traveling, Kavin enjoys playing pick-up basketball, playing RPGs and board games, and attempting to keep his garden from getting overrun with weeds.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/24f87c2d8b1b0f77aca17878d3b45994eb06902e8328af736295671d68ddfcf4","latitude":33.9172357,"longitude":-118.0120086},{"name":"Konstantinos Tsichlis","role":"iOS Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3fa1e5e814b290d21974d3f0993718a2402af8e18fa4a80f0cc58cacaed50a12","latitude":37.9724967,"longitude":23.7739601},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":4.9057371,"longitude":7.853667499999999},{"name":"Bryan Ford","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3267f4f9f09fd970a81ee6b8cdf57e79b78248176e0d45845dfea198b8fbc52b","latitude":36.3260317,"longitude":136.5289653},{"name":"Ken Lam","role":"Director of Customer Success","bio":"<p>I grew up in San Francisco and now live in the sleepy suburb of Millbrae, about 10 miles south of the city. I am a member of the Woo Business Dev (Customer Success) team, making sure our largest and most strategic customers are successful with Woo. I am married and have two daughters. In my spare time I enjoy traveling, eating and exercising.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/33c9a4fa371e388d0a1594bc4ed9ab3d1fd52b2ca00965660013eed1508c31e7","latitude":37.5985468,"longitude":-122.3871942},{"name":"Kyle Frank","role":"Finance Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/ce0c578a770a380189ecb318fd5581dfd5bb382a860c448a17b32b881924bd01","latitude":40.3916172,"longitude":-111.8507662},{"name":"Kyle Runner","role":"Agency Partner Manager","bio":"<p>Hello! I am a Technical Account Manager on the Special Projects team. My focus is using my project management background to forge close partner relationships as I help bring their sites to life.<\/p>\n<p>Outside of work, I love spending time with my wonderful wife and two kids, pursuing a lifelong passion in photography, and most importantly - playing VR putt-putt!<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d4fe637a3e04b1c4068da20438eb05416fdc9c60ae8df6f2f8ac1e41fd110c90","latitude":35.0867577,"longitude":-89.8100858},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2204286,"longitude":-2.6983868},{"name":"Kevin Young","role":"Solutions Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/09988dde7bd1d7374c1fce33c7c80b8842e24b175148c1373f9feaf33eace2b7","latitude":36.778261,"longitude":-119.4179324},{"name":"Kevin Zoschke","role":"JavaScript Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/89dbe5bbfd578eb717f74104256d016115b49a1b15177e4152f2711b8c6f9169","latitude":52.9399159,"longitude":-73.5491361},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-25.2520888,"longitude":-52.0215415},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":34.0489281,"longitude":-111.0937311},{"name":"Andr\u00e9s Blanco","role":"Code Wrangler","bio":"<p>Since childhood Andr\u00e9s has been trying to make devices do stuff. This impulse led him to tinker with different technologies, ranging from PHP\/JS web applications to Mobile development to OpenGL shaders.<br \/>\nWhen not staring at a computer screen you will probably find him running around with Luca, his son.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/64d9b400c9665309d466d8c691bc8586b007e13dfc39d832d049c7f2982cb792","latitude":-37.2017285,"longitude":-59.84106969999999},{"name":"Jon Lane","role":"Organic chemist","bio":"<p>Father of 3 (and a fur baby) working remotely for most of my adult life. I've found my place in the tech world working in all things quality.<\/p>\n<p>Outside of work, disc golf gets me outside. Inside, I love a good movie or curling up with a good book.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/22b2516f636d7de05a83b753c8fa51afe79a2245079c6242f9d90b54ce49dcec","latitude":53.7266683,"longitude":-127.6476205},{"name":"Jorge Leandro Perez","role":"iOS\/macOS Engineer","bio":"<p>Jorge lives in a city located at the edge of the world, well known for its wine and steaks. <\/p>\n<p>He spent most of his life learning how to play guitars, and how to write awesome and solid software. Loves spending time with his family and friends, and just can't wait to see what tomorrow will bring!<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5c632ef0bd3bae14d45eaaeaa6e393e92f8c3d2b6c1a1b7a9f33b35c477f3fc5","latitude":-37.2017285,"longitude":-59.84106969999999},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.4172871,"longitude":-82.90712300000001},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":18.0178743,"longitude":-76.8099041},{"name":"Laura Johnson","role":"Product Lead, WooCommerce Merchant Operations","bio":"<p>I delight in the plate spinning, cat herding, cross-team effort of bringing solutions to life that solve customer problems, particularly in the SMB space. I love the product management discipline and am grateful to have landed in a fulfilling career that suits the way my brain works and allows me to work with so many brilliant people. <\/p>\n<p>Outside of work, you\u2019ll find me cooking for friends and family, reading three books at once, boating on the nearest body of water, cheering for the Gators, catching live music, or traveling to find the most delicious places to eat no matter what city I\u2019m in.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/94c2b50275052283d466b9cb2cb90d8ba236792a943bfef3e2c93e49b5c61627","latitude":27.773056,"longitude":-82.64},{"name":"Laura Kalnicky","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/0a5a6c066dc98617819cf2a95716d676ad7e02e9b8078da4edf145ee2c862b7f","latitude":40.78593310000001,"longitude":-74.7801645},{"name":"Laura Shaunette","role":"Event Producer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/5d8f6ed59c49d275d12fd63dab514eeefb465f62b850f47428f2ca888955bbe1","latitude":37.9374939,"longitude":-107.8122852},{"name":"Laurel Fulford","role":"Theme Mangler","bio":"<p>When not wrangling themes, Laurel enjoys reading, running, knitting and spending time with friends and family.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e7c5918ecfcb418d6d5265c31e68da37cbb3bc1843bd04121f281c5623378431","latitude":53.7266683,"longitude":-127.6476205},{"name":"Laurena Rehbein","role":"The Grease & the Glue - Built By WordPress.com Operations Facilitator","bio":"<p>Laurena currently lives in Oliver, in the Interior of British Columbia (in Canada's only desert), with her husband and three entertaining sons. Her past lives include teaching, journalism, and business ownership doing website design and development. She is always learning something new, and is passionate about finding awesome solutions to tough problems.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/58bbe59362b5e1b436f9f980920b487871c2ca79c9f5fad5df179c145ef48f29","latitude":50.2670137,"longitude":-119.2720107},{"name":"Lauren Smith","role":"Sr. Director of Engineering - Woo Platform & Product","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/f43a829144f7dcceae47ff1b23b2e729d97d42e8d0417ad8c34b371671449850","latitude":35.9420431,"longitude":-95.88332349999999},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":42.4072107,"longitude":-71.3824374},{"name":"Laura Nelson","role":"Content Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/91d04642398747fd290706145a07616842c883333e0738a4a48e19867568213c","latitude":50.82253000000001,"longitude":-0.137163},{"name":"Justin Palmer","role":"Code Wrangler","bio":"<p>American livin' <em>la vida<\/em> in Madrid. When I'm not in front of a screen, you'll find me <a href=\"https:\/\/losquijotes.es\" rel=\"nofollow\">chasing plastic<\/a> or making my kids laugh.<br \/>\n\"Do the day and let the day do you.\"<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5289b525069563ca2fb21d3c3deaf4cc08cc9389b0ef207bce9798123ea22468","latitude":40.4167754,"longitude":-3.7037902},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-18.512178,"longitude":-44.5550308},{"name":"Leanne Hogben","role":"Head of Registry Services","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/f3119d722750a24760e47932cdc037f75b22f47839637843e4339ce824741b89","latitude":-37.4713077,"longitude":144.7851531},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.2033216,"longitude":-77.1945247},{"name":"Aur\u00e9lien Leftick","role":"Senior Director of Partner Management","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/289cb60cd8495c4dc49dc2492395383a8d603e3e14de0c96088083e71dbfeb4d","latitude":43.653226,"longitude":-79.3831843},{"name":"","role":"Executive Assistant","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Lenny Garcia Crespo","role":"Tumblr Backend Lead","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a2949680b6680e4265db64c036909702edb5296a83d12e091e9f491c9020a863","latitude":51.45837299999999,"longitude":-0.1891356},{"name":"Leo Germani","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/718c26460fe89205d2766eec9294f28423a760819b74643c9bb2a2621e768709","latitude":-15.7997654,"longitude":-47.8644715},{"name":"Leo Franco","role":"Senior Executive Vice President for Swiss Colombian Affairs","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6ab956f573ff4cbd5a1a75cb0bdf3fadc48e21b272706057d443e2adad2a3ebd","latitude":47.3768866,"longitude":8.541694},{"name":"Leonardo Albuquerque","role":"Software Engineer","bio":"<p>Full stack developer at Axiom that loves programming just as much as fixing old things<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/931f885769c097fc76f7a471970791907fe26d50b54e77e3d1117dfe9872d063","latitude":-27.0052075,"longitude":-51.15439500000001},{"name":"Leonardo Taba","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/f1af8da81c7e3c9bba3140bb56ed0736d0b5bae8d546f6b470489f546ee9561e","latitude":-23.5505199,"longitude":-46.63330939999999},{"name":"Argyris Margaritis","role":"Senior Software Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/f60dba0a7a040ead85df8d9bf77deeb522839a267f8a9be0463d82dd634fb018","latitude":40.6400629,"longitude":22.9444191},{"name":"","role":"Inference Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":42.4072107,"longitude":-71.3824374},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"Laura Harrington","role":"VIP Projects + Program Management Lead","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/270d37c8c0fb69339a0ab7a0946c2b9862ed74161dbc6fae850e4f304696b538","latitude":28.5383355,"longitude":-81.3792365},{"name":"Linda Mork","role":"Trust & Safety Lead","bio":"<p>Trust & Safety Lead, VIP Premier Support Engineer and Woo Happiness Engineer - it's been a busy and fulfilling career at Automattic. And it all started with a passion for WordPress.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b60d5ff6965e3340ace3de901557de6abca158dc87ce36dd206607bd97112755","latitude":50.250699,"longitude":-118.967831},{"name":"Lindsay Williams","role":"Technical Account Manager","bio":"<p>I am Lindsay. I love a lot of things about life - like elephants and making my community better. I spend a lot of my time outside of work helping my community by advocating for infrastructure projects for the safe passages around freight trains. Yes, you read that right. Freight trains. I can talk to you for hours about elephants and freight trains. I am on numerous associations, tasks force and areas around the city to improve the quality of life in the East End of Houston. I am on a one-woman mission to make things better on this planet - one thing at a time.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e64ebbb9068a545cfd89b7741fd25f159f9f78af1fabd712a9f1980496989556","latitude":29.7604267,"longitude":-95.3698028},{"name":"","role":"Relationship Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.5500507,"longitude":-105.7820674},{"name":"Lindsey Lazarevski","role":"VIP Premier Support Team Lead","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/af8bfe8f74155cf5fe9d3fd6600dee3864c5a786fcc6db57a08fa2905f596cff","latitude":32.659457,"longitude":-80.1763467},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.3209801,"longitude":-111.0937311},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.8041334,"longitude":-120.5542012},{"name":"Lira Razak","role":"Program Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/fa72392eaac321926feaa900e9d3c39331fed509ee8c03ac0a91f63e4484f39f","latitude":43.8041334,"longitude":-120.5542012},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.0457549,"longitude":-76.64127119999999},{"name":"Livio Vilela","role":"Happiness Engineer","bio":"<p>Livio is a Happiness Engineer based in Rio de Janeiro, Brazil. Before joining Automattic in 2016, he worked in a few content-related roles in the digital media landscape - writing, editing, organizing, strategizing, etc.<\/p>\n<p>Even though he can barely play a chord, music has been his passion since he was a kid - <a href=\"http:\/\/fitabruta.com.br\" rel=\"nofollow\">he even writes about it!<\/a> Besides music, he's getting better and better at cooking, while rekindling his love for comic books and video games.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b2d23e489778e0372903ca4fb07c08e09b56a54529eefbf9f2c99e676beb41ca","latitude":41.1579438,"longitude":-8.629105299999999},{"name":"Liz Karkoski","role":"Happiness Engineer","bio":"<p>Liz calls North Carolina home. She loves to spend her weekends exploring new places with her family. Her favorite weekends are spent relaxing at the beach or camping in the mountains. Her love of sunshine is shared by her veggie garden. It was her desire to help others that lead her to Automattic where she works as a Happiness Engineer.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8a2d236fbbf86a2cb99de100fe3993d024dce4d659cfbf19e9cb50f5124ade8a","latitude":36.0754183,"longitude":-79.0997347},{"name":"Liz Swafford","role":"Happiness Engineer","bio":"<p>Nestled in the foothills of the Blue Ridge Mountains in beautiful Northwest Georgia wrapped up in a cozy blanket with a tiny dog, drinking coffee, writing flash fiction, mailing postcards, making mixed media art, collecting fortunes from cookies, and making people happy with their websites on WordPress.com.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/1bf4cac7d5854e8e5adebf522be366ae5bcb21fa239c796c41213b541344bbb9","latitude":32.1656221,"longitude":-82.9000751},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.7844397,"longitude":-88.7878678},{"name":"Patrick Zielinski","role":"Code Wrangler","bio":"<p>Patrick grew up in Montreal, but was born in Austria to Polish parents. <\/p>\n<p>When his father acquired a PC(W95) in the 90's, the system quickly became a source of fascination for him at an early age which has not diminished with the years.<\/p>\n<p>When he's not in-front of a computer, Patrick enjoys volunteering, sports and reading books.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/773f0b46930f0e799db69f8ff0ab9bcabfc06824ae664cefcfeadf2024fb6e29","latitude":45.5016889,"longitude":-73.567256},{"name":"Leta Montopoli","role":"Backend Developer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/ecd22837aed3cad963ae8fde14ff87ce716eb0c38ff521e09e86688fbb93f4f2","latitude":43.653226,"longitude":-79.3831843},{"name":"Lorna Muddiman","role":"Trust and Safety Wrangler","bio":"<p>Tech policy (trust and safety) and human rights professional.<br \/>\nI've been vegan since 2019 and have never looked back. Originally from Ireland, I'm currently based in Switzerland with my partner. Hobbies include hiking, running, and listening to all kinds of podcasts. I have grand aspirations to become fluent in French and pick up playing the piano after (regretfully) quitting it in my teens.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e727304288a95b078f85d3b69523201827570e5e2eab67335ca51404fdd43cbe","latitude":39.4738338,"longitude":-0.3756348},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":45.1,"longitude":15.2000001},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.016521,"longitude":21.005859},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-31.2532183,"longitude":146.921099},{"name":"Lourens Schep","role":"Senior JavaScript Engineer","bio":"<p>Howdy! My name is Lourens, I am a code wrangler here at Automattic. Doing mostly front-end work in ReactJs.<\/p>\n<p>Some bits and pieces about myself:<br \/>\nI was born in Holland (aka Netherlands), but have now lived in Nova Scotia, Canada the greater half of my life.<br \/>\nI enjoy playing sports, mostly Soccer at the moment, and some Golf, but also skiing of-course in the winter.<\/p>\n<p>I do enjoy watching soccer as well, and often watch the Premier league.<\/p>\n<p>I sure enjoy the coffee my Aeropress makes :) and drink it black as all people should.<\/p>\n<p>Lastly I thinker around with electronics a decent amount. Arduino\u2019s, lots of sensors, and soldering. I enjoy the challenge it brings, but it can be a tad frustrating at times.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b6f3094cfbed06a1a38f0d94f22d379eeef2979a5286ce3220597464172b65e0","latitude":52.0177649,"longitude":5.0403003},{"name":"Nabaht Peters","role":"Technical Account Manager","bio":"<p>Hi there! I'm Nabaht. My friends all call me Nabs, you're welcome to as well! Huntington Beach, California is my home. Happy to be here and honored to learn as much as I can every day! Cheers. :)<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b2ce057dd850b9babd7b695d58224bdb8739f2e3742c5b807488c33dc7f6a895","latitude":33.6594835,"longitude":-117.9988026},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"Lisa Schuyler","role":"Code Wrangler","bio":"<p>Blog: <a href=\"http:\/\/lisa.blog\" rel=\"nofollow\">lisa.blog<\/a><\/p>\n<p>Lisa can usually be found in a hoodie, covered in pet hair, blogging about her life's adventures, while trying to convince her husband she isn't a klutz. Lisa has a Forestry degree and lives in Dawson City, in Canada's Yukon Territory.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e42d73fdac4fb375f6a58dfda8ebc2a8ae3da4ce656583a6d1c8c645d31653b1","latitude":64.06006959999999,"longitude":-139.4320347},{"name":"\u0141ukasz Str\u0105czy\u0144ski","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/0111a990d0baa70b7349b97d018874d10a736062c69847b25fc7c5cefc676e6b","latitude":50.06465009999999,"longitude":19.9449799},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-18.512178,"longitude":-44.5550308},{"name":"Lucas Lima","role":"iOS Engineer","bio":"<p>iOS Engineer and video games lover.<br \/>\nWhen not coding or playing, probably on Netflix.<br \/>\nAlso feel like it's important to say that I am always up for a BBQ!<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d7541718609c6572ccde041ec69aceecf4a3c47ee980e22f78e71c2f77e884d3","latitude":-30.0346471,"longitude":-51.2176584},{"name":"Lucas Mendes","role":"Product Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3926f42e3013ebb8d18dec8223bc733623fa9cd6598ac2a48d05c39ed4e6b83b","latitude":-8.0522404,"longitude":-34.9286096},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.7223263,"longitude":-9.1392714},{"name":"","role":"Inference Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-40.7344343,"longitude":-66.6176455},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Luis Herranz","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/b1e395f46262b98b9c8856b133aeb048e1f07d9712c5eaa0d65573cf47131a0e","latitude":40.4167754,"longitude":-3.7037902},{"name":"Luis Henrique Mulinari","role":"","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/906fd2c60c696a3822e9d4ad95d99a310bd1315c83166b8933a8e5af78473d6a","latitude":-27.5948036,"longitude":-48.5569286},{"name":"Luiz Reis","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9680c7f9b832231d729b953c9a03f3bf7ebae072255bd35463e098b45e682475","latitude":-25.2520888,"longitude":-52.0215415},{"name":"Luiz Oliveira","role":"Software Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/ebaaa469f2a11eab84c5c26a9670a25208e5b0a21956e1c23e0c501619552997","latitude":-8.0522404,"longitude":-34.9286096},{"name":"Catherine Linzalone","role":"Happiness Engineer","bio":"<p>I\u2019m an empath that with a passion to learn and help others. In my spare time I love to discover new genres of music, cook up new recipes, play games, and hang out with family and friends.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/09bb94e12fb13916b96bee4c62987190fe7e281dc9be444a34f768a6c00bf395","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"Lynn Jatania","role":"Happiness Engineer","bio":"<p>I've been designing and developing websites in WordPress since 2004. I've taught WordPress courses and written about WordPress features for Jetpack, WooCommerce, and Go WordPress.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0345d46c0e3c22025dcb2f8757d6b813757423414598e690d015312e88e87219","latitude":45.4215296,"longitude":-75.69719309999999},{"name":"Andrii Lysenko","role":"Software Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/dd316be8fcfeeb91a1e5bcc910237196934b8e20992cff41e5b04b8f96abc088","latitude":49.2827291,"longitude":-123.1207375},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":49.3648502,"longitude":16.6477552},{"name":"Missy Stevanovic","role":"Technical Account Manager","bio":"<p>Hi, I\u2019m Missy! I work as a Technical Account Manager on the WooCommerce Strategic Partnerships team, where I help our tech partners and internal teams stay in sync and keep things running smoothly. <\/p>\n<p>When I\u2019m not working, I\u2019m busy being a mom to a brilliant kiddo and four rambunctious dogs. I'm happiest when I'm digging in the dirt in my garden. I love to see things grow and flourish with care!<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8df7960f21634f43849a353cf1925cc7a5a4c615505aecbd222328b117f04b9c","latitude":40.2671941,"longitude":-86.1349019},{"name":"Miroslav Mitev","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/00898f54e8c7ca4fd2bec2acf9dd7a46eae04d925c7f733dc35df557e17c2cc5","latitude":43.0609371,"longitude":27.868095},{"name":"Marina Zhao","role":"Tumblr Web Lead","bio":"<p>Marina is based in California and lives with her stubborn shiba inu Aiko. She grew up in Canada, and moved to San Francisco in 2013 to work as a software engineer and to escape the harsh Canadian winter. She enjoys photography, queer fandoms, sci-fi\/fantasy movies, RPG video games, and scenic drives along the coast.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/83e460083196222bd8b5ef9fa2ab04d213a94c581f83245c2640bdaf0383227b","latitude":36.778261,"longitude":-119.4179324},{"name":"Maciej Brencz","role":"Software Engineer","bio":"<p>Pole currently living in Ireland. I began my journey into the world of computers in my early childhood when I coded my first few lines in Basic on Commodore 64.<\/p>\n<p>I'm a backend developer primarily working with Python and PHP. Recently started experimenting with Golang. I like to share my knowledge (via Medium posts) and my code (a few open source projects on GitHub).<\/p>\n<p>I enjoy investigating how software works under the hood. I believe that working on and improving legacy systems can be a rewarding experience.<\/p>\n<p>After hours Faroe Islands, electronics, photography, and good hike fan.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4c57bac218498c3e6cd0596b9a7c461f7f3112cceb1fd51ac253f68f6c30a1ee","latitude":53.3498053,"longitude":-6.2603097},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.8393332,"longitude":-84.2700179},{"name":"Maciej Pilarski","role":"Happiness Engineer","bio":"<p>Before Automattic, Maciej worked as a Product Evangelist and was a Customer Support at WPML (OnTheGoSystems). <\/p>\n<p>He was also a lecturer in the University of Wroclaw, where he taught students how to use WordPress to create websites.<br \/>\nHe was previously based in Kobe, Japan, and is now living in Poland with his wife and cats.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/711bd864400af81598f9387a33cb17bc0124a4b43da895b536162d2186905ee0","latitude":26.2130411,"longitude":127.6785471},{"name":"Mackenzie Nichols","role":"Top Accounts Marketing Manager","bio":"<p>I'm a mom of two amazing kids, Holden (3) and Jovie (1). I also have two dogs, Olive (foxhound mix) and Doug (golden retriever mix) and two cats, Goliath and Sansa. <\/p>\n<p>I'm a huge Broadway fan and my teams are the Rangers (hockey), the Yankees (baseball), and the Jets(American football).<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/995f34b9f939bc469a9735c419667a6f45860ad2dddd255158ee86975c22ff1d","latitude":41.0017644,"longitude":-74.367096},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"John Madrid","role":"Global Payroll","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/50a1e7d2c1ae78db9314a7c3d9d2759c3ca4cf44fe66140fe757acadd29a57ae","latitude":37.6879241,"longitude":-122.4702079},{"name":"Maeve Lander","role":"Program Manager","bio":"<p>Maeve is a UI designer\/developer from Western Australia, currently wrangling operations with the WordPress VIP team. Outside of work, Maeve is a keen musician (jazz trumpet), rock climber, and ultimate frisbee enthusiast.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a1c01ecc5ecd6b9be1fef1394f5449e07d8c12e6d98a881bf0fcb8895e712b0b","latitude":-32.0532669,"longitude":115.806147},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":50.5716595,"longitude":19.3219768},{"name":"","role":"Data Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":7.873053999999999,"longitude":80.77179699999999},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"Jirka Malina","role":"Mobile Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/eb10bec685d707139750772094679952e4098dcb785dbe17a784e43814135637","latitude":50.0433092,"longitude":14.4388741},{"name":"Malith Senaweera","role":"Software Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/0d40f2d8d3ac99ee4cbf2c6368b635eb1d557e9548e6cc924608076f83d63819","latitude":33.1972465,"longitude":-96.6397822},{"name":"Leilani Leon Guerrero","role":"Accounting Wrangler","bio":"<p>Leilani was born and raised on the island of Guam for the first 23 years of her life. Currently residing in sunny California, she seems to find herself always close to the ocean. She loves traveling to new countries and food is her second language!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3f4c98b8ecf21309141cdfd9a3fe8c294f8d129187a8ac88d850eb419838d60d","latitude":13.5452512,"longitude":144.851121},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":25.2048493,"longitude":55.2707828},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-23.5505199,"longitude":-46.63330939999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.9399159,"longitude":-73.5491361},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":46.729553,"longitude":-94.6858998},{"name":"Marcus Topel","role":"Customer Support Engineer - Parse.ly","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/34b39464a69f6055a9e3f7027b99a216c6fcad7f6cb7c90ab943896c9e2d369d","latitude":41.2033216,"longitude":-77.1945247},{"name":"Maria Chekimoglou","role":"Team Lead","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/d47a18c6149a425f330cf026fece1fb7a5eace4c445374dd111d7a4646614dac","latitude":38.0457568,"longitude":23.8584737},{"name":"Maria Rego","role":"Accounts Payable Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/ab050db7b5e4bdc6cc7da0bb670abfa89f2231cb51a514e47d179da8c3cff362","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Mario Zorz","role":"Android dev","bio":"<p>Happy father of one, Mario is a nerd with social skills, in love with computers since he was 12, now become a family man ;)<br \/>\nIn the course of his professional life, he has done lots of things mobile, worked on almost all known platforms (as far in time as PalmOS) and now is doing mostly Android.<br \/>\nMario lives in Buenos Aires and started learning German by night (?), and also plays the bass guitar whenever the other members of the band are available (like, every once a year)<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3ceec93887308d52a0d447c0c994547591143dc9d05d555af5ce1187a42450c0","latitude":40.4167515,"longitude":-3.7038322},{"name":"","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Marjorie Asturias","role":"Puppy Wrangler","bio":"<p>Blog: <a href=\"http:\/\/marjorie.blog\" rel=\"nofollow\">Nothing is Written<\/a><\/p>\n<p>Marjorie is a writer, dog mom, and all-around okay person.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/432b402544860221670c95063eaa5003750d533f8a101ba7d2aec68ec7590077","latitude":39.5500507,"longitude":-105.7820674},{"name":"Mark Biek","role":"Code Wrangler","bio":"<p>My name is Mark Biek and I am a software developer, currently in Louisville, KY.<\/p>\n<p>I've been working full time as a software developer since 1998 and I love the intellectual thrill of writing code and solving problems.<\/p>\n<p>I firmly believe that the days of a developer working by themself in a room are over. Software Development is all about collaboration. The ability to work with other developers and clients is just as important as the ability to write code. <\/p>\n<p>I love to work with awesome, smart people making beautiful and exciting things. I love making things that people will use and enjoy.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/033c54869509e379b90984aaebe100d1f5cf356b6573696996e3802ff39695b1","latitude":38.2526647,"longitude":-85.7584557},{"name":"","role":"Chief Finance Officer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"Ryan Markel","role":"Director, Global Support","bio":"<p>Blog: <a href=\"http:\/\/ryanmarkel.com\" rel=\"nofollow\">Ryan Markel<\/a><\/p>\n<p>Ryan engineers happiness for WordPress.com VIP from St. Louis, the Gateway to the West. He's been blogging in some form or another since the turn of the millennium, eventually learning and loving WordPress. He enjoys the study of games, being part of Cardinal Nation, and helping his wife (try to) control his five children.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/1fb39cc78ce1e48cc5b1f32cf8ef89a3dd894da75e3d5d665c07974350e2f8d6","latitude":40.6331249,"longitude":-89.3985283},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.016521,"longitude":21.005859},{"name":"Mark McGrath","role":"Head of Automattic's Concierge Team","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c4fec9d09b3c1f6979a6b11bed04170a6b4175aea8f96c26dad93c7c9a2fe1ae","latitude":43.25002080000001,"longitude":-79.8660914},{"name":"Marta Przeciszewska","role":"Brand\/Creative Designer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e71994c5f632625f9583a90c9c2635d4b231b42af0f4b029d8156e64fada3478","latitude":51.1078852,"longitude":17.0385376},{"name":"Martin Akram","role":"Backend Engineer @ Parse.ly","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/f2eca3143c55070b13ca2230ea73c7acfe4e4fc6de2200bd7cb0f6493c978207","latitude":41.2033216,"longitude":-77.1945247},{"name":"","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"Maruti Mohanty","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/32e02106fdd14cd00eb218204015432fc7bbdc80d3020e18c20bf2e37a42aa62","latitude":20.2960587,"longitude":85.8245398},{"name":"Marina Verdu","role":"Brand\/Creative Designer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2a1375ba0c3f4e161fcf8388b62549a0c50c36008feaaabb2571cdfa248b8dae","latitude":-32.8894587,"longitude":-68.8458386},{"name":"Mary Weise","role":"VIP Fixer & SupportOps Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/78f36f2e02d05f57ec47b4af9b15dff4cd46d0633e53943db4ba372cb7b2e12f","latitude":33.8752935,"longitude":-117.5664384},{"name":"Marzia Basile","role":"HR Wrangler","bio":"<p>G'day! My name is Marzia (Marzeea), I am Italian-Aussie and I currently live in Sydney, Australia! Throughout my life I was lucky enough to live in six different countries across the globe, however, most of my life I have lived in Northern Italy and have been living in Australia for close to a decade. I am passionate about music (particularly rock), food (I love it all, but you guessed it my favourite is Italian food) and people (I love meeting people from all over the world and all walks of life)! I am fluent in English, Italian and French. In my free time I love to travel, to go for a run, to paint or sculpt, to listen to music, to try to learn a new instrument , and to watch horror movies (usually zombies).<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/40d5341bf9a66b612b67b287d693170da16d6566f2795fd6e455394534ac8a91","latitude":45.82059890000001,"longitude":8.8250576},{"name":"Anne Berja - Chua","role":"Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e3e57be6cffd90a3613313e3acaca7cbfccef18085552e1feca7a73bac8a96e4","latitude":14.2456329,"longitude":120.8785658},{"name":"Matias Benedetto","role":"JavaScript Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/f006ffcba009d825c545642ef87166395ac96a8a1e3b5e430d0ae45811d349df","latitude":-34.6036844,"longitude":-58.3815591},{"name":"Mat\u00edas Ventura","role":"Gutenberg Typesetter","bio":"<p>Blog: <a href=\"http:\/\/matiasventura.com\/\" rel=\"nofollow\">Mat\u00edas Ventura<\/a><br \/>\nMat\u00edas wanted to be a painter since his toddler years. In this day and age he splits his time among designing, filmmaking and philosophy. Based in a little country named after a river he began designing and working with WordPress themes many years ago. Now at Automattic he is happy to be the second red pin below the equator on the map. As of note, he began studying latin so he could eventually write his very own \"<em>lorem ipsum<\/em>\".<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e837760269dc3bbaa5f118fb169afd62bf33ed0fd16d5a51c61665e0a4c1d692","latitude":43.7695604,"longitude":11.2558136},{"name":"Matt Mullenweg","role":"CBBQTT","bio":"<p>Blogs: <a href=\"http:\/\/ma.tt\/\" rel=\"nofollow\">Photo Matt<\/a>, <a href=\"http:\/\/matt.wordpress.com\/\" rel=\"nofollow\">Matt on WordPress<\/a><br \/>\nAs the Chief BBQ Taste Tester of Automattic, Matt travels the world sampling cuisine and comparing it to the gold standard of Texas BBQ. Although he originally aspired to be a jazz saxophonist, Matt somehow wound up studying economics which took him to Washington D.C. where he began taking pictures and blogging. The rest, as they say, is mystery. He lives in Houston and has a crush on Audrey Hepburn in Breakfast at Tiffany's.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6ab801628757cb0fecce4785fcddb2211e3dd6bbef4dff6886914a5cce581357","latitude":29.7604267,"longitude":-95.3698028},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.2671353,"longitude":-1.4675216},{"name":"Matt Allan","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/eaa6388a08f9a06f887f994ca42a2520722017cc041a031a126f8e7f9b8db5ce","latitude":-27.3016114,"longitude":152.988406},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"Matt Seitz","role":"Program Manager, VIP Learning","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/0407f40c11843c81264bb978bbaa6f290f5f6e7ee2189f7e8fc1dff4e6566675","latitude":27.6648274,"longitude":-81.5157535},{"name":"Matthew Sharpe","role":"Staff Data Scientist","bio":"<p>Staff Data Scientist<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/93c442345acdc7b8aac8c833ec06ceeaea68d630d0d3da0ae24f8ce447e1f561","latitude":53.9614205,"longitude":-1.0739108},{"name":"Matthias Reinholz","role":"Product Lead for WooCommerce","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9e607d1a34359e78c3043c8b76b20e702168063a7df50a064971c6bc142d9cf8","latitude":47.5595986,"longitude":7.5885761},{"name":"Matt Miklic","role":"tumblr designr","bio":"<p>Originally from rural Alabama and now a proud Atlantan, Matt has been a designer since before he knew what that meant. When he was a child, his parents would often return home to find their furniture rearranged or closets reorganized. Ever since, he's been focused on making things simpler, better, and easier to use. He was Automattic's first designer back in 2005, and these days he's a designer for Tumblr.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/218b6da010b78c49829ffbadcc9426350fb2bea8c87e97f3959a0a9a4d034a16","latitude":33.7489954,"longitude":-84.3879824},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-20.9175738,"longitude":142.7027956},{"name":"","role":"Finance Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Matt Wiebe","role":"Binary Plumber","bio":"<p>Blogs: <a href=\"http:\/\/wp.mattwie.be\/\" rel=\"nofollow\">WiebePress<\/a>, <a href=\"http:\/\/mattwie.be\/\" rel=\"nofollow\">mattwie.be<\/a><br \/>\nMatt hails from sunny (and sometimes cold) Winnipeg, Canada. He got a Liberal Arts degree while accidentally learning to be a web developer by tweaking his WordPress blog. He loves fine beverages and good conversation.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/9aa14772f4040262dfd51e29b5e5ce6a526025bfb3ac6eff152af99c102174dd","latitude":49.8997541,"longitude":-97.1374937},{"name":"Matt Wondra","role":"Reverse Reverse Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3527269c4b50aae74c3789c937a4c49b2ee6722a5c385a9aba3a0b7c94c45d5d","latitude":40.1164204,"longitude":-88.2433829},{"name":"Matty Cohen","role":"Engineering Lead, WooCommerce Marketplace","bio":"<p>Hey there! I head up our WooCommerce.com platform team at Automattic. We focus on crafting WooCommerce.com, the official online store for WooCommerce extensions.<\/p>\n<p>I'm an avid guitarist, music lover, productivity nerd and blogger. I'm extremely passionate about automation and efficiency, while also loving a good laugh and re-watching 80s and 90s television shows.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4ff41568285fff98af0ea7c51a817e838edd3978932744d7b13783276e5b165c","latitude":-33.9248685,"longitude":18.4240553},{"name":"Mauro Pereira","role":"Happiness Engineer","bio":"<p>Hey there! I\u2019m Mauro, based in the sunny streets of Lisbon, Portugal \ud83c\udf1e. When I\u2019m not busy working, you\u2019ll likely find me exploring nature, organizing my next adventure, or trying (and often failing) to keep up with my new puppy \ud83d\udc36. I\u2019m all about communication, autonomy, and finding creative solutions to keep websites running smoothly.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7968399b7b7f06f56c6d252b08ed20ffcec538ef199e1897807c260313f81063","latitude":38.7222524,"longitude":-9.1393366},{"name":"Marcelo Vega","role":"Code Wrangler","bio":"<p>Marcelo is a Software Engineer at Automattic. With a keen eye for user experience and efficiency, Marcelo consistently brings innovative improvements to development workflows and product quality.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/77ccee02d347ead3216e965df3efc73ff468ac8792f2a8f80a487c6bebc8af85","latitude":-38.7383905,"longitude":-72.59045979999999},{"name":"Mary Voelker","role":"Program Manager Automattic for Agencies","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/bbce573f05fc62e463400f9f61db3dabb8265b82d47dd9721898669c3fd05ba7","latitude":36.1626638,"longitude":-86.7816016},{"name":"Max Ledoux","role":"Premier Support Lead","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/fc1df73067a6250e662de88289aa8205f44c9aeaa2df27b092bccf94ca5d8fc8","latitude":43.6542439,"longitude":-71.2472913},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"Max Schmeling","role":"Code Wrangler","bio":"<p>Husband, father, drummer, software developer. #Royals and #Chiefs fan.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/090dcb046be033dd3cd9d26b765c5a4f53f69b925a112256aada755462e7450d","latitude":38.9536174,"longitude":-94.73357089999999},{"name":"","role":"Talent Acquisition Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-37.2017285,"longitude":-59.84106969999999},{"name":"Mayisha Alam","role":"Software Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c54cc162c09e169965571974f493c16dfaad46b2e6d5255d35cdac5e526d6d30","latitude":23.810332,"longitude":90.4125181},{"name":"Miguel Campal","role":"Happiness Engineer","bio":"<p>Hello everyone!<br \/>\nI'm Miguel, a Happiness Engineer born in Uruguay (South America). I'm passionate about music and problem solving.<br \/>\nI've worked as a teacher, salesperson, real estate agent, developing games for iOS, and the list goes on! I am the youngest of three brothers, and my parents are both geologists. I love cats, but I don't have any since I live in an apartment.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e4d6bf4ba71d7e7e64842b3b8a3321cff45a5e16f294a2500983e82af719df65","latitude":-34.9011127,"longitude":-56.16453139999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.8041334,"longitude":-120.5542012},{"name":"Michael Chan","role":"VIP Plumber","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/59f89715175c923713e232aa42e12fde63ac83aed722ada67564a25cd605313e","latitude":-31.2532183,"longitude":146.921099},{"name":"Marco Ciampini","role":"JavaScript Engineer","bio":"<p>Marco is, first of all, a maker \u2014 he likes to build, tinker, and understand how things work. He prioritizes accessibility and performance, above all.<br \/>\nHe is Italian, but for 9 years he had the pleasure to live in France, the UK, and Singapore. He's now back in Europe and spends most of his time between Italy and Malta.<br \/>\nIn his free time, he engages in DIY projects, goes running, plays football, and composes electronic music. He loves a good glass of wine, BBQing, and traveling. He dreams of having a little wood and leather workshop.<\/p>\n<p><a href=\"https:\/\/marcociampini.io\/\" rel=\"nofollow\">marcociampini.io\/<\/a><\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/06becd9892098d625c4ee74059f5449db09d69add58d8730768950ee47c5a895","latitude":45.0522366,"longitude":7.5153885},{"name":"Michal Iwanow","role":"Code Wrangler","bio":"<p>From Wroclaw, Poland where I\u2019ve lived basically all my life. From time to time I and my wife go somewhere in Europe (so we can easily take our dog with us) for a few weeks\/months to work remotely from there and at the same time see something interesting.<\/p>\n<p>I love JavaScript but at the same time I enjoy learning new programming languages - especially if they allow me to do something in a better way.<\/p>\n<p>In my free time, I like spending time outside with my wife and dog, playing basketball, or reading a good book. A big fan of scuba diving (especially in warm places) and vacations in nature.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6c93b22f7be738503eaacf48cb762a914db5c91bd9a1948a135324ecedeaa626","latitude":51.1078852,"longitude":17.0385376},{"name":"Kevin Bates","role":"Growth Marketer","bio":"<p>I advertise WooCommerce and then go outside.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/bf17b29caf07a16ec17f395d0ff4c33184baccc8dcd0205aafa2f9340f77ae03","latitude":39.5296329,"longitude":-119.8138027},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Matthew Denton","role":"Client Support","bio":"<p>I was a bit of a vagabond slowly finding what I truly enjoy. My first experience with computers was with Windows 3.1, which i inevitably erased because I had learned the del command... From there I wondered off into Chemistry, Physics and Statistical Mathematics before taking a basic C++ course at the end of my second year of college.<\/p>\n<p>From there was the steady progression from Quality Assurance with .NET, creating in-house Java Applications to user facing Web Applications in PHP and JavaScript. Along the way I found WordPress and haven't been lost since. <\/p>\n<p>Today I technically can't call myself a vagabond as I've found my spot in Web Development however you can still find me exploring the never ending list of new technology that evolves day by day.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7f1185128f0b22167482669667fd01b69b09f304b251db1e3641bb54af138895","latitude":43.0581768,"longitude":-75.96954649999999},{"name":"Maikel Perez","role":"Software Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/b13e0031ac025caf33de6997200ac807276bb52b8f83b0f2b79d78714ef06c00","latitude":-33.4488897,"longitude":-70.6692655},{"name":"Mark Drovdahl","role":"Operations Lead, Special Projects (Team 51)","bio":"<p>The son of a college professor and now married to an educator, Mark loves learning, especially figuring out how things work and then thinking of new ways to make things work better. Faced with the prospects of declaring a major in college, he decided to build his own, blending Computer Science and Business courses. The path since has taken many turns, including occupations ranging from working with at-risk youth to writing front-end web code and starting a general contracting business. When he's not wrangling WordPress projects, Mark is likely making sawdust, growing vegetables, coaching soccer or flipping pancakes. Mark prefers radio to TV, pirates over ninjas and Python above PowerPoint.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/80752f2b1c76dcb37659e44da2f60db7d715b49910e3d5198d97fd29257b029b","latitude":47.6262081,"longitude":-122.5212448},{"name":"Meagan Ball","role":"VIP Customer Success Operations","bio":"<p>I like to help people make the right decisions on the internet. A journalist at heart, I spent 15 years working with broadcast newsrooms across the country before joining VIP.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8b56204950f0454e36e1df4ed56866c668995cb40d0f04b6bed3e1edb95fa655","latitude":38.8813958,"longitude":-94.81912849999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.7223263,"longitude":-9.1392714},{"name":"Maria Barbosa","role":"Android Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/36a2a73ca1d255af91b69ba334e792ab15b985e051d5bbae0a8c05daac172b2a","latitude":-8.0522404,"longitude":-34.9286096},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Megan Jonas","role":"Newspack Technical Account Manager","bio":"<p>Megan lives in Fort Collins, CO with her husband, son and a retired adventure cat. When she's not working on awesome WordPress stuff with the Newspack team, she likes to bike, whitewater raft, hike and is working on a TBR stack that is taller than she is.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/97a73ac4a33ed41787f9b9e826fb85b4830ba6fddd77470fd709ecbb8e9de536","latitude":39.5500507,"longitude":-105.7820674},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.0457549,"longitude":-76.64127119999999},{"name":"Mehedi Hasan Masum","role":"Senior Software Engineer","bio":"<p>Programmer and lifelong learner. Love AI, DevOps, and open source. \u2018Roll up your sleeves and get the job done\u2019 - is my motto.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d941fd287bdbbba9880f00a97cd37abb0a47ce21fc7653ecdff355e78b6957b7","latitude":23.810332,"longitude":90.4125181},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.1704063,"longitude":72.7097161},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":49.72253060000001,"longitude":20.2503358},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.2033216,"longitude":-77.1945247},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"Melissa Crow","role":"Sales Operations Manager","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/be28a083ae4e0435fcf309f05edd3aeb2495a9111ac5e17542e2bce1bca3d1aa","latitude":38.8338816,"longitude":-104.8213634},{"name":"Melissa Ripka","role":"Director, Scaled Customer Experience","bio":"<p>Melissa was born in Seattle, raised in the mountains nearby, and now resides on Vashon island, a 20-min ferry ride from Seattle. Her career background is steeped in a mix of web development, team leadership \/ project management, and ninja-chopping logistics behind wrangling global-scale websites. Along with her awesome husband and their rascally three kids, Melissa loves camping, getting her hands and feet earthy, or getting out the arts & crafts bins. She also has a strong habit of organizing and cleaning for fun, which often carries over into her work. You have been forewarned.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a2e0aceefd2b2dd8dc9a899ad736f9c81310785a958742d9cfcb99dea4b01c11","latitude":47.4473204,"longitude":-122.4598502},{"name":"Menaka Sankaralingam","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/787da98ec7a41301c74f64f1b2d0a89c4b8bf29512a64557d2b94e6191483650","latitude":25.2048493,"longitude":55.2707828},{"name":"Meredith Hoppe","role":"Sparkler on Spark!","bio":"<p>Meredith Hoppe joins Automattic from the city of Pittsburgh, PA where she has been involved in the arts education, nonprofit, and university field for over 15 years. Meredith got her first taste of using WordPress to manage website content for a handful of clients as part-time and freelance work, and has been hooked ever since.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7ed50a8cd3e833b122ebde4c4a97b0339134b858863ad6b19c6cadcaf6eaa42d","latitude":41.2033216,"longitude":-77.1945247},{"name":"Dmitry Merkushin","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/60effca745757d06277adea9ff482593bad80954f493b3bf5417b28adafdbb1d","latitude":17.0686305,"longitude":-96.7219034},{"name":"Mat\u00edas Emanuel Surdi Fiocca","role":"JavaScript Engineer","bio":"<p>Mat\u00edas is a Web Developer from Madrid, Spain, working as a JavaScript Engineer for the Pocket Casts team.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e4da5296246e7428b71872a8ec6e7d97565add14f5089fdd78db7acad3285fa3","latitude":40.4935329,"longitude":-3.8757916},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.9332706,"longitude":-116.5765035},{"name":"Miguel Gasca","role":"JavaScript Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/aea57c00f87cefb616e762d51e31b9fbaf54f41f67fc870eb0cfc5555a9a0222","latitude":36.7560042,"longitude":-5.8116522},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.2033216,"longitude":-77.1945247},{"name":"Mustapha Hadid","role":"Software Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3549a1ff81f87902c8c02ec5bc34d2b69fff40445f004f967141307e82138628","latitude":33.315241,"longitude":44.3660671},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.378051,"longitude":-3.435973},{"name":"","role":"Product Marketer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":46.729553,"longitude":-94.6858998},{"name":"","role":"Inference Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.5123443,"longitude":-0.0909852},{"name":"Michael Fellingham","role":"Business Intelligence Engineer","bio":"<p>I am Michael, as a Business Intelligence Engineer, I love unveiling the power data has to make world-changing decisions. <\/p>\n<p>I got married on 12\/12\/2020 to my beautiful wife, Lisa. When I'm not working, I love a good hiking or biking adventure!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/9afcc12aa5d39770339d94c1b3c0bb6f70c3aed9a043b90fbfc77bbb3557c3bf","latitude":-26.2041028,"longitude":28.0473051},{"name":"","role":"Editor\/Writer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":50.7155591,"longitude":-3.530875},{"name":"Michelle Tessier","role":"Permanent iOS Engineering Intern","bio":"<p>- iOS engineer who always likes to learn new things<br \/>\n- outdoors person who likes to experiment with gravity in many ways, but backcountry snowboarding is my favorite<br \/>\n- dog mom to Watson, my spoiled, very furry Border Collie - Poodle mix<br \/>\n- adventure buddy to Tyler, my husband who loves software and business and puts up with my ridiculous vacation plans...<br \/>\n- chronic oversharer<br \/>\n- lover of task lists<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3edd5269c8b92e00fea4093f64d34743238b579591dbca3ea86e12fa1f7f4a8f","latitude":40.6688363,"longitude":-111.8246557},{"name":"Michelle Byrnes","role":"Code Wrangler","bio":"<p>Hi, I'm Michelle! I'm a Newmattician living in the United States. Local to the state of Pennsylvania, I live with my girlfriend and our cat Lee Loo. Before joining Automattic I worked in higher education libraries as a full stack developer. Even before this, I was a photographer freelancing in Philadelphia. Good to meet you!<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/211cb14ccfd8bc51fab4b7f5e0057c439ae3b7a7396bda5caa4be8d37a5a1ee8","latitude":41.2033216,"longitude":-77.1945247},{"name":"Michelle Marchant","role":"Account Executive, Europe","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/499dd851758a7a885aa6fdbe7c6a5ad9523a3ca92f7dc4c1b9bc644a0d43ccc0","latitude":43.59116789999999,"longitude":5.3102505},{"name":"Michelle Langston","role":"Technical Account Manager, Special Projects (51)","bio":"<p>Blog: <a title=\"Michelle Langston\" href=\"http:\/\/michelle.blog\" rel=\"nofollow\">Michelle Langston<\/a> Michelle is a Tar Heel-born-and-bred web designer and developer who built her first site at the age of 14. More than a decade later, she's still at it. Michelle enjoys cute animals, reading, singing in choirs, taking long walks, paddling with her dragon boat team, watching Tar Heel basketball, and trying to relearn how to play all the songs on the piano that she pounded out in her earlier years.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/1545fc495715222fccf488c5ccbe0ab48cfc11038f715391e0e5b32630244aac","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.39987199999999,"longitude":-8.224454},{"name":"Miguel Peixe","role":"Software Engineer","bio":"<p>Product Engineer at Newspack<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/85dbd9e3690c92a6ee990150a6a3ef0fcf921e6c6da14b0c8de7a752001ad158","latitude":-23.5557714,"longitude":-46.6395571},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-34.9011127,"longitude":-56.16453139999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.8393332,"longitude":-84.2700179},{"name":"Mike Ilsley","role":"Happiness Engineer","bio":"<p>WordPress enthusiast currently living in Miami Beach, FL.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/96a6068d007b75f5d45b437bf53b7a910a383237464e7de6dd65046d7bb4ffca","latitude":25.790654,"longitude":-80.1300455},{"name":"","role":"Partnerships Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"Mike Jolley","role":"WooCommerce Wizard","bio":"<p>Developer working on WooCommerce core and extensions. Movie buff and prop maker from sunny England.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/ee61105e5e78f39af80169137f1824e5c3473a2e9801504c01ae77ca691f2906","latitude":52.21865320000001,"longitude":-0.0555436},{"name":"Michael Manuel","role":"Partner Marketing Manager","bio":"<p>Hey there, I'm Mike. <\/p>\n<p>I live in the SF Bay Area, in the city of Campbell (right next to San Jose).<\/p>\n<p>I've been working in tech marketing roles for most of my career, initially inside PR, digital and social marketing agencies, like Omnicom Group, and more recently on the brand and partner marketing teams at LinkedIn and Meta.<\/p>\n<p>Outside of work, I have a small family that I kindof adore, plus a ton of personal interests ranging from portrait drawing, classic books and rucking, to blitz chess, international travel and mobile photography.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4a496451aa4213ee7ab8f37876e9fd5a1ecf9e51cf402a654b92670229a05016","latitude":37.2871651,"longitude":-121.9499568},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.6331249,"longitude":-89.3985283},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"Mike Rockwell","role":"Happiness Engineer","bio":"<p>Mike's passion for the web started in high school when he began writing on his first blog. Since then he's consistently published his thoughts about technology through various WordPress-powered publications and honed his web design skills by tinkering with any code he could get his hands on. At Automattic, Mike feels right at home, working as a Happiness Engineer to help empower users as they share their thoughts and ideas with the world.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/cb7c1fc08e65781b6aba83a491d5a1bdcf433d074a76660b4a6a05ebfdf64885","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Michael Stott","role":"Product Growth Engineer and Jetpack CRM founder","bio":"<p>I have worked with WordPress since 2011 and enjoy building applications that help SMEs grow. I joined Automattic as part of the ZBS CRM acquisition (I'm co-founder) and help manage the full breadth of the product development, from customer insights, to outreach, to product roadmap planning and development.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8f62b5f0504ec03407527b7256e540bd6eae48d6116ad58b503c54a59cad8f74","latitude":53.394361,"longitude":-2.214115},{"name":"Mike Straw","role":"Special Projects Engineer","bio":"<p>My journey began in the lovely city of Tucson, Arizona, where my parents brought life to the eventual awesomeness that would be\u2026me. I was raised an Air Force brat and moved all over the world, then I joined the Air Force myself to see even more of the world.<\/p>\n<p>After 25 years of fun as an Air Force computer operator and programmer and personnel officer, I retired and went to work as a web programmer. Then, four years later, I started my dream job as a Happiness Engineer.<\/p>\n<p>I currently live in Athens, Ohio, with my wonderful wife Deanna and a couple animals: Our kitties Josh, Scrapper, Mj\u00f6lnir, and Eliza, our Kats (also called \"dogs\") Maggie and Maisy, and our snail Miek. My daughter Angela also lives here in town (she\u2019s a great chef \u2013 come try her food!).<\/p>\n<p>When I\u2019m not working on WooCommerce.com, I spend my time refereeing Roller Derby. In the derby world, I\u2019m known as Stray Taco \u2013 so you may notice a few taco references around me.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/dbed59a3994e7ddba5e808415a419ab880b0c5255e323424d1de6f2f61ee5c46","latitude":39.3292396,"longitude":-82.1012554},{"name":"Mike Watson","role":"Code Wrangler","bio":"<p>New Yorker and programmer living in Brooklyn with my wife, Elizabeth, and our tiny dachshund, Beans. We also like to escape upstate a few times a year to the Catskills. In my spare time I like to also do even more programming, go for runs, and play competitive Pokemon (yes, really).<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/90c35910b5653244b3b7a0ab3e6abb67dacaa9d6044344a62feeb3426841b7c0","latitude":40.6781784,"longitude":-73.9441579},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.3498053,"longitude":-6.2603097},{"name":"Danae Millan","role":"Code Wrangler","bio":"<p>Hey! Danae here. A developer who loves dark chocolate and doggos (can't resist Samoyeds). Doing new things tickles my brain, especially if it's outdoors. Currently nomading and discovering new foods.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/459c4dc9ca0a3a13bb80e11c71362e5ad73143726c6d7292e4b0371fbbd2690d","latitude":40.4167515,"longitude":-3.7038322},{"name":"Fab Millerand","role":"Code Wranger","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/1d35a5a704c1e32326ab9a0f7e800ccb35fad0b41b6292b3d3ed8109200eadd3","latitude":39.5696005,"longitude":2.6501603},{"name":"Milos Gambiroza","role":"VIP Support Engineer","bio":"<p>WordPress enthusiast and developer since 2013, turned Support Engineer. In my free time, I'm usually hanging out with friends at a local bar, playing with my dog, gaming, or hiking.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d652b1391bc887e0bdbb2057eb0aad78b81c94da4d254b4ced6605a3cb701aa0","latitude":44.786568,"longitude":20.4489216},{"name":"George Jeng","role":"Head of Product","bio":"<p>Career at Automattic<br \/>\n- April 2021 - Joined A8C as a Product Manager for Feeds at Tumblr.<br \/>\n- January 2022 - Became Team lead for Feeds Experience at Tumblr<br \/>\n- July 2023 - Become Team lead for Core Product at Tumblr<br \/>\n- January 2024 - Became Head of Product at Tumblr<\/p>\n<p>Prior to Automattic...<br \/>\nGeorge Jeng is a product manager at Automattic. Prior to joining Automattic, he was the Head of Internal Product at VICE Media, Vice President of Product at CogniK a content recommendation startup, and was the Head of Optimization for Time Out magazine.<br \/>\nGeorge is a technology enthusiast that loves problem-solving. He's having a great day when he has helped a person or company achieve a breakthrough in overcoming a challenge.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/88d89ab140584a024d267e08e75ffa637d2b36f2e720d143ec778e667d86c7a9","latitude":25.0329636,"longitude":121.5654268},{"name":"Alex Mititelu","role":"Tumblr Web Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/be73fae99f6d5fcdb7787360d25a7496d8d603ba00510a575dfb9868de2a659d","latitude":51.5123443,"longitude":-0.0909852},{"name":"Maria Aragon","role":"WordPress Love Propagator","bio":"<p>Even since high-school I've always been excited about learning new things and getting everyone going and organized so that cool stuff can happen. So naturally, being a project manager (now a Technical Account Manager) with technology companies doing awesome stuff, has been right up my alley during my whole life.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/87a481734a466d7773bd760020d632e09027471b769d0638925b83dd091332b8","latitude":51.43323669999999,"longitude":7.661593799999999},{"name":"","role":"Product Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.1530116,"longitude":-2.2898096},{"name":"Laetitia Mendes","role":"Code Pirate","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/cf438e254a201cedae000ec90ddfc4e43aaa7f5a972f7c55229f30aeb5cff7f1","latitude":39.651621,"longitude":-8.655461299999999},{"name":"Maxime Lumeau","role":"Team Lead","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9e1f13fa60dd796d8ed9bc57e521db6aa0f46994c53f112162ebcc21b4a7158d","latitude":48.071519,"longitude":-0.116491},{"name":"Michal Czaplinski","role":"Code Wrangler","bio":"<p>Code Wrangler on team Frontity (.Organization)<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0527a9a49f7fd3fa0b13b638ab5f892f957d9c016d71d7a001262a397210218d","latitude":38.6446232,"longitude":-9.233365299999999},{"name":"Miguel Torres","role":"JavaScript Engineer","bio":"<p>Capturing the beauty of a moment<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/9ecb81e086a352f55fdfd97ae99adf0133a2a77b3f67516a6a03f9a2f0f0558e","latitude":36.7212737,"longitude":-4.4213988},{"name":"Mo Carter","role":"Director, Executive Operations","bio":"<p>I was born in Scotland - moved to London, then to Anchorage, Alaska, Houston, Texas, and recently to Pittsburgh, PA and back again to Houston! I'm a wife, mum, and a wrangler. I love to travel, to walk and listening to music.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/984567ac327759b4ea32c8ffcd0d313f2691ac2f0fb28b32e33fcb70c8852d04","latitude":29.7604267,"longitude":-95.3698028},{"name":"","role":"Talent Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":45.253783,"longitude":-69.4454689},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-37.4713077,"longitude":144.7851531},{"name":"Jos\u00e9 Ram\u00f3n Padr\u00f3n Garc\u00eda","role":"Head of Spanish Speaking Communities and Growth","bio":"<p>Twenty four years of experience in the web hosting industry in the areas of Marketing, Business Development and Customer Care. WordCamp Mentor, Community Program Manager and co-organizer of Las Palmas de Gran Canaria WP Meetup and WordCamp. Father of Iria, I love horses, metal, sci-fi, and food.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/69be10f4db484cf1ff5610fd62de9447ceac9b9b0d83725ecc20b4ab19ea9473","latitude":28.1008837,"longitude":-15.4653897},{"name":"Julian Vidal","role":"Tabs vs Spaces Arbiter","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/b57063a808d22208a98af1dfdaff117d45cadb888946e849672ecf9d3a4d8f67","latitude":53.7608608,"longitude":-98.8138762},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Cvetan Cvetanov","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/8ce56acfeed57218faeff2d1e020e328ef588cf71f5143abcdc66216aad29402","latitude":43.4085161,"longitude":23.2257292},{"name":"","role":"Analytics Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":60.21872,"longitude":25.2716209},{"name":"Mouli Greenlaw","role":"Woo Support","bio":"<p>Born in London way back before the interwebs was conceived.<br \/>\nStudied Mechanical Engineering to Doctorate level specializing in renewable energy systems, during which time I discovered the main frame computer with terminals housed in a small building, massive disc drives and walk to the print room to collect reams of paper. <\/p>\n<p>Eventually I decided I needed to live the lifestyle rather than study it.<\/p>\n<p>My wife, plus a 6 month old child and myself, moved up to the Highlands of Scotland to a remote, boat only access, wild place where we lived off grid, grew trees, looked after animals, ran a ferry and postal service, and made 3 more children.<\/p>\n<p>During this time I discovered dial up internet and got excited about the advent of Windows 3.1, as well as a new Macintosh Classic that appeared at our local, self run school. <\/p>\n<p>15 years of that and we needed a change.<\/p>\n<p>New Zealand beckoned so we emigrated and started a small Internet development company from our front room providing web services to local small businesses<br \/>\nWorking from home allowed me to be more involved in our kids as we had been in Scotland.<br \/>\nMy wife had the design flair and I had the geek stuff so together we were a perfect match and produced a lot of websites over the years.<br \/>\nWordPress.org became our platform of choice and eventually our whole company put it's energy behind WordPress.<\/p>\n<p>When a new adventure was required I applied for a job with Automattic and surprised myself by getting it!!<\/p>\n<p>So here I am, the kids are fledged and doing well so we sold up our house and are now back in a truck, with a yurt and a good Internet connection, looking for a piece of land of our own from which to spread happiness and enjoy our lifestyle.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d924d64792e7a7dea2e2d38ca313a31ffb8bd8fa555cf2a3b9d61ba7f6e9fce3","latitude":-41.6742775,"longitude":174.0759237},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-5.4983977,"longitude":-39.3206241},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":32.1656221,"longitude":-82.9000751},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":11.1271225,"longitude":78.6568942},{"name":"Barry Hughes","role":"Team Lead","bio":"<p>Archetypal coffee-drinking coder.<\/p>\n<p>Barry lives on Vancouver Island (BC, Canada) with his family, likes getting out in the fresh air when he can, and has a weakness for the stationery section of his local office supply store: mechanical pencils, 0.5mm gel pens, ballpoints...man, he just can't get enough of them.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7280cecb9fbff6339b39fc18d496ceec8e6d3f222d59fae97fd6ad3454b6128f","latitude":53.7266683,"longitude":-127.6476205},{"name":"Madhu Dollu","role":"Software Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9a7a39757e32731bee1589805caee5a93e8f61524a047d97a5168c7d0682dd2c","latitude":17.385044,"longitude":78.486671},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"Alvaro G\u00f3mez","role":"Happiness Janitor","bio":"<p>Born in Bilbao, Alvaro is widely known for his skills at copying and pasting code, an activity at which he has thrived since the late 1990s. Rumor has it that he was a professional photographer in a previous life. He also goes by <a href=\"https:\/\/mrfoxtalbot.wordpress.com\/\" rel=\"nofollow\">MrFoxTalbot<\/a>.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e8d37dadff11b20a9caae7950b93dec43ddf0aa37497b32db8a03c7f1eebdfa8","latitude":40.4167754,"longitude":-3.7037902},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":18.1124372,"longitude":79.01929969999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"Ross Mulcahy","role":"Solutions Engineer on VIP Biz Dev","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/f3e84aa08ce1b8753be042042a326b8e30331022cd691ca8f62d9eac85036ada","latitude":53.3498053,"longitude":-6.2603097},{"name":"Dylan Munson","role":"Frontend Web Developer","bio":"<p>A dedicated father of 2 wonderful children and husband to an incredible wife. Likes playing videos games, programming, and trees. Lots of trees.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/cc9d906833952a9d91609b15a2635be548f93494a769ecc4b12811ea2e099871","latitude":42.5558381,"longitude":-114.4700518},{"name":"Murphy Randle","role":"Head of Engineering at Day One","bio":"<p>Husband, father, friend, aspiring feminist & human advocate.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/ace285dd413b86196ed68f0b5db9de710cf959640a020bcbb852c11fd5804ec7","latitude":19.8967662,"longitude":-155.5827818},{"name":"Michael Monk","role":"VIP Support Engineer","bio":"<p>Howdy, I'm Michael!<br \/>\nI'm a VIP Support Engineer based in New Zealand.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6ecd842f74a63004c251610b16bf26041327d6e299b5baf8bf6a1d75bbad363a","latitude":-43.5320544,"longitude":172.6362254},{"name":"Mohamed Hassani","role":"Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/7ce6dffe18204722f483b5c58d8693bec561222ac585231026bac603af33ae36","latitude":36.7515258,"longitude":5.055683699999999},{"name":"Felix Lange","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/05e5a4f73d2a4e53158271a16aab453e0f108b1d29d5553bb33991d1fa75c3b8","latitude":50.6520515,"longitude":9.162437599999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":25.2048493,"longitude":55.2707828},{"name":"Nacho Iglesias","role":"TAM Lead","bio":"<p>When he knew nothing, Nacho shipped aboard the Ship of Theseus looking for great adventures. He cleaned the cabins, swept the deck, hoisted the sails, helped the crew, healed wounds, learned the craft, and had his share. He only knows he still knows nothing.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a8d9b455cafc7e77157a32c27523161abfc4f93d2cd9afaf7bfc765c85adc79f","latitude":-34.9011127,"longitude":-56.16453139999999},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"Nagesh Pai","role":"Code Walker - WooPayments","bio":"<p>Graduated as an Engineer, but like most Engineers in India, where I belong, did my MBA and went away from the engines :). Did multiple jobs in Media and Marketing, while cultivating Digital media and WordPress.org sites as a hobby. Moonlighted as a visiting lecturer for 9 years.<\/p>\n<p>Joined as a Happiness Engineer and transitioned as a Code Wrangler through a generous Developer Apprenticeship program.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b508e57803daf036d181a576dd9abb07c44cc0a3290be540ab786e71a67bf6a3","latitude":19.0759837,"longitude":72.8776559},{"name":"Naman Malhotra","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a318ec01a19b0c795dae56e0b80e38f4f0776978f0d43a4650afb2f4dcaee28f","latitude":29.0587757,"longitude":76.085601},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":34.5199402,"longitude":-105.8700901},{"name":"Anno Pohl","role":"Happiness Engineer","bio":"<p>Growing up I described myself as the girl who put on makeup to go to the LAN party. Honestly, not much has changed.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7977ef3081753bf497f0f8b9d7333639e0b1d479bd5d4957b43f2a74043c431e","latitude":37.9715592,"longitude":-87.5710898},{"name":"Natalia Vidal","role":"JavaScript Engineer","bio":"<p>My name is Natalia.<\/p>\n<p>I am from Madrid Spain, but have been living and working in Boston for the last 5 years. Previously I lived in the UK for 7 years, in Canterbury, London and Birmingham. <\/p>\n<p>After a Chemistry degree (Organic Chemistry) I switched to CS with an MSc in CS. I worked mostly in consultancy (Oracle, Pro*C stuff) for a long time but doing some freelancing realized I enjoyed web development more. Went through a bootcamp to help with the Switch and have been working on Web apps since. I also enjoy teaching.<\/p>\n<p>Outside of work I spend a lot of time volunteering for a cat rescue in Spain, and trained as a veterinary technician because of it.<br \/>\nAlso love going to the movies and doing crafty things, paper, wood, some glassblowing.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a6265f32750f4ed262a64e723d1e698f250a87a1974e86c5620eca1dbdd55e34","latitude":42.3600825,"longitude":-71.0588801},{"name":"Natasha Wright","role":"Relationship Manager","bio":"<p>VIP Relationship Manager. Based in North West UK (just north of Manchester) <\/p>\n<p>Sausage dog mom and horse mom, I love to be in nature and spend time outdoors. I spend most of my time riding horses, walking my dog, or finding new restaurants to try.<br \/>\nMy past roles have been sales\/marketing\/events\/customer experience focused within digital agencies and I have worked with various CMS and eCommerce platforms. I have always been in customer focused roles and have split myself between both new customers and existing.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0f768b5a05f4779ad858902c20f9aa7c16c7096d2aa188552d32c4a9054b0922","latitude":53.695451,"longitude":-2.46874},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":42.4072107,"longitude":-71.3824374},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":13.6929403,"longitude":-89.2181911},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"Camilla Krag Jensen","role":"Cheif Syntax Highlighter","bio":"<p>Camilla lives in Copenhagen, Denmark most of the year, but escapes to Mexico in winter for about 3 months to get the best season there and get away from the worst season in Denmark.<\/p>\n<p>She's been in love with web development for a long time and enjoys writing code for both backend and frontend.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/cfbdde0aae7d382bf02433d0030b16f8dd7f19fc9e084cc120f4bcfa353422d6","latitude":55.6751812,"longitude":12.5493261},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":25.2048493,"longitude":55.2707828},{"name":"Rina Nazrina","role":"Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a4fc17e0601a63d2a6f737453414444eef79c7c812f06ec9b2f4aa8f14b07380","latitude":-8.297588400000002,"longitude":115.3548713},{"name":"Nikolay Bachiyski","role":"Meta Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6a5f2e886fa8d86875afe84838cf0e17ec5a52f233b40ccbe5c0dd0eff3ae3f7","latitude":42.6977082,"longitude":23.3218675},{"name":"","role":"Relationship Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.20105,"longitude":-91.8318334},{"name":"Nick Bradbury","role":"Mobile Wrangler","bio":"<p>Blog: <a href=\"http:\/\/nickbradbury.com\" rel=\"nofollow\">nickbradbury.com<\/a><\/p>\n<p>After a brief, unprofitable stint as a professional cartoonist, Nick fell into the world of software development and went on to create HomeSite, TopStyle & FeedDemon for Windows. Then out of the blue he gave up Windows and started developing Android apps on a Mac. Nick resides in Knoxville, TN, and\u00a0shares his life with his wonderful wife, Melissa.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/163fd2e0842cbbbdad5c2d4ef6378a084a8ae5cc2f63f8f9cb0ebd4aea5be265","latitude":35.9606384,"longitude":-83.9207392},{"name":"Ramona Nemeth-Csoka","role":"Woo Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/37dedf693ed496595a14c90ee6a87b851a34c60444f8a0f605c6bb2f8e374fc6","latitude":47.6509285,"longitude":17.2505883},{"name":"","role":"Developer Advocate","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":46.729553,"longitude":-94.6858998},{"name":"Neal \u00d3 Riain","role":"Staff Data Scientist","bio":"<p>Me, in brief<\/p>\n<ol>\n<li>I\u2019m based in Dublin, Ireland \ud83c\uddee\ud83c\uddea.<\/li>\n<li>My background is in astrophysics \ud83c\udf0c, so I\u2019m always keen to chat about anything space related.<\/li>\n<li>I\u2019ve been working in tech for quite a while, doing data science (and lots of other adjacent data things) at Amazon, Spotify, InVision, and, most recently, Contentful.<\/li>\n<li>Outside of work: I read, I hike, I swim, and I play music \u2014 all to varying degrees of competency.<\/li>\n<\/ol>\n","image":"https:\/\/1.gravatar.com\/avatar\/784b0418bc16d28906601332fea2b82c9131778707c61e7fcde967e556338ef9","latitude":53.3498053,"longitude":-6.2603097},{"name":"Nebojsa Jurcic","role":"Brand\/Creative Designer | Specialized in Motion Graphics","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/27d3f800611c25447081b1d5517a9ff108c4c82be64cc5cf2c0e02ddb9ac76ce","latitude":46.09695809999999,"longitude":19.65763},{"name":"Jose Luis Ayerdis Espinoza","role":"MLX Engineer","bio":"<p>I'm based on Nicaragua, and I enjoy Bayesian statistic, engineering and Maths!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/34c8afa5fb93c59b580ebb31e834e2631044473d93bd3363d4646ef6c87602d8","latitude":12.1149926,"longitude":-86.2361744},{"name":"","role":"Product Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":32.1656221,"longitude":-82.9000751},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"Brent Nef","role":"Code Assayer","bio":"<p>Father of 4. Based in Southern California, I enjoy reading, surfing, and basketball. In other spare time I dabble at guitar, woodworking and 3d printing.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/eb7e25b364c5c77aa81858887392578a57785fa73f799dbf3ad3dc79e8b96748","latitude":36.778261,"longitude":-119.4179324},{"name":"Neil McCreadie","role":"Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/16f7ca33d07cb229c8c8b4df3c734e2050d22e6ee4715e2dc15d65acb9066f4b","latitude":52.2593197,"longitude":-7.1100702},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":46.3503019,"longitude":15.7340595},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":48.3061414,"longitude":18.076376},{"name":"Darren Ethier","role":"Digital Arborist","bio":"<p>Howdy!. My name is Darren and I'm a code wrangler here at A8c. I'm married to Kerryanne and have 4 awesome kids: Zach, Karissa and twins - Liam and Jenna. Check out my blog at <a href=\"https:\/\/unfoldingneurons.com\" rel=\"nofollow\">unfoldingneurons.com<\/a><\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7d29c7aaac7680d0b77931462ab95c2e786f855a2a0e2acd03918ba0f3a407ff","latitude":51.253775,"longitude":-85.323214},{"name":"","role":"Analytics Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":16.0544068,"longitude":108.2021667},{"name":"Nikos Giallelis","role":"Code Wrangler","bio":"<p>Hi, I'm Nikos and I am currently located in Athens Greece.<\/p>\n<p>I'll be working as a Senior Backend Engineer on Day One app.<\/p>\n<p>In the past, I worked as a web developer on an international Online Travel Agency and as a software engineer and team lead on an online gambling company.<\/p>\n<p>I love playing tennis, traveling around the world, and creating stuff from wood!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/07208adbffb6807964ca2f2b2c3faf78b1bc46a6de9ebe1a739622c30424497d","latitude":38.02133070000001,"longitude":23.7986297},{"name":"","role":"Analytics Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":10.773688,"longitude":106.704605},{"name":"Nic Wilson","role":"Happiness Engineer","bio":"<p>Nic started using WordPress 2.7 while working in community newspapers. A lot of years later, he's launched over a hundred local, regional and community newspaper websites on WordPress. Now he Engineers Happiness at Automattic when not scratch building scale model ships, cooking, reading, writing or working in the garden.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6fcbf2f75a0120b12eb71e584651ce264413d422c0a510fc716f1f59c9b0c163","latitude":-43.5320544,"longitude":172.6362254},{"name":"Nicholas Eberlin","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/38676e7bb14f3a321faae36c264da0f8a3ce6a7364cbc16d32a224966ec037b0","latitude":18.3368114,"longitude":-64.7280952},{"name":"Nick Gernert","role":"CEO, WordPress VIP","bio":"<p>Nick is a native Floridian where he spent half of his life playing video games and the other half building what became one of the world's leading WordPress development consultancies. Nick uses his experience in deploying WordPress for large scale media publishers to grow the WordPress.com VIP services through product initiatives and strategic partnerships.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/842fc524dbe3de796acee95786b17598772a9ced76a54d698389c82e5318cd5d","latitude":28.5999998,"longitude":-81.33923519999999},{"name":"Nick Momrik","role":"Human Performance Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/7f2f8db9a50b7e50fdad0a0071cc90efbfd84ded7124814d60ab1f05f0765aca","latitude":43.4194699,"longitude":-83.9508068},{"name":"Nick Pagazani","role":"Developer on Team 51","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/4d3cda63cadbe165eafa722ce9ba0a5942f13a92d927fca3e3e5c84fe2f277f3","latitude":39.4699075,"longitude":-0.3762881},{"name":"Nick Pentreath","role":"Machine Learning Engineer","bio":"<p>Nick is a machine learning engineer at Automattic. Previously, he worked in the Center for Open Source Data & AI Technologies (CODAIT) at IBM, cofounded Graphflow, a machine learning startup focused on recommendations, and was at Goldman Sachs, Cognitive Match, and Mxit. He\u2019s a committer and PMC member of the Apache Spark project and author of Machine Learning with Spark. Nick is passionate about combining commercial focus with machine learning and cutting-edge technology to build intelligent systems that learn from data to add business value.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/90cbc755d7e680252859511ec0b7d0c5fced8a715fe0d7fb05ca04ad1e3054e6","latitude":-33.9248685,"longitude":18.4240553},{"name":"Nicola Barbieri","role":"Team Lead Tumblr Feeds and ML","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a81834ffe73ee3a8681191861a84ae35f6c1efff9d0b371611531afd527c3eaa","latitude":41.3850639,"longitude":2.1734035},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.4308255,"longitude":-1.1444927},{"name":"Nicola Hamill Phillips","role":"Global HR Lead","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/0be1a3f32065c740ebdbfd543494e9a4f97f286590ca5ac73dcceab5507c2478","latitude":55.864237,"longitude":-4.251806},{"name":"Nico Mustone","role":"WordPress.com Happiness Lead","bio":"<p>Howdy, I'm Nico. I love playing Dungeons & Dragons and fishing!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/930297c7961f24e6b11bbdadc96a99a1c2a55fe5a7f2b8eb678929fd27dc867c","latitude":44.4267674,"longitude":26.1025384},{"name":"Nicolyn Ramos","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/921598fdcc14155abd56e5080582961e64748357ae979e5ba99314da4e608105","latitude":40.7556818,"longitude":-73.8830701},{"name":"Niels Lange","role":"TypeScript Engineer","bio":"<p>Niels is engineering happiness for WordPress.com from Europe and Asia and with at least 25 annual timezone changes he's a true Timezone Wrangler.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2cb18c377446ef9608fab0c3e10ce6f5328efb72e363e167bef27526e652cfb0","latitude":49.2479519,"longitude":8.7235289},{"name":"Nigel Stevenson","role":"Excellence Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/7616aa2b5dbdcf5793f0c8f77a57d79226b9e9df2e4988bca8bc9ec1eaf40a5c","latitude":54.59728500000001,"longitude":-5.93012},{"name":"Nigel Joy","role":"Happiness Engineer","bio":"<p>Nigel hails from a small town in Kerala. Blogging has always been one of his passion. From there, he started his journey in the field of web and technology. He is now part of the team that contributes to the most popular blogging platform \/ CMS in the universe!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f51205e188036eb747d79e36373ac37256f368fe6faea739cc44e6b14ec32706","latitude":41.1579438,"longitude":-8.629105299999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.7223263,"longitude":-9.1392714},{"name":"Orlando O\u2019Neill","role":"Growth Barbarian","bio":"<p>Hi! I'm a diasporican, born in Puerto Rico but primarily raised in Texas. Through a series of fortunate events, I now live in Seattle, where the days are gloomy and the coffee is strong, and I love it. I have a background in engineering and marketing, and I'm always looking for someone to show me the data. Outside of work I love listening to records, going to concerts, watching movies, and getting physical (running, cycling, and weightlifting).<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3d36f4bed00404a807c21334d999201b37ac7a4f61f4c164973ebaf419ad7a5c","latitude":47.6768927,"longitude":-122.2059833},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":46.10133930000001,"longitude":15.8809693},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"Nitin Moorjani","role":"Director of Talent Operations","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/aa2758dd34ed7e9d14342648186a7e5815a664d08ae17bf4ced6c70505575f01","latitude":51.3769529,"longitude":-0.0956895},{"name":"Nitpal Singh","role":"Relationship Manager, WordPress VIP","bio":"<p>I am Nitpal and I've joined Automattic as a Relationship Manager for the VIP team handling our customer relationships in the APAC region. I have roughly 9 years of customer-facing experience mostly in sales and account management.<\/p>\n<p>Outside of work, I am a big Manchester United fan and run the Manchester United Fan Club of Delhi. I am also a big foodie and my interests include playing musical instruments and collecting sneakers. :)<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f66a98b9f96a44630e470cdc7462ba2905116b0af52eec108f896b136d1abfd5","latitude":28.4594965,"longitude":77.0266383},{"name":"Nate Weller","role":"JavaScript Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/8bbdf7a6214e590ae6f4b51d13cde17116bc8bc8dd36f725332e197c658c427c","latitude":53.9332706,"longitude":-116.5765035},{"name":"Noam Almosnino","role":"Product Designer","bio":"<p>Noam is a product designer in Reykjavik, Iceland, currently working on Jetpack at Automattic. In the last 10 years, he has designed and developed products for various organizations and companies, including Adobe and the government of Iceland! In his free time, you'll probably find Noam swimming, or traveling.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4b5b37ef5d866b2dda0e729b75680141a31cfec138489c0c793c13a9625442e7","latitude":64.146582,"longitude":-21.9426354},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.5123443,"longitude":-0.0909852},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":32.1656221,"longitude":-82.9000751},{"name":"Nicholas Sakaimbo","role":"Software Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/21103d567fce9ab730212669cc20873f9c50ce207e357c4df6a5bf410b7f0773","latitude":39.7384357,"longitude":-104.9848593},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-30.0346316,"longitude":-51.2176986},{"name":"Nikos Tsekouras","role":"JavaScript Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/bf28de7c3369264db807c8745157331bb8ac8ca74dccf019608cb2642a06b611","latitude":39.366584,"longitude":22.9506769},{"name":"Nukak Asanansi","role":"Happiness Engineer","bio":"<p>I\u2019m a curious soul who loves learning, staying active, and exploring creative ways to grow. When I\u2019m not diving into books or geeking out about AI, you\u2019ll find me working out or enjoying a good conversation. I\u2019m all about finding balance and keeping life fun and meaningful.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a95abf6a663cdeb63970e1ee89ba290809c9b076902960581f815534faa52168","latitude":6.464587400000001,"longitude":3.5725244},{"name":"Dan Wyman","role":"Code Wrangler","bio":"<p>Dan started out as a filthy child roaming the chaparral of California. Tamed by a kindly dancer and a mischievous musician, the civilized sections of his childhood were split between fine art and computer programming. The latter due to Apple's clever \"first one's free\" approach of putting computers in schools.<br \/>\n\u00a0<br \/>\nAs a grown up, Dan has lived at various points along the San Andreas fault, built a bunch of software, and developed an appreciation for how fine programming can be as a creative outlet.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a2d8ccd3a7b4eef4553c77e02f0ddd81ed244514aea8c4c969ea373333975b82","latitude":36.778261,"longitude":-119.4179324},{"name":"N\u00faria Pe\u00f1a","role":"Product Designer","bio":"<p>Hola! My name is N\u00faria and I'm a Catalan product designer who is currently living in Munich, Germany. As a designer, I care deeply about Accessibility and Inclusive Design. Outside work, I love photography, travel and hiking (if possible, all combined). In the evenings, a good beer in good company!<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/bfcc0cebbcd5a5e12cc72e0712fdf01a6ff9f52676f14d39b5443c28c996c0df","latitude":41.3873974,"longitude":2.168568},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Andr\u00e9 Maneiro","role":"","bio":"<p>I\u2019m a software developer based in Galiza, Spain.<\/p>\n<p>I work full-time on the open-source projects Gutenberg & WordPress, sponsored by Automattic. In the past years, I\u2019ve made contributions to several components, such as API docs generation, Block Styles, Global Styles, server-side performance, or DataViews.<\/p>\n<p>In March 2023, I became a WordPress core committer.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/33046103b6ac48bc1744880f825785a6b149234f0c2ea096717486c76f243b36","latitude":42.4298846,"longitude":-8.6446202},{"name":"Oleksandr Aratovskyi","role":"Code Wrangler","bio":"<p>I'm Oleksandr from Kyiv (Ukraine). Had been living in Odesa (Ukraine) for 15 years before moving to Kyiv. Started my web development path in 2009, when was learning HTML, CSS in high school. But got real intern experience starting from 2012 in a company named Luxoft.<\/p>\n<p>My interests are: guitar (mostly acoustic, but sometimes electro), singing, travel, football (both watching and playing), hand made coffee (pour over, chemex, etc), running (preparing for half-marathon). Another thing that I love is to walk with my wife and friends, 25000 steps on Saturday or Sunday is just normal. Have a devon-rex cat named Mick.<br \/>\nWill be happy to make a fresh coffee and show my favourite places in Kyiv!<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2677fd082664fbf707d06486bb62232b8ca55e6a6591ff5adb220bd56d8d870b","latitude":50.0529506,"longitude":30.7667134},{"name":"Obed Roldan","role":"Happiness Engineer","bio":"<p>Hello y'all! About me? I'm a Jesus follower, husband, dad, interior designer in the making, passionate about serving, earth advocate\u2014let's go green\u2014and tech enthusiast.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e03a685b1c73d6e28656482118d3e59296da57a275a6f4485541214114c6fd87","latitude":18.2274558,"longitude":-65.92099700000001},{"name":"Konstantin Obenland","role":"Chairman of Height","bio":"<p>Blog: <a href=\"http:\/\/konstantin.obenland.it\" rel=\"nofollow\">konstantin.obenland.it<\/a><\/p>\n<p>Born and raised in Constance, Germany, Konstantin moved to Southern California in September 2012. Here he enjoys the everyday sun, the beaches, burritos on fridays and football on sundays. And\u00a0occasionally\u00a0<a title=\"Konstantin drinks beer\" href=\"http:\/\/beer.obenland.it\" rel=\"nofollow\">he drinks beer<\/a>.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/52571ff84e9ddc518a5a36d434c6cab38e1cfaab16a87ccdf49c51351b00c199","latitude":39.011902,"longitude":-98.4842465},{"name":"Christopher Allford","role":"Code Wrangler","bio":"<p>From the west coast of the United States, Christopher contributes to development on WooCommerce Core. When not working he enjoys the mountains, oceans, and JRPGs.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/cca95ae5a91e42d1d6af6164cf3a274fcb7a18f0667734d2a285eab0a322128c","latitude":45.6387281,"longitude":-122.6614861},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"Corey Franklin","role":"VIP Support Engineer","bio":"<p>I live in San Antonio, TX with my significant other Gloria and 2 cats (Kit and Baby). When I\u2019m not working, I spend time with friends and family, cooking, playing video games, working on my car, swimming, exercising, and watching\/betting on sports.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/49b76429a726fb0d5262c8c3920ff957a3430053b30f55d7fa5c6916f0199f3d","latitude":31.9685988,"longitude":-99.9018131},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.6761919,"longitude":139.6503106},{"name":"Oleg Botvenko","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/74a0fec12dcdb4f0c59b5dba7f1a6e328e0345beaa53ed82d712442a8f04e84d","latitude":48.556923,"longitude":-58.71149},{"name":"Olga Bulat","role":"Code Wrangler","bio":"<p>I am a Code Wrangler working with Javascript and Python. I love solving problems with code. Outside of work, I love spending time with my husband and our three kids.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e1e9a2fb939bbf2b9ce36b09ea521a15cd8e2a89a485dfcebb3b9e075915fdf6","latitude":41.0082376,"longitude":28.9783589},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Olivia Jorgensen","role":"Product Marketing Manager, Top Customers, WooCommerce","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/50022fa59a6ce89a9a2b18e9eb99bfd8ceb2096a8312f0f3c690eb8ff23673a0","latitude":41.146763,"longitude":-73.4948445},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-43.7542275,"longitude":171.1637245},{"name":"Olivier Halligon","role":"Mobile Infrastructure Engineer","bio":"<p>I'm passionate about making the day-to-day life of Mobile Developers easier, providing them Tools and Automation to improve their Developer Experience (DevEx).<br \/>\nI like cooking, travelling and discovering new cultures, thrilling activities like bungee jumping\u2026 but also watching TV series ;)<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/fb0c74f4d8c09bea89530e17cee51277da05db178a28bd1b9b49a867c3930d97","latitude":48.2292016,"longitude":-1.5300695},{"name":"Matt Perry","role":"VIP cyclist","bio":"<p>Matt Perry leads customer engineering and services at WordPress VIP. He like bicycles, football\/soccer and the wilderness.<br \/>\n\u00a0<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0056dc3a44c4e0c72a388a932a9953418fca937290a0594df77f8a131ff2d132","latitude":47.6062095,"longitude":-122.3320708},{"name":"Omar Paz","role":"WooCommerce Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/fa0232fb9d95ab7c067886b9a1c4133e67936fc21d147f2d12815d2885ad49bc","latitude":10.2910237,"longitude":-72.1416132},{"name":"Maggie Cabrera","role":"JavaScript Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/25acef5ba5f9e260609cf3fe1fd218bb8af2be618b617e0c483caed0fea3a274","latitude":37.3800349,"longitude":-6.1328179},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.3727181,"longitude":-3.073754},{"name":"Orcun Gogus","role":"Product Designer","bio":"<p>Product designer for Woo Payments.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/640226b004a2eb39c9fc2b9cffd79a06c528fc0d20c10025240301e2d5e8a27b","latitude":40.6781784,"longitude":-73.9441579},{"name":"Orhan Fernandes","role":"Woo Jedi","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2bcee3ad2a1aa222763b6a9aeeecc26b908a409232963ed028d4a0f738a8f239","latitude":7.190708,"longitude":125.455341},{"name":"Oscar Lopez","role":"Head of Engineering","bio":"<p>Oscar enjoys music, specially jazz. He plays several instruments which he keeps close to him all day long while coding: keyboard, guitar, ukulele, guitars, etc. He loves developing small tools and apps that are useless in the long run. Started & dropped out ofseveral careers (Electronics Engineering, Medicine, Psychology, Systems Engineering) and opted for a hacker life around Free Software.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/62eaffa20ffa93357f979d062da8ebda86b652b9bebeca41831730fe1aa08bb1","latitude":-34.6036844,"longitude":-58.3815591},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-31.2532183,"longitude":146.921099},{"name":"Matthew Miller","role":"Creative Technologist","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c8254e1b3295ad9cd3d543d853b42ebf0c0ca45571aa67d1b0f3e182c65b8ef8","latitude":42.4153925,"longitude":-71.1564729},{"name":"Wayne Wang","role":"Software Engineer","bio":"<p>No ramen, no life!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c47bbc4c4b0e86e27854830a1aef93c692deb0625651426f533e9a34dda194e0","latitude":25.0169826,"longitude":121.4627868},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Paolo Belcastro","role":"Ma\u00eetre Domaison","bio":"<p>Blog: <a title=\"Paolo Belcastro\" href=\"https:\/\/paolo,blog\" rel=\"nofollow\">Paolo Belcastro<\/a><\/p>\n<p>Paolo is a modern nomad: after Italy, France, and Switzerland, he currently lives in Vienna, Austria, working on Automattic's Jetpack and .blog products.<\/p>\n<p>Passionate photographer, he publishes his photos on paolo.blog. He also dedicates his free time to his family, cats, and hobbies.<\/p>\n<p>Working remotely since 1994, managing distributed teams since 1998, he firmly believes that remote work is the key to peaceful coexistence for 10 billion humans.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/1e730503d106535fb398c1c03f8c35a618e8dafc37bbdd1b87c1465632adfaa4","latitude":48.2081743,"longitude":16.3738189},{"name":"Pablo Honey","role":"Design","bio":"<p>Designer and educator based in Brooklyn, NY focusing on digital media and its state of constant flux. Pablo worked throughout his career with design and technology at DoubleYou in Barcelona, R\/GA in New York and Red Antler in Brooklyn helping companies and start-ups to capitalize on the transformation of advanced technologies and interfaces.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5d3c9f94a1020cb54008bc80a5661b3a57c94d87d08af6cad57683c08bd069ad","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Pablo Mizrahi","role":"FP&A Manager","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/432cae3571423bf5599c564c46e4997ab17e3501851c671ab71e56dd4a8ce1a5","latitude":-34.6036844,"longitude":-58.3815591},{"name":"Sergiy Fedosov","role":"Excellence Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/31844650a1de050efcea96348175f29ba4fbfd925201a8b6a98fb8828ae3bce1","latitude":50.0529506,"longitude":30.7667134},{"name":"Bela Toros","role":"Packet Wrangler","bio":"<p>Born and raised in Hungary. Due to a lucky accident got introduced to networking and got hooked. Also like to play the bass but on that side he's at the rank of root note specialist.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/66f706c4b95e9de4805249e161637a6e10b8fae88e1d01c60a8fa984bf51abb7","latitude":47.44800009999999,"longitude":19.4618128},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Panos Synetos","role":"Team Lead","bio":"<p>Hey, I'm Panos (short for Panagiotis) and I'm from Greece (currently living in Athens).<\/p>\n<p>I'll be working as a Code Wrangler on WooCommerce, along with the rest of the engineering team of SomewhereWarm. <\/p>\n<p>Before A8C, I was a freelancer and working mostly on Codeable. I got introduced to WordPress about a decade ago, and since then I felt in love.<\/p>\n<p>I love technology, black coffee, and beer in random order.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/714258feab71be021b51871644e0f07a1d13d6fe26e2789df131ecbdb18f54ce","latitude":38.0549562,"longitude":23.807655},{"name":"Jaye Williams","role":"Dot Connector","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/fc22712992188e665070cd7ab206e044c333df2952e0c5129fb908b982746e70","latitude":32.76070740000001,"longitude":-16.9594723},{"name":"","role":"Partnerships Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Paul Bunkham","role":"Code Mixologist","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/8f76477f8c64138f5746ccdec5d22f07385a0933b1d63b95ccdeb899bd19c680","latitude":50.82253000000001,"longitude":-0.137163},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":46.227638,"longitude":2.213749},{"name":"Paul Jacobson","role":"Happiness Engineer","bio":"<p>Enthusiast, writer, photographer, and Bringer of Happiness. I'm passionate about my wife and proud Dad of two amazing children.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0cefb92564c17a807f32f66635093398e7ee1738238f9cafe1ea813803866a98","latitude":31.046051,"longitude":34.851612},{"name":"Paul Kevan","role":"Security First Mate","bio":"<p>Paul is a Lancastrian born and bred, now living on the wrong side of the Pennines with his wife and two children in the somewhat glorious North York Moors. <\/p>\n<p>Outside of work he enjoys most sports, but in particular sailing (when he has time) and cricket (not so successfully, yet).<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/04af23727a70e2804c09aeb7067b7afda8be93d9bb1ac05b7d926557b51e7c57","latitude":54.463018,"longitude":-0.9398219999999998},{"name":"Paul Mayne","role":"Head of Day One","bio":"<p>I love software and technology intersecting with design and user experiences. I created the Day One journal app in 2011 and have become a proponent of keeping a personal journal.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b9a0016ee47a1f645cf4da33fc9302717f70b3eef6ddc12ce68ee868002a3ffb","latitude":40.4532833,"longitude":-111.7779865},{"name":"Paulo Arromba","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/348df7b752391595a604c3b86187342b7cb786a04de23117bb8d723b3fb9bac4","latitude":41.2278891,"longitude":-8.621049},{"name":"Paulo Aquino","role":"Happiness Engineer","bio":"<p>I often express myself through the form of writing, illustration, design, or <a href=\"https:\/\/cloudup.com\/cJALQbsGfEq\" rel=\"nofollow\">movement<\/a>. <\/p>\n<p>Believer in originality and the idea that <a href=\"https:\/\/everythingbuilds.com\/\" rel=\"nofollow\">everything builds<\/a> off strong foundations.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/89baa3e191c73fc4ea1565b2aa9ea2541c4259976ecb6804914b1accb0773cfa","latitude":43.0620958,"longitude":141.3543763},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-8.8137173,"longitude":-36.954107},{"name":"Paulo Trentin","role":"Code Wrangler","bio":"<p>Works at automattic as Code Wrangler. Paulo loves doing new things with programming and electronics, is obviously passionate about Arduino and anything like that like 3D printers. Running 25 minutes at the end of Friday is an old hobby that helps him reflect on the week while finishing it in his head.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a387c8cb96bf2c407938556fae00567108e367e6be04318526d8ca00db894ec1","latitude":-27.0052075,"longitude":-51.15439500000001},{"name":"Paulo S\u00e9rgio Pinto","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3970fdcf7091e07a1d901227ee383ffcff82182880136894676f67b30ebfe027","latitude":41.1238759,"longitude":-8.611785099999999},{"name":"Pavel Dohnal","role":"Team lead @ Ballade","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/d76d0c2687ca8de30e2f3ca7cac1bb0d3d567902f0022a8a32229060e2a48d55","latitude":49.1950602,"longitude":16.6068371},{"name":"Paxana Wiedeman","role":"Happiness Engineer","bio":"<p>Hi! I'm Paxana, I'm a lifelong Portlander, I like e-boarding, cooking, and dabbling in new tech. I'm excited to be here and get to know you all.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d96965f6231fadec7097a8cef9e447f537d50f43cd7b618e7ba9cbfcb2ce6799","latitude":45.5230622,"longitude":-122.6764816},{"name":"","role":"Data Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.016521,"longitude":21.005859},{"name":"","role":"Growth Marketer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":48.2081743,"longitude":16.3738189},{"name":"Pam Kocke","role":"Generally Helpful Automattician","bio":"<p>Blog: <a href=\"http:\/\/pyjammy.blog\" rel=\"nofollow\">pyjammy.blog<br \/>\n<\/a>Pam works in Talent Operations and lives in New Orleans, Louisiana. In her free time, she enjoys spending time with her identical triplet sons, sewing, watching Schitt's Creek, and reading.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8e8e40cfefaf8b81b3e55c388d74a6c82f37e98bbed08720c9b7372934c2f5af","latitude":30.9842977,"longitude":-91.96233269999999},{"name":"","role":"Product Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Community Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.3873974,"longitude":2.168568},{"name":"Peter Butler","role":"Code Wrangler","bio":"<p>Blog: <a href=\"http:\/\/peterbutler.me\" rel=\"nofollow\">peterbutler.me<\/a><br \/>\nAfter getting a harsh dose of reality from a factory job early in his adult life, Peter decided to figure out how to make tinkering on computers pay the bills. \u00a0 Hailing from sunny Colorado, you'll find him heading up I-70 to ski whenever possible, or spending time with his wife and kids. \u00a0At Automattic, he spends his time making code do as it should.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2f0a2e69d332a81eacd7e8fa47b87b789cdbf9b5d1038e49f599af0174e3eb21","latitude":39.5500507,"longitude":-105.7820674},{"name":"Peter Fabian","role":"Code Warmer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/34c32a1f3af8e4a0e2c1fa7373f09d913f894153ee0e402230f3414cac5aadd5","latitude":55.6760968,"longitude":12.5683372},{"name":"Peter Vibert","role":"VIP TAM","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/7aae136c9f19c4283b3d0e72ba6fdce2136b410e8f3c5505de3a67c3d3906347","latitude":41.1579438,"longitude":-8.629105299999999},{"name":"Pete Schiebel","role":"Technical Account Manager","bio":"<p>I've been involved with web development since graduating college in 2004, catching the WordPress bug around 2007. I've always enjoyed working with it, the community behind it, and teaching others how great it can be. When I'm done staring at a computer screen for the day, you can usually find me doing something active outside, preferably by a body of water. Icebreaker keywords include: soccer, CrossFit, whiskey, tacos, and beach. I'm married to an Amanda, have two boys under the age of 10, and a pretty awesome dog named Cocoa.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/506f598f0b9f3f366d77f8332e873627937a2ed8b42cfb51d555ec76f49e6332","latitude":28.0394654,"longitude":-81.9498042},{"name":"Petros Paraskevopoulos","role":"Mobile Engineer","bio":"<p>> 1985-1990 (CCCP)<br \/>\nI was born in Shymkent Kazakhstan. At 5 years old, when the Soviet Union collapsed and the borders opened again, my Greek family moved to Athens, Greece.<\/p>\n<p>> 1990-2010 (GR)<br \/>\nI went to school and University in Greece (Athens). As soon as my undergraduate studies completed I joined the Greek military to fulfill this obligation.<\/p>\n<p>> 2010-2014 (UK)<br \/>\nAfterwards, I moved to Scotland to do my postgraduate studies (Edinburgh). On completing my postgraduate studies I moved to England where I lived and worked for about 3 years (London and Norwich).<\/p>\n<p>> 2014-2017 (GR)<br \/>\nAt that point, me and a couple of friends, we decided to launch our mobile startup. We moved to Greece and worked on our startups for about 3 years. But, in the end we decided to let it go.<\/p>\n<p>> 2017-2018 (DE)<br \/>\nAfterwards, I moved to Germany (Hamburg), where my then girlfriend was living and studying. Right after, we moved to Berlin where I worked there for about 2 years.<\/p>\n<p>> 2019-2020 (GR)<br \/>\nHaving decided to start a family, me and my then fiance moved back to Greece. A great work opportunity came up so this made it easy for us. We got married a year later and a year later our boy was born.<\/p>\n<p>> 2020-Present<br \/>\nAt this point, I found this amazing company called Automattic and I will be starting my fully remote, fully open source career with them.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/919c4074305d202c681fde4b691f86c84bcebe0e325397d8cdb757058f05bee8","latitude":37.9982945,"longitude":23.7215764},{"name":"Petya Milcheva","role":"Human Wrangler","bio":"<p>Petya hails from beautiful Sofia, Bulgaria, where she has been living for the last 12 years. She loves working with people and she brings with her extensive and diverse HR and event management experience. In her free time she likes travelling and hanging out with friends. She is keen on various sport activities and spends a lot of her time watching and practising different types of sports.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c92f5a852b218ff8b2259527bcf81d477d5021254cf5af69c87f691a1fa29a3f","latitude":42.6977082,"longitude":23.3218675},{"name":"Matthias Pfefferle","role":"Open Web Lead","bio":"<p>Blog: <a href=\"https:\/\/notiz.blog\" rel=\"nofollow\">notiz.blog<\/a><\/p>\n<p>I work on open, portable, interoperable, small, social, synaptic, semantic, structured, distributed, (re-)decentralized, independent, microformatted and federated social web stuff.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2fa49caa8f62b8965eeb2f3844c4dc5b6d10ee420399f28a95f9262e874247b4","latitude":48.943208,"longitude":8.3980172},{"name":"Philip Fairchild","role":"Tax-manian Devil","bio":"<p>When he isn't geeking out on tax law, Phil can be found at the beach, listening to music or at one of the many different activities his kids are in to.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f9534aefa1b7716f66254b58a71cab7950a96862b6ec4d394fcb61f271351f3e","latitude":41.8096201,"longitude":-72.8305154},{"name":"Philip Jackson","role":"Copilot Autocompleter","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/062de4a6137642832033e9da89c1fbff03b9f733535e82530a6aa1c469966441","latitude":-45.8787605,"longitude":170.5027976},{"name":"Nick Severson","role":"Happiness Engineer","bio":"<p>Nick started using WordPress to publish his art, photos and writing while in university and, after some time away making all manner of web apps and video games, is once-again helping others publish online and building along with them as a Happiness Engineer. A devoted father, husband, son and brother, Nick loves reading, drawing, writing, being active, and gets panicked if he's away from good coffee and good beer for too long.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/055cab9edfaccfe444079dad71c7d5d667b15b17fb297f5a9aef7c95cce632ac","latitude":35.732652,"longitude":-78.85028559999999},{"name":"William Wilkerson","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/b2870cb805844e290049d1a4f5de7ec045c7021f258db35f0fd8f93d6a292af5","latitude":38.2526647,"longitude":-85.7584557},{"name":"","role":"Developer Advocate","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.7212737,"longitude":-4.4213988},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.4167515,"longitude":-3.7038322},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Adam Wood","role":"Frontend wrangler","bio":"<p>Mountain guy, doing mountain things, and working on WordPress.org.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/32a72213be1308473f692b1dccfc44607bd88f11ea92f3ceaefef4b91f1fe4b3","latitude":-44.6942992,"longitude":169.1417356},{"name":"Destiny Fox Kanno","role":"Head of Community Education","bio":"<p>Hello there! My name is Destiny and I enjoy singing, traveling, cooking, and video games!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/ff0f09d189874d81ceabfd20b4a3fd66bef6750c8371bf696e8b54c9bdca2cbc","latitude":35.6761919,"longitude":139.6503106},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.8125449,"longitude":20.46123},{"name":"Paul Maiorana","role":"CEO, WooCommerce","bio":"<p>Blog: <a href=\"http:\/\/paulmaiorana.com\/notes\/\" rel=\"nofollow\">paulmaiorana.com\/notes\/<\/a><br \/>\nAs Vice President of Platform Services, Paul leads Automattic's WordPress.com VIP services team, and helps support and expand that program by identifying new business opportunities and spearheading new products and partnerships. Prior to joining Automattic, Paul oversaw engineering, digital product, and design for <em>Fast Company<\/em> and <em>Inc.<\/em> magazines as their CTO.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/978b9f3efedac15a38558888b0d604de561eeb61a1fe3594d1e36f445d3c3634","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Product Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.39987199999999,"longitude":-8.224454},{"name":"Parie Meshberg","role":"Relationship Management Lead","bio":"<p>I've been working in digital media for the past 15+ years at both at startups like Playbuzz and Reserve and major media companies like ESPN, Viacom and most recently Playbuzz. I also ran a mobile app agency called Bite Sized Candy in the early days of mobile app development. I enjoy helping clients meet their goals and think bigger. On the weekends, you'll find me at the local greenmarket, testing new recipes and attempting to keep up with my two small kids.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a22607c0bdff4400e2337d83e921010e0dbad167b35cf59e2d65ff613c593604","latitude":25.790654,"longitude":-80.1300455},{"name":"Paolo Musolino","role":"Senior iOS Developer (aka Mobile Wrangler)","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/ef2f3a4b52e3393ceb3e18d4119dc886cbbfa879481cd2924dc0035d60511feb","latitude":39.3087714,"longitude":16.3463791},{"name":"Abdul Rahim","role":"Happiness Engineer","bio":"<p>Abdul has worked in support and product roles at technology companies for more than six years now. He has skills in web development and has developed locally popular applications.<\/p>\n<p>When he is not behind his laptop, Abdul loves to travel, watch movies or keep tabs on international politics.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/fa22c7957d6ad5b2f5b5dc4e843a45d4ab84aa56bac99d997ec222c8e8ceeb0a","latitude":53.7632254,"longitude":-2.7044052},{"name":"Poli Gilad","role":"Product Designer","bio":"<p>Hey! I'm Poli, an Israeli Product Designer living in the Netherlands.<br \/>\nMy spare time goes towards family time, cooking, some house DIY and reading a book or two.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5ea9fe19c8818c95c888cf859cf2fea04135a3df2826169bfed144edcedd568e","latitude":52.3873878,"longitude":4.6462194},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":54.27661029999999,"longitude":-8.4760888},{"name":"Pooja Shetty","role":"Fraud Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/601f1de314a3e58077c149e8c9e287d78732b7b07b2a6a6ae1f1731dd945bfbd","latitude":24.453884,"longitude":54.3773438},{"name":"Povilas Sta\u0161kus","role":"Mobile Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/59a969dc500f922f152f86b3e2d86c540ad6e544a3cc1f53d2427c2a50ce0ec6","latitude":54.6871555,"longitude":25.2796514},{"name":"Neil Powell","role":"Parse.ly Solutions Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/75f181e1d78c0c0b07c683089dddb7db013b06cb8b2a9a2be1cb9f49cf0286c4","latitude":38.0293059,"longitude":-78.47667810000002},{"name":"Mike Poland","role":"VIP Application TAM","bio":"<p>Mike joined Automattic in 2021 as a VIP Application TAM. He has worked within the Web Hosting industry since 2008 and has been a fond user of WordPress ever since. Based in Manchester, UK - He's well used to bad weather, enjoys discovering new breweries and enjoys long walks.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/614938e6c6906b510c7077cde10dcf1b84eadf171e5331d92d6d71f0c717eab3","latitude":53.4805828,"longitude":-2.0809891},{"name":"Praveen","role":"Assistant to office manager","bio":"<p>I am a WordPress enthusiast since 2005, I love to travel to foreign lands and read great Books.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/48afe4ad9e38f868ba7965dab139d8fb93f4b948ea8afd23c1d1e119aad103ee","latitude":49.2837626,"longitude":-122.7932065},{"name":"Michael Pretty","role":"Code Wrangler","bio":"<p>Michael first started developing as a side job when starting college with hopes of getting into med-school. After a few years of different biology and chemistry courses, he realized he didn't have the study skills to memorize everything that doctors need to memorize. Luckily, during that time, Michael had developed a passion for software development. He switch his career path towards development, got out of school as quick as he could with a degree in Zoology, and hasn't looked back.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8c8e6190103f3faeb9d2e6c83ab4c2d78138090232f6b643cbb33db2b818f780","latitude":27.5472589,"longitude":-81.8114715},{"name":"Promise Akpan","role":"VIP Support Engineer","bio":"<p>I accidentally stumbled on WordPress and I have not looked back since.<br \/>\nCurrently, I'm helping Enterprise customers make the most of WordPress at scale.<br \/>\nOutside of work, you can find me going down the Computer Science rabbit hole.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5a935de2fae507518a9f46437d7cb4df1b3fa945ca6e1f52e5fbd55c4ab21f6f","latitude":6.5243793,"longitude":3.3792057},{"name":"H\u00e9ctor Prieto","role":"Gutenberg connhector","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3c745a9e2a73a1c941c806f982029dc440f0b09ac256aa27e8219e509a557678","latitude":40.46366700000001,"longitude":-3.74922},{"name":"Prin Settasatian","role":"Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/1c75aa7817a9cc0f3ce672e3af45df57b5794afdc842da31c943f14d71179b7e","latitude":13.7563309,"longitude":100.5017651},{"name":"Daniel L\u00f3pez S\u00e1nchez","role":"AI Apprentice & Magician","bio":"<p>Since 1986, I've been on a non-stop adventure, evolving from mastering baby steps to almost inventing my own flux capacitor - it's been an exciting ride! I'm a born creator, always crafting something new or diving headfirst into exhilarating projects. The fun never stops, and there's always something new to learn or create!<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/16581785e690eb3d0586833de54eb0d8eaeb94c1162bee6810371d4a8e55879c","latitude":36.721261,"longitude":-4.4212655},{"name":"Ben Probert","role":"Expansion Sales Account Executive","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a16d7b8370edbfa7a6a0ccda2e7ecad40623476196d19f05b7a700e4e43d7349","latitude":40.7598227,"longitude":-74.417097},{"name":"Piero Rocca","role":"Director of Product Management, Checkout","bio":"<p>Endlessly curious in Oakland, California via the diverse global city of Toronto and the first incorporated city in North America and my hometown Saint John, New Brunswick. I'm Canadian eh? <\/p>\n<p>Bonus points if you can name the famous actor who was born in Saint John. DM me!<\/p>\n<p>My professional info<br \/>\n------------------------<br \/>\nMy journey into Product Management is as windy as the Pacific Coast Highway in California. Trained as an Electrical Engineer with entrepreneurial leanings, I spent ten years working in the fascinating field of electronics manufacturing. If you ever get the chance to work in an industry in or related to supply chain management, seize the opportunity! <\/p>\n<p>Fun fact: For my undergrad thesis, I built an application on my Windows 95 PC that identified the spoken identity of a speaker. Cutting edge stuff in 1996 that got picked up by a graduate student for further R&D.<\/p>\n<p>I had the fortune of starting in test engineering working on huge server circuit boards that power the internet and manufacturing data collection software and infrastructure, I wrangled profit and loss statements and financial models in global pricing, earned new business in business development, overhauled enterprise sales responses to a branded, value based methodology supported by a new store of organizational knowledge, and got to learn and work on many rapid fire corporate strategy projects.<\/p>\n<p>I landed next at American Express in Toronto as a lead in field sales strategy and effective in corporate card. My main goal - help sales find $$. I had five direct reports, built a share of wallet strategy and analytics engine, piloted and launched a win-loss analysis program, and had the privilege of participating in Amex's year long business school program at York University and group project in Brand Investment.<\/p>\n<p>As a good leader does, mine encouraged me to move into a new role to continue to develop professionally. In Amex's acquiring and processing group as a payments consultant I cut my teeth and learned how payments work. I supported 1300+ merchants across Canada in every vertical including transit, oil & gas, retail, travel, and even dating (Plenty of Fish was an account). I lived through the transition to chip and contactless payments, worked on a special project to fix how merchants got paid, and helped a major travel company take their corporate travel business to the next level with enriched travel data.<\/p>\n<p>California dreaming, i.e. escaping the Arctic Vortex, brought me to Visa as a product manager for Visa Checkout. I learned a lot about being hands on, earning a team's trust, and that the Triad is a force to be reckoned with! While a new job, new city, new country, and new mega commute wasn't enough I completed a MSc in E-Commerce Technology focusing on product management, design, and e-commerce. This degree was an absolute joy to complete and I miss being in the program.<\/p>\n<p>And finally before arriving at Automattic, I rounded out my breadth of exposure with Cybersource \/ Authorize.net. There I got to work on all of the things after a product build that can make or break a business such as training, documentation, service level agreements, customer contracts, incident management, and overall go-to-market.<\/p>\n<p>My fun personal interests<br \/>\n------------------------------<br \/>\nFine and Culinary Arts - Coffee Roasting, Photography, Cheese and Wine Tasting, Live Music, Films and Documentaries, Vinyl Records, Occasional Video Gamer (PS5)<\/p>\n<p>Sports and Outdoors - Hiking, Skiing, Mountain Biking, Rock Climbing, Traveling, Inline Skating, Martial Arts, Latin Dancing, Gardening, Urban Exploration<\/p>\n<p>Other - Airbnb Hosting, Volunteering, Perpetual Learner, Wearer of Fun Socks, Six Flags Season Ticket Holder<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/99d5b4fce9b5ce0b0e5f9905c3ad360a3e92f1c080c5df7a10e5deafdd7a0dd3","latitude":37.8043637,"longitude":-122.2711137},{"name":"Josh Smith","role":"Akisbot Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/df82e127ea8fbec6a0337f5ffeb1cfc7a29f038dda168771423ecadc2d763a96","latitude":27.6648274,"longitude":-81.5157535},{"name":"Peter Rubin","role":"Head of Publishing","bio":"<p>Hoosier by birth, New Yorker by osmosis, storyteller by trade. Never met a rabbit hole I couldn't disappear into (or a preposition I couldn't dangle). Abiding obsessions include word games, origami, dancehall reggae, and just about anything active.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f9b534212914bfe6ae758a652cf019e66e8cb00896d54a7c85d4aed658c05b59","latitude":37.8043637,"longitude":-122.2711137},{"name":"Paul Von Schrottky","role":"Mobile Wrangler","bio":"<p>I moved back to Australia after living ten years in Paraguay.<\/p>\n<p>I have an undergraduate degree in electronics engineering but have a career in iOS software development.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/97f508c03a1006c30522be21e6ac7e5022df189d5a7939dd5852c59e4cffa5b0","latitude":-31.2532183,"longitude":146.921099},{"name":"Paul Sealock","role":"JavaScript Engineer","bio":"<p>Paul is a former New Yorker taking life a bit slower in New Zealand while tinkering with data and all things JavaScript. A former commodities trader and ice hockey player, Paul found the joyous path of writing code and hasn't looked back. He loves a good cup of coffee after mountain biking and listens to 90's hip hop while working. Outside of Automattic, you can find Paul making homemade tortillas or camping with his family.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e91b8ad30eaea212fe7def4cb86a9b19a338a08962194e1c16224f275708bd84","latitude":-37.8232497,"longitude":174.8905914},{"name":"Paulo Pinto","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3f5b4107fcfef45661f4aa0d8934e9ace730ba481b710e7286cb2d9df0e99e0d","latitude":38.7222524,"longitude":-9.1393366},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":48.464717,"longitude":35.046183},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Nauris Pukis","role":"Code Wrangler","bio":"<p>Nauris has been tinkering with WordPress for quite a while now, from simple theme development to plugins to the realm of modern JavaScript. Passionate about productivity. Advocate for clean SOLID code and the KISS principle.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e7f8c631e0503a03c1ec80a62ca744adabf32f67f15900f278df4c91106c1d20","latitude":56.3456998,"longitude":21.0649257},{"name":"Dot Drake","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/335a49afca2154b9bd50fb679390fbf3391a285f9c6b6f75d36d9a63213da371","latitude":-44.7948212,"longitude":169.3273224},{"name":"Randi Fields","role":"Creative Operations Manager, WooCommerce","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/d0c9392cd520098b4048bf23ae2b4a3481d8dfbb3adebb13f22bf3247e95650c","latitude":35.9940329,"longitude":-78.898619},{"name":"Raam Dev","role":"Code Wrangler (WordPress VIP)","bio":"<p>Blog: <a href=\"https:\/\/raamdev.com\/?utm_medium=web&utm_content=about&utm_campaign=automattic\" rel=\"nofollow\">raamdev.com<\/a><\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/77d2577e9b12259db1770bdd5c59e5878bcc7441d18a1610b6ec5f43a9457078","latitude":45.253783,"longitude":-69.4454689},{"name":"Rachel Armstrong","role":"Director of Copy, WooCommerce","bio":"<p>Writer, reader, marketer, cat and dessert enthusiast.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/79bb142f9fc4aba89045b0277f8fe4da66a115a09c4fb01667f5a33d7260f463","latitude":44.977753,"longitude":-93.2650108},{"name":"Rachel Bird","role":"Technical Account Manager","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/af381c2ea234337c17b096eb4aeed21311e493a0c3a42b43bf44d70cf00d486c","latitude":44.3148443,"longitude":-85.60236429999999},{"name":"Rachel McRoberts","role":"Mobile Engineer (iOS)","bio":"<p>Blog: <a href=\"http:\/\/happylinguist.com\" rel=\"nofollow\">Happy Linguist<\/a><\/p>\n<p>Rachel is an iOS engineer with a passion for quality and the customer experience. When pried away from her devices, Rachel learns languages for fun and dances tango at every milonga she can find.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/19ea958fd8a39cbc238f019cba667c4e3add31d5e782ef6fe148d5286a105fd4","latitude":53.57686469999999,"longitude":-2.4282192},{"name":"Rachel Winspear","role":"Team Lead for Contractor Support in WordPress.com","bio":"<p>I\u2019m originally from Bournemouth in the south of the UK, but have lived in Spain since I was 11 years old.<br \/>\nI live in a town just outside the city of M\u00e1laga with my husband and two boys!<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/87ced6307b2ed6826276a277a63e11d690205d569528965b9bb5bf68fbacca78","latitude":36.7212737,"longitude":-4.4213988},{"name":"Rafael Bartolome","role":"Mobile Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/8d2737fd2617a994fc96367d59c1452a2cda501e7c9f57f4a8ab85f991192fd7","latitude":40.4167515,"longitude":-3.7038322},{"name":"Rafael Funchal","role":"Happiness Beardyneer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/aeee6b8b3bde427e6fb9998fed5195751589ae8dd81102d0e804ea6a349fa190","latitude":-23.5505199,"longitude":-46.63330939999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-23.5505199,"longitude":-46.63330939999999},{"name":"","role":"Product Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-25.2520888,"longitude":-52.0215415},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2140504,"longitude":27.9147333},{"name":"Cem \u00dcnalan","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/da0a8cfefee0c0f371583f90b66d6ab642ba34713856192d336776bd7d6aa281","latitude":39.7667061,"longitude":30.52563109999999},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.8041334,"longitude":-120.5542012},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.52000659999999,"longitude":13.404954},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.0583238,"longitude":-74.4056612},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":8.537981,"longitude":-80.782127},{"name":"Ramon Dodd","role":"Emergency Cupcake Decorator","bio":"<p>Hi all. I'm an wannabe author, illustrator, web developer, and one-time\/sometime-lawyer from a small town on the east coast of Australia.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/1119efbb53dabe0c1e4f69a5a0d01e6ce36615c2bf5154d3fa2b0b3e25080598","latitude":-30.1412739,"longitude":153.1737578},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.9399159,"longitude":-73.5491361},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":59.60249579999999,"longitude":18.1384383},{"name":"Rania Langouretou","role":"Product Operations Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/07e15ffd88be428a81433859cc77bff5d4f8e21e6ea9f9c0e20d239db2d5a401","latitude":38.0457568,"longitude":23.8584737},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.9642529,"longitude":-91.8318334},{"name":"Roberto Aranda","role":"Software Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/dc0fb92cb19f0cd047e8af0f947b12de005d93f12778ee70f49441f4f8bb2369","latitude":36.7212737,"longitude":-4.4213988},{"name":"Ra\u00fal Ant\u00f3n Cuadrado","role":"People Analytics Lead","bio":"<p>Spanish from Castilla. BSc Computer Science, BSc Anthropology, Ph.D. in Learning&Communication on the Internet. <\/p>\n<p>I write poetry and about leadership and learning on the Internet at <a href=\"https:\/\/remotefrog.com\" rel=\"nofollow\">RemoteFrog.com<\/a><\/p>\n<p>This is my <a href=\"https:\/\/talentanalyticsp2.wordpress.com\/raul-mission-statement-updated-march-2023\/\" rel=\"nofollow\">Mission Statement<\/a><\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b55423d4b4dde501ecfd8a38b7cae58b102a7e8e957feb42deb603c981b1ba00","latitude":42.3380758,"longitude":-3.5812692},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-26.2707593,"longitude":28.1122679},{"name":"Andr\u00e9s Basteris","role":"Trainer","bio":"<p>Animator turned Front-End developer. Moved away from Agency work to join the WordPress VIP team as a Support Engineer.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/1c23132672cb87f3bd9fb2fdb6af3f6e3bb7d68577ffccec7338035477c84a6a","latitude":46.5653163,"longitude":-66.46191639999999},{"name":"Renan Basteris","role":"Key Accounts Relationship Manager","bio":"<p><a href=\"https:\/\/www.linkedin.com\/in\/renanbasteris\/\" rel=\"nofollow\">Tech sales pro<\/a>. <a href=\"https:\/\/www.strava.com\/athletes\/10986871\" rel=\"nofollow\">Road Cyclist<\/a>. <a href=\"https:\/\/www.instagram.com\/merolra\/\" rel=\"nofollow\">Specialty Coffee aficionado<\/a>. <i>Pan Dulce<\/i> Connoisseur. Hifi enthusiast.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/40179a532e9ef1287aee052aa2aea2c225703e79a49bf86037ab0cc0ecd1c291","latitude":20.7098786,"longitude":-89.0943377},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.60555919999999,"longitude":-0.5596582},{"name":"RC Lachance","role":"Release Candidate","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2978e433f1da349947b0551a07babe20ae1d1f48489ff9fc7a75132aef2c6ecc","latitude":43.66147100000001,"longitude":-70.2553259},{"name":"","role":"Account Executive","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Richard Ortiz","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/fcce4130652e596631a0b6883d0ce5a045358a1e386fe6110a4997403480193c","latitude":40.4819791,"longitude":-3.3635421},{"name":"Rich Collier","role":"Code Wrangler","bio":"<p>By day, Rich is a passionate Code Wrangler, building all things Internet and Open Source. By night, he is a father, husband, foodie, football coach, aviator, and musician. He lives in Florida with his wife and two sons.<\/p>\n<p>Rich blogs at <a href=\"https:\/\/rich.collier.blog\" rel=\"nofollow\">https:\/\/rich.collier.blog<\/a>.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d615aeb453220100e58c2323f98d3ddf72e4800784b4f64ede1bab17788bfa9f","latitude":39.5500507,"longitude":-105.7820674},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":42.0069115,"longitude":20.9715269},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.1802364,"longitude":50.7263945},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.9332706,"longitude":-116.5765035},{"name":"Rebecca Cassells","role":"HR Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/f072d8f6ee174ef0d066479c801e5f6fdda2478c22ba1468fd7cb7c73051a9db","latitude":-20.9175738,"longitude":142.7027956},{"name":"Rebecca Allen","role":"Senior Demand Generation Manager","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/1f9425cfa597f9854939dd170fe43661a4e3524906336dc2c2fe9886d36844e1","latitude":30.267153,"longitude":-97.7430608},{"name":"Regina Foo","role":"Fraud Prevention Specialist","bio":"<p>Regina is a Fraud Prevention Specialist at Automattic. She lives with her family in Selangor, Malaysia. When she's not working, she enjoys reading, watching TV and playing digital games.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b7594f8f3f87a776a745747719f2e786562e40ced9e6e287d9cef40cc3c627ba","latitude":3.20933,"longitude":101.5613392},{"name":"Holly Reid","role":"Head of Programming @ Learn","bio":"<p>I am a traveller, literary enthusiast and good food aficionado. Combine these three passions and you'll find me at my happiest!<\/p>\n<p>I joined the Automattic team after eight years consulting to large-scale artistic, culinary and digital marketing events, working remotely between my home bases of Australia and Bali. I'm now translating those skills to my role as Head of Programming on Learn, where I support the end-to-end client (that's you!) lifecycle for the delivery of internal and external offerings.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d24d1b68750c91867ee7f8e7eae4f66c6eaeabef85874e44a4848f6cdaa3fe46","latitude":false,"longitude":false},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.5205869,"longitude":4.788474},{"name":"Renan Ferrari","role":"Mobile Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/b205f21d4ed17cdb7a434f75339f49b5021d4842da484e9ba200323b1489276c","latitude":-23.5505199,"longitude":-46.63330939999999},{"name":"Renatho Rosa","role":"JavaScript Engineer","bio":"<p>Skydiver and radical sports lover!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0bd7c14a142b38a02bf69a74c3e1f7eff3c1479052bf7805b9937d668ac7ebb8","latitude":-30.0974468,"longitude":-51.6486422},{"name":"Renato Augusto","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/7098f96c51c18cbb37d45786e6c3ce388fbfd1e4f0f085f32e9792e220e6214e","latitude":-23.4596858,"longitude":-46.5328559},{"name":"Ren Chen","role":"Software Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/905a90256d91b668ab1d3a0472b8f7b6c474d5c89724d7ac2ff0b1e901a2e0a8","latitude":34.6937249,"longitude":135.5022535},{"name":"Renzo Bojanovich La Madrid","role":"Woo Product Marketing Manager","bio":"<p>I'm passionate about product marketing and helping to identify who are the best customer personas. I enjoy leading with a customer centric approach that's focused on how our product can bring value to the end customer. Outside of work, I like to spend time with my dog and watch Golden State Warriors games.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3a12792cd6dfba22a6d92db167d24e6e9a6f480e719fe2b245cb0b010006ef75","latitude":34.0194543,"longitude":-118.4911912},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":28.1008837,"longitude":-15.4653897},{"name":"Damian Suarez","role":"Senior Software Engineer","bio":"<p>Damian is really a true programmer\/developer by vocation. Despite being born in a distant province of Argentina with no-connection to informatics tech always he found the way to be near to his first loves: computers.<br \/>\nHe can remember even today some video games such as jet set willy, Camelot warriors, etc, and punctually\u00a0programming basic language in his TK-90.<\/p>\n<p>Fittingly defined as \"The Grinder\" Damian continues writing code from his distant place by the river, accompanied by his daughters, wife, dog, and cat.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/9a24cf7c812b14f92146094606a0ae17bf7296218f23e9532c9136f55284d1f4","latitude":40.2033145,"longitude":-8.4102573},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.378051,"longitude":-3.435973},{"name":"Rudy Faile","role":"Literal web master","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/095d60809b78f57646a120bee63d0d937f295878f0f8483b696d9c4e5d17f993","latitude":36.200055,"longitude":-86.5186054},{"name":"Rhian Moir","role":"HR Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/06f61b5755f1b1eead0a3c468f7ae3e11e21e9f3c3a3786ef0b2369f096debb0","latitude":55.85587,"longitude":-3.164189},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"Elliott Rhys","role":"Software Engineer, Customer Success","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/31167f990ec40dcc53c69c520d789b2e14d39cd8607c01e2b1032320976c8bb5","latitude":52.0029744,"longitude":-0.4651388999999999},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.0193548,"longitude":-7.9304397},{"name":"Ricardo Ramos","role":"Happiness Engineer in Training Wheels","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3879abb5ef8b77d07908cd3c30ad99880b346f28f90dff9d61fc0e4e7574818c","latitude":25.592172,"longitude":-99.99619469999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-25.2520888,"longitude":-52.0215415},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-20.9175738,"longitude":142.7027956},{"name":"Rich Tabor","role":"Product Manager","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/4923576b79872daf6fcf827a2259ef886cc4939af72fe1719502133d67c2f123","latitude":33.3806716,"longitude":-84.79965729999999},{"name":"Rick Hurst","role":"Code Wrangler on VIP","bio":"<p>Rick is a Full-Stack developer with over two decades of experience in the web industry, and has spent much of that time working with WordPress and other Content Management Systems.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6e60687993d6af47985508757842107a311b578d850bd08b218a7d3600d0c4a6","latitude":51.454513,"longitude":-2.58791},{"name":"Richard Midson","role":"Happiness Engineer","bio":"<p>From school, a self-taught hobby coder who built databases and apps for personal and work use but never in a professional tech environment until Automattic. In fact, my career up until now has been in journalism, social media and political communications. Automattic opened the door into a true techie role but importantly for me, one which helps other people communicate their thoughts and ideas through their WordPress website.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a86e4787f80de36f1e51cf5cf96357b4ae91bc12936447cfd11d85992dd1fb4c","latitude":-31.2532183,"longitude":146.921099},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.9332706,"longitude":-116.5765035},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-20.9175738,"longitude":142.7027956},{"name":"Riley Fike","role":"VP of Relationship Management - VIP","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/189b2a852fc377c265b0653d18996921c5fabb405175060dba83c3aca47d879c","latitude":44.0581728,"longitude":-121.3153096},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.6331249,"longitude":-89.3985283},{"name":"","role":"Strategy and Corporate Development Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Riya Pandit","role":"Account Director","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/4c93d2c9518db66fd6658027fd9bcfa745f562cc1e1c50fef13f33e205371a3e","latitude":40.7127837,"longitude":-74.0059413},{"name":"Rachel Lafayette","role":"VIP Relationship Manager","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/5ea2a4d428e64f20506f73ea40d39632ea69cefc8f710f1cd50c8dea2023322b","latitude":44.4669941,"longitude":-73.1709604},{"name":"Rebecca Williams","role":"Engineer Development Wrangler","bio":"<p>Originally from Liverpool, UK but the west coast of Ireland is where I now call home. I began my career in the UK Higher Education sector, building databases and systems to make people's lives a little easier. I'm passionate about psychology and how it works within business. When I'm not being a work-nerd, I love hiking, dancing and music (sometimes all at once..!)<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/26228bdb753bd0ba228e003ac5e6d686b161c2eb5c7076651a05d09e6ae28c81","latitude":53.80213070000001,"longitude":-9.514346699999999},{"name":"Roberson Gomes","role":"Software Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/8719ef012e7249c06a1e71ec9e15dd9477c89897c72a8f586503de13270af23a","latitude":-23.4209995,"longitude":-51.9330558},{"name":"Rob Pugh","role":"Jetpack Marketing Lead","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/edf07fa59572def75cbd5efdda26a18e844e7ca04332d452f8e6c13aaff76387","latitude":33.7489954,"longitude":-84.3879824},{"name":"Robert Ghetau","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/0fb41123105765d069a79ee1c6a9f5e0eb5cb83feb2b8e5590f0bf9a4ebee29d","latitude":47.1584549,"longitude":27.6014418},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.7223263,"longitude":-9.1392714},{"name":"Robert Sreberski","role":"Sr. Software Engineer (Marketing)","bio":"<p>Robert started working on start-ups in high school. Quickly he understood the most challenging and interesting part of it is working on the growth of ventures. He is currently working on improving growth technologies in ventures with high impact. Robert's lifestyle involves a lot of traveling. Besides that, Robert loves to cycle to disconnect and simply be in nature.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/aa04303539357787c7da63be1525d2588a8a20320197c59b651ab8a25aba2859","latitude":52.09073739999999,"longitude":5.1214201},{"name":"Robert Felty","role":"Principal Search Engineer","bio":"<p>Robert Felty has been wrangling data and processing natural language for over a decade now. Skills include UNIX, machine learning, elasticsearch, hadoop, PHP and Javascript. In his free time, he enjoys traveling, cooking, and spending time with his wife and 2 children.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f0d9b1f92d4afd7c9b1f0ee3ae06825af767882fe35e04b097275098ddff24c1","latitude":51.43323669999999,"longitude":7.661593799999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":45.253783,"longitude":-69.4454689},{"name":"Roc\u00edo Valdivia","role":"Lead of Global Polyglots and Community WordPress Programs","bio":"<p>Roc\u00edo was born in the beautiful town of Osuna (Seville). Spanish WordPress and Open Source advocate since 2008. She's currently based in Spain.<\/p>\n<p>Works at Automattic as a WordPress Community Wrangler working with community organizers for the WordPress Open Source project and can be found on Twitter as @rociovaldi<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b93b334d6531e42700454a63986ddd5afc76dde2ebfbb4c27015220c61639581","latitude":36.7212737,"longitude":-4.4213988},{"name":"Rodel Calasagsag","role":"Quality Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/17d7b5a17a07274b7ee3e14ede1c73cbcd2d7edcb448649eb0f2d47c3d30dd76","latitude":14.6090537,"longitude":121.0222565},{"name":"Rodrigo Primo","role":"Code Wrangler","bio":"<p>Software developer committed to making the world a fairer place through his work. Has been developing web applications with PHP and MySQL since 2005. Free software enthusiast, in the past contributed to WP-CLI and WordPress core. Avid mountaineer and bicycle activist, when not coding, goes out to rock climb or ride his bicycle.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/190bd680787acbeb915d8aff6b24373d6e9628806733e0bc5053e4fee809cde4","latitude":-18.512178,"longitude":-44.5550308},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":23.810332,"longitude":90.4125181},{"name":"Romario Raffington","role":"Software Craftsman","bio":"<p>Problem solver with a passion for creating solutions to empower others. When Romario is not problem-solving he's either running\/gyming, spending time with friends and family, or on a beach somewhere!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c461e759952d14f39ea8461ca2bba3f73ea5ef10bb24c6c98d7bcf0c5864a683","latitude":17.9683271,"longitude":-76.782702},{"name":"Romina Suarez","role":"Code Wrangler at #DevEx","bio":"<p>Romina is from Uruguay and works with the developer experience team. Before joining Automattic, she worked as a software developer, team leader, manager, and CTO. She's a fan of coffee, the only drink that has never betrayed her by not being coffee.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3f145c8bbc0d196dfc8db4ed7e458eb50f38017becc546f897e69ee85e91f137","latitude":-34.9018717,"longitude":-54.9634343},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":14.7942735,"longitude":120.8799008},{"name":"Rosie Menezes","role":"","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6ecb22c51bc1a64c75e7307685aab483ba64df04ce5ee20ff4dec98bb910b168","latitude":43.1593745,"longitude":-79.2468626},{"name":"Ross Viviano","role":"Jazziness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9812004a36032702c71a384698d0ab691684f81c54b43a33bde256b6f9d11e73","latitude":35.7973284,"longitude":-82.68402510000001},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":49.1950602,"longitude":16.6068371},{"name":"Rebecca Roughton","role":"Software Engineer","bio":"<p>I'm an agender engineer who spends a lot of time with my senior cat, playing video games with friends, and scrolling through Tumblr. I care a lot about having good westward views, advocating for Celiac Disease and other disabilities, and helpful postmortem processes.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/935916dfb570ec25231fadbfdef6f82895c92f1e03afb1f7606ca2398de890c9","latitude":42.2808256,"longitude":-83.7430378},{"name":"Roy Ho","role":"Code Monkey","bio":"<p>Roy Ho is a software engineer who got started with WordPress in 2007. Like many others, he started as a freelance contractor building WordPress sites for clients. Later he goes on to building his own WordPress theme\/plugin selling company. A few years after that he joined WooThemes and then to be acquired by Automattic. The rest is history!<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/71df2eb2d04e450690e67e291e9da00935b12e65c5780ba76581d84d7cd631ba","latitude":36.778261,"longitude":-119.4179324},{"name":"Roslyn Lavery","role":"Partner Program Lead, Woo Marketplace","bio":"<p>Cape Town, South Africa has been home for the last 6 years. It's a wonderful city and I loved my time and there but it was time for a change of scenery so I just moved to Howick (as of 3 days ago!).<\/p>\n<p>My working life has allowed me to hone my skills in partnerships and product focusing on the payment space, both in person and online. It's an exciting industry and I love learning about all the new trends and technologies that support merchants and consumers.<\/p>\n<p>Away from work I fill my time with numerous activities which tend to change from time to time. Currently the ones I'm practicing include: Highland Dancing, handstands\/arm balancing, tenor drumming and hiking.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/fbd929a4a2a543124fff64cb15416f3915d122bbb1e165a47c306c67b842e484","latitude":46.9704283,"longitude":7.3658552},{"name":"Bob Ralian","role":"Tumblr Migration Lead","bio":"<p>Bob is a hacker, entrepreneur, musician, and daddy, originally from Wisconsin, an erstwhile Californian, and a current Texan (Austinite). He speaks several flavors of geek, but enjoys JavaScript poetry the most. He likes the \"get off my porch,\" cranky-old-man kind of JavaScript where you type semicolons hard so the parser can feel it.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/85ad6f685117adb31e2168802ef4839044abd6dd19a7d02121f541d5c6e5e08d","latitude":30.267153,"longitude":-97.7430608},{"name":"Rafael Meneses","role":"Code Wrangling","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/058844f45e1bba4cd990311af8485f86eceda0b0d27dc97e0c24e87ddf4128a1","latitude":-5.4983977,"longitude":-39.3206241},{"name":"Russell Hunter","role":"Customer Success Director","bio":"<p>Russell has been immersed in the world of digital and web development since his graduation in 2006. Initially focusing on mobile apps and websites, he discovered his passion for WordPress in 2012 and has since devoted 2.5 years to serving enterprise clients at one of London\u2019s leading WordPress agencies. He resides in Westcliff-on-Sea, Essex, with his wife and two boys, finding joy in BBQ food, reading, history, and embracing the challenge of travelling with kiddies.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d203f49ad6b9a86ba053128afd88c02129093a148fb37bd5c2ddca70624e0a39","latitude":51.53587899999999,"longitude":0.696966},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-33.2277918,"longitude":21.8568586},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":19.7514798,"longitude":75.7138884},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-20.9175738,"longitude":142.7027956},{"name":"Ryan Cowles","role":"Director of Canaries'); DROP TABLE job_titles;--","bio":"<p>Ryan was born and raised on the East Coast of the United States. He now lives in the Mojave desert with his family. When he isn't getting computers 'putin, he enjoys punk rock, hip hop, spending time outdoors and writing on things that don't belong to him.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/feb45c3a490e5342ac7ace095741db900f31c339c22f9d537fe8ea766c6f5ece","latitude":36.778261,"longitude":-119.4179324},{"name":"Ryan Mallon","role":"Senior Counsel","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/01c8cadfadcca43c6fc30ca546488157a0dcd8c1cb1e066cbf78b351f928ed4e","latitude":53.9979451,"longitude":-6.405957},{"name":"Ryan Ray","role":"Happiness Cannon","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/23dc451e939c81e8ae57415a90f117153c9a6c1c50ea95a84f5cf61ba0d972ab","latitude":39.768403,"longitude":-86.158068},{"name":"Kelly Choyce-Dwan","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/ec41e096f07d542f72beed65211b2d0611eb3d11f623195d7a38df7ba8be5c0b","latitude":39.9525839,"longitude":-75.1652215},{"name":"","role":"Sales Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Shaun Kuschel","role":"Woo Shipping Product Ambassador \/ Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e61511204badbee8ea543b8364a7fed627dd40f884a65de013196f12d4c66a75","latitude":30.267153,"longitude":-97.7430608},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":23.810332,"longitude":90.4125181},{"name":"Ben Sailer","role":"Director of Inbound Marketing, WordPress.com","bio":"<p>Howdy! I\u2019m Ben Sailer and I'm the Director of Inbound Marketing on the Top of Funnel team. <\/p>\n<p>I live in Fargo, North Dakota with my wife Rachel and our dog Audrey. <\/p>\n<p>In my spare time, I enjoy pursuing freelance writing (primarily covering music and games). I also play guitar and bass in various indie rock bands and am a lifelong fan of the Green Bay Packers. In the winter, my wife and I enjoy cross-country skiing (and sometimes we\u2019ll bring Audrey along too; if you\u2019ve never heard of skijoring, it\u2019s a lot of fun).<\/p>\n<p>Some other fun facts:<\/p>\n<p>- I grew up in an Air Force family, was born in the United Kingdom, and have dual citizenship.<br \/>\n- I once slept through a fire alarm.<br \/>\n- I will do nearly anything for a good sandwich.<\/p>\n<p>If there\u2019s anything else you\u2019d like to know, feel free to reach out any time. I\u2019m excited to be here!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f28cc4dceaa3164357c405254e66a8fb62f1adf1f65b453a6e26608c4602dc21","latitude":46.8771863,"longitude":-96.7898034},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Abhinav Sakalle","role":"Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/eba76059a85efb00c54252b5392da64302c82c99d3e1720d0964c45212837b83","latitude":12.9715987,"longitude":77.5945627},{"name":"Sam Lim","role":"Technical Email Ops Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/00cd3d59ea7e693dc73588b466919982152e085aaaad8ac92cc5eaf0a52c66b4","latitude":52.9399159,"longitude":-73.5491361},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-31.2532183,"longitude":146.921099},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":54.21936720000001,"longitude":9.696116700000001},{"name":"Samir Merchant","role":"Software Engineer","bio":"<p>I'm a full-stack developer with close to a decade of experience grinding, hacking, and hoping for the best. I'm Brooklyn based by the way of London, England and Mumbai, India and have gladly traded being crammed into subway cars (or even clinging onto the outside of them when I was working in India) to the sweet remote life at Automattic. Away from the keyboard I'm passionate about good music, good food, and investing unhealthy amounts of energy into sports teams that will generally disappoint me.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/608be032412a98471afda943d372b84f087864041cfb86ffc0a4e257ddf55a76","latitude":40.6781784,"longitude":-73.9441579},{"name":"","role":"Executive Assistant","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.2033216,"longitude":-77.1945247},{"name":"Sam Seay","role":"Obsessive Polyglot Software Tinkerer \/ Optimiserer","bio":"<p>I'm a software developer with a love for technology! <\/p>\n<p>If you came here for gift ideas ;) here are my interests:<\/p>\n<p>* Board and card games (I'm obsessed with Magic the Gathering)<br \/>\n* Anime and manga<br \/>\n* Video games<br \/>\n* Home brewing, and general food craft<br \/>\n* Self improvement<\/p>\n<p>Also note that if you would like to save shipping costs to me here are some cost effective ways to ship to me in New Zealand:<\/p>\n<p>https:\/\/mightyape.co.nz<br \/>\nhttps:\/\/amazon.com.au (shipping from AU amazon to NZ is much cheaper!)<br \/>\nhttps:\/\/themarket.com\/nz<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7080d07a100faccf5b81c71695b3ea6b90ce8b47929926939f1b3ca93fa0d1fa","latitude":-43.5320544,"longitude":172.6362254},{"name":"Samuel Urbanowicz","role":"Mobile Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/169c459846be46698c22c97c19008d19920c801039326214bcaa952e8eeaff31","latitude":51.8927182,"longitude":21.0021679},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.7223263,"longitude":-9.1392714},{"name":"Sandeep Kaur","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9e8ec080c63cd36ff92b9f212523118f07a88517752be7b1d1837639fa09d7f0","latitude":51.253775,"longitude":-85.323214},{"name":"","role":"Strategy and Corporate Development Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":42.4072107,"longitude":-71.3824374},{"name":"Sandy McFadden","role":"Code Wrangler","bio":"<p>Blog: <a href=\"https:\/\/sandy.mcfadden.blog\" rel=\"nofollow\">Sandy McFadden<\/a><br \/>\nSandy lives in Nova Scotia with his wonderful family.<br \/>\nAfter six years as a Happiness Engineer, Sandy is now a software developer currently working on the Day One app.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b8f15bc97d6d2b221098c647b272f9e7beda6c947eb18e232ba8c99ba46ae46e","latitude":45.0769115,"longitude":-64.4944735},{"name":"Sanja Grbic","role":"Senior Product Designer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/107ba7b43e2df0a7cf5fd073644153de1b648a9a4538f8be8f3c7b6cc20a97a9","latitude":37.7749295,"longitude":-122.4194155},{"name":"Sanjeev Shrivastava","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/60f460e20944b6440a81c4376cfcc375c5db2ca8f2f11d9d63a7bb8a945f5256","latitude":22.9734229,"longitude":78.6568942},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.4167515,"longitude":-3.7038322},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":42.3380758,"longitude":-3.5812692},{"name":"","role":"Human Resources Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.1765358,"longitude":-6.805218},{"name":"Sarah Norris","role":"JavaScript Engineer","bio":"<p>I joined Automattic in 2021 as a Software Engineer. I've previously worked as an in-house developer for a couple of e-commerce companies, and I started my development career at a digital agency.<\/p>\n<p>I first used WordPress in 2005 as part of teaching myself how to code, and then in 2008, I had the opportunity to use it professionally at a digital agency. And I've been using it ever since!<\/p>\n<p>When I'm not coding you can usually find me walking in the moors with my dog, playing video games, at a concert, or traveling.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/cb9355a771259f078f4f100b497ec0fca57f58b8df9d1e7561c14ea9502ac7aa","latitude":53.653511,"longitude":-2.632596},{"name":"Sarah Rennick","role":"Internet Wizard","bio":"<p>Information Sponge<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/29ea182274449877c34c0110dfbc0c3611679a611f1e80158a7cef894766f481","latitude":45.9635895,"longitude":-66.6431151},{"name":"Sarah Wolff Milligan","role":"Happiness Team Lead","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/937124bf5b1702cbdc0247bf84d5560d1010850d185922177338bafb37430b99","latitude":38.9012225,"longitude":-77.2652604},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"Sarosh Aga","role":"Engineering Lead","bio":"<p>From Pune, India. Works on the VIP Platform team. Likes hiking, playing Table Tennis & writing.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b1c5a001a7e9e5c92173cc427226f96ca320ec69fbe3850e786cc64d26df08d9","latitude":25.2048493,"longitude":55.2707828},{"name":"Sasha Stone","role":"Program Manager - Leadership Development","bio":"<p>Sasha fell in love with WordPress during her past decade of self-employment in the wellness industry and used if for all iterations of her website. When she's not engineering happiness for WordPress users, she loves to cook, dance, walk her adorable dog, paint, drill holes in walls, travel, and hang out with her favorite people.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/be74474f2bfc56303094df763c704afe8bae9ba973ae5bd8e4ecf4927d30d236","latitude":35.6970547,"longitude":-82.5606851},{"name":"Sathiya Venkatesan","role":"VIP Enterprise Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/87e5db42d9542467b378cbc8f728bc358da1986c81c1f03754ea1c7066d93b7c","latitude":12.9487403,"longitude":79.318978},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-27.6728168,"longitude":121.6283098},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"","role":"Relationship Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.0583238,"longitude":-74.4056612},{"name":"Scott Sanford","role":"Finance Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a138cb9f3c0d5cd95973637d867913e5dda0d6629d5534c9911ee04c4a8e132f","latitude":40.3916172,"longitude":-111.8507662},{"name":"Scott Snyder","role":"Premier Relationship Manager","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/ecb4b9638f1b5a6661977b90ddcf58d4ed1a522fb6ac35c11155e57a8afd75bb","latitude":42.49995819999999,"longitude":-70.8578024},{"name":"","role":"Accounting Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-30.0002315,"longitude":136.2091547},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-31.2532183,"longitude":146.921099},{"name":"Stephenie Harris","role":"Mobile Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/181e19af5471ad4b3988b554f645b3b26d6087ee9b929bb06777cf295d314487","latitude":35.2327544,"longitude":-106.6630437},{"name":"Ben Dwyer","role":"Ode Wrangler","bio":"<p>Blog:\u00a0<a href=\"http:\/\/scruffian.wordpress.com\/\" rel=\"nofollow\">Scruffian<\/a><\/p>\n<p><strong>Breed:<\/strong> Mongrel; a\u00a0blend of\u00a0mathematician, painter, poet, musician, cyclist, gardener and woodsman.<\/p>\n<p><strong>Behaviour:<\/strong> Tinkering;\u00a0with wood, with words, with music, with cameras and sometimes with code.<\/p>\n<p><strong>Natural habitat:<\/strong> The woods; habitat destruction is endemic.<\/p>\n<p><strong>Diet:<\/strong> Dark chocolate (the darker the better), anything roasted.<\/p>\n<p><strong>Distribution:<\/strong> Migratory, always returning to England.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7d9c1e04a11b896f4b7de41ffe3d3036acd54cc532f08c6114edbb911be3c898","latitude":52.679936,"longitude":-1.921781},{"name":"Steve Dixon","role":"Console Cowboy","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/997c248d973994315bc9d30895aa45ea327a9cd84fc8aad9d171accb1a4068a9","latitude":41.5964825,"longitude":-73.91096999999999},{"name":"","role":"Analytics Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.5205869,"longitude":4.788474},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"Sebasti\u00e1n Barbosa","role":"JavaScript Engineer","bio":"<p>Sebastian is a software developer by heart. Coding has been his passion since he was young and continues to be.<br \/>\nHe thinks every technical problem can be solved with time, a good team, and a little humor.<\/p>\n<p>He likes almost all related to Japanese culture.<br \/>\nHe enjoys hiking and rock climbing.<br \/>\nHe loves playing board games with friends.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2ad58b1ceeb247164231710cbd92e662897c351d3243b39aca46518e15c29172","latitude":-34.9011127,"longitude":-56.16453139999999},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":45.943161,"longitude":24.96676},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.8041334,"longitude":-120.5542012},{"name":"Sharma Elanthiraiyan","role":"iOS Engineer","bio":"<p>iOS Engineer<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/ff43741694405e71c40c188181af704dc8bf2d12322fb82d227590c8fc4e9b70","latitude":11.3410364,"longitude":77.7171642},{"name":"Selena Jackson","role":"Engineer Development Wrangler","bio":"<p>A little business, a little random, a 70s baby who missed her calling as an 80s baby, faller inner of manholes, lover of the odd, the first of her kind (GoT!). I love ALL. OF. THE. FOODS.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/af343665d362cd756ebc0cfefd9c27843e853461848a1f5cec67405268b27d19","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Semiha Kocer","role":"Growth Marketing","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/88d3d566fcd8c262b6d5a8051cac04fd6a7fef9e5ca69b389202fead30933353","latitude":51.253775,"longitude":-85.323214},{"name":"Nadir Seghir","role":"Software Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/32a8f200d4de5c9fba8331d589f85ebe520e57aebe2b990330340d4003f4097f","latitude":41.3873974,"longitude":2.168568},{"name":"Mark Senff","role":"Happine$$ Engineer","bio":"<p>Happiness Engineer at Team Galaga.<\/p>\n<p>Formerly known for giving very good #senffadvice.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/ab505228a8d835f09e66dcfa1e390f612cadad841d2093b47d7a649a29236956","latitude":52.9399159,"longitude":-73.5491361},{"name":"S\u00e9rgio Est\u00eav\u00e3o","role":"Mobile Radical","bio":"<p>Blog:\u00a0<a href=\"http:\/\/sergioestevao.com\" rel=\"nofollow\">Sergio Estevao<\/a><\/p>\n<p>A MAD engineer that tries to make anything work better on mobile systems.<\/p>\n<p>S\u00e9rgio was born in Luanda Angola, moved to Portugal when he was 6 and stay there until he finished his studies in Computer Science. He now lives in Edinburgh with his family.<\/p>\n<p>When is not coding he loves to travel by train, eat all kinds of food, ride his bike and surf the seas.<\/p>\n<p>MAD - mobile application developer<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/cbfccedaa0aa05a13832ffcb59acac2ff0a75c6b0d577bb73dc53acf523a27fc","latitude":38.6399899,"longitude":-9.150198200000002},{"name":"S\u00e9rgio Gomes","role":"Speed Ranger","bio":"<p>S\u00e9rgio works for Automattic doing his best to make web pages faster.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/cca292f084de95b7f69ac0f949422184f4fe4897af2d056e22ea1bcdf31cff49","latitude":38.7133152,"longitude":-9.3936558},{"name":"Sergey Mitroshin","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9fd93a40bcee3e051bb5e6f14262fe4c46e947f2eb0d48b7900567afebab51d5","latitude":35.0073697,"longitude":-80.94507589999999},{"name":"Seth McLellan","role":"WPCOM Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/fa2c4a099c2919f09f005dc495e810294457026d66844d8e34fd25333e766045","latitude":44.0121221,"longitude":-92.4801989},{"name":"Saul Fougnier","role":"Design Director","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/4d0e145f9b9806fe817b175dfcce2ec36b2954ba4380e7527f8592773aec4e8a","latitude":43.0481221,"longitude":-76.14742439999999},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":14.7666085,"longitude":-91.17850159999999},{"name":"Shameem Reza","role":"WooCommerce Happiness Engineer","bio":"<p>I am a WooCommerce Happiness Engineer at Automattic and have over a decade of experience in WordPress and WooCommerce support and development. Driven by a passion for customer happiness, I specialize in troubleshooting, optimizing, and customizing WooCommerce solutions to meet customers' needs. With a background in computer science and teaching, I bring a blend of technical expertise and a commitment to empowering users with solutions. I am always looking for opportunities to enhance the customer experience, provide proactive guidance, and contribute to the WooCommerce support community.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4b3a14363935d671b74f0d6f816c97e22ae39946fc598b3a863bf7fe4396cad3","latitude":22.8373287,"longitude":89.54004719999999},{"name":"Shane Eckert","role":"Team Lead","bio":"<p>Husband, father, loves WordPress.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c1683f9c0212dd5d477075d668a6f541b1218711c30ee83dabb04ef901641333","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Developer Advocate","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.2033216,"longitude":-77.1945247},{"name":"Shaun Andrews","role":":kiss: Designer","bio":"<p>Shaun never knew what he wanted to do. Like George Costanza, he always wanted to pretend to be an Architect. Somewhere along the way, he managed to score a B.S. in Engineering, minoring in math and physics. That degree quickly fell by the wayside, as his heart pushed him toward design. That was nearly 20 years ago. These days, Shaun can be found obsessing over details while tilting his head like a confused dog.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a68b035a79126681dcec5b30ea5809ee3bc1aa31fc6c0771ed0e02f284676887","latitude":42.0855898,"longitude":-76.053575},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"Sheena Curtis","role":"Tax Wrangler","bio":"<p>Sheena is a CPA, and spent 12 years in public accounting before joining Automattic as a Tax Wrangler. She was born and raised in Maine, where she currently resides with her husband, two children, and her younger sister.<\/p>\n<p>When Sheena is not engrossed in the exciting world of tax law, she enjoys planning parties, baking cakes, and camping with her family.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f72f98e7b345fffa974de8e1b42a695e8e0ce1eb4dfe15c987226fbe2f240112","latitude":43.67953139999999,"longitude":-70.44422519999999},{"name":"Shekhar Wagh","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/744221e29f846009030ab10c6071f8202cb13b3c81f1481097d072cb6c5f9fa8","latitude":18.5204303,"longitude":73.8567437},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-6.2087634,"longitude":106.845599},{"name":"Shevene Lovindier","role":"Business Development Representative","bio":"<p>I live in Queens, New York and have been in love with WordPress for over five years. I find immense joy in helping customers see all that they can do with WordPress for their personal projects or businesses. When I'm not problem-solving with WordPress, then I'm playing video games or restaurant hunting.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8964c7d98fb7a917e2c0fd1713e73fad589880337320d70b27293702646709a8","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Avik Mohan","role":"Chief of Staff","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/d021fee6501230a33be19377976641825270be5a1a00c7c0ec038d7e9d29a1d8","latitude":36.778261,"longitude":-119.4179324},{"name":"Shiva Backhaus","role":"Executive Assistant to Matt Mullenweg","bio":"<p>Hi, I'm Shiva, and I am so excited to be here! I currently live in Paris, France with my husband and daughter after spending a year traveling in 2016\/2017. I previously lived in San Francisco for 9 years, where I started my career as an Executive Assistant. <\/p>\n<p>Despite the Indian origins of my name, I am a first-generation Iranian-American born in Charlotte, NC. Food is my love language. Yoga is my passion. And creating a life with my beautiful family in France has been a dream come true.<\/p>\n<p>If you are ever in this corner of the world, please pop by and say hello! I would love to meet you and show you my terrible French skills!<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/55404c389b224f3e9a95c8b2700d62a06a5a330ce8ae6d3383d8ddd38e033863","latitude":48.856614,"longitude":2.3522219},{"name":"Shiva Narrthine","role":"Product Designer","bio":"<p>Shiva is a product designer from Malaysia with experience in UI\/UX design and UI development. Her interest in tech started through coding websites while in school and this turned into a career designing and building apps. Over the years, she has co-founded startups and designed products for companies in various industries across the world.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/23bfc58e5a76172f220f1a18fc7d7a904dc8504b8b92a2a7c4ee0637d085a77c","latitude":3.1278871,"longitude":101.5944885},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Relationship Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.6032207,"longitude":-73.087749},{"name":"Shohan Hossain Nabil","role":"Woo Happiness Engineer","bio":"<p>Shohan is an entertainer, a cool father, and a humble guy. He loves to help people whenever he can. He also loves gaming and traveling.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7c0f95cb860059e8cbe9386326c4b73fa2a7c0ef9a02692d86f328ef2ca547d8","latitude":23.810332,"longitude":90.4125181},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.7223263,"longitude":-9.1392714},{"name":"Suyogya Shukla","role":"Enterprise Support Engineer - WPVIP","bio":"<p>Howdy, I\u2019m Suyogya. I\u2019m a Happiness Engineer at Automattic living in Delhi, India. I am a fan of technology, photography, and music. I\u2019m also interested in design and web development. Over at Automattic, I work with the WordPress.com team to help people use our products on a daily basis.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/e9ae18c9897c98edc37865512490fdb614b19b4980a54145cbdcda539b57a6d2","latitude":28.6139391,"longitude":77.2090212},{"name":"Siddarthan Sarumathi Pandian","role":"Software Engineer","bio":"<p>I am an engineer from Bangalore, India, and work on the Jetpack team at Automattic. I have worked across the stack for the last ten and a half years and I am most passionate about building systems on the backend. <\/p>\n<p>I probably buy more books than I read, so I can't myself an avid reader, but if you ever find a book as awesome as the Hitchhiker's Guide to the Galaxy, please do let me know!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/39eeb4836bfb7eb983c160891fc94b137009575fa4a8a0a30dcd558081d458c1","latitude":17.385044,"longitude":78.486671},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.8026097,"longitude":-116.419389},{"name":"Mikael Korpela","role":"JavaScript Engineer","bio":"<p>Hello! I'm a developer and designer by trade.<\/p>\n<p>I\u2019m also a maker, tinkerer, and pragmatic open source and free economy activist.<\/p>\n<p><a href=\"https:\/\/mikaelkorpela.fi\" rel=\"nofollow\">mikaelkorpela.fi<\/a><\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a18bb2ada0928825fe836bfe71cc986f29fd466c9b4f95b3d5d95db208e85f30","latitude":54.6871555,"longitude":25.2796514},{"name":"Simon Keating","role":"Product","bio":"<p>I'm a craft coffee and all things spice lover, and thoroughly enjoy running, weightlifting, and outdoor pursuits in my spare time.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/af23bdcccfa6ad65bdcb750a470122c7ea04e55dce9d75389c848d51bc3e7ba6","latitude":52.940372,"longitude":-9.2934951},{"name":"Simon Jacobs","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/98587f4cc97db9b514adf41beca8622cb27f83ad9bad92893f2286dfe126c303","latitude":-34.8508003,"longitude":138.6605557},{"name":"Simon Wheatley","role":"Product Manager","bio":"<p>Simon joined Automattic with the acquisition of Code For The People, the VIP Featured Partner agency he co-founded. He's passionate about making Open Source software a force for good in the world, and has been working with WordPress for nearly a decade now. Simon works in the WordPress.com VIP team.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d96bf0f9dddceb8da91901929757feda2cd01ea72651986dc8632d0197891f61","latitude":53.4807593,"longitude":-2.2426305},{"name":"Saravanan Sivaraman","role":"Happiness Engineer","bio":"<p>Saru hails from Hosur, India. He worked as a technical recruiter prior to joining Automattic. He spends his time cycling and tinkering if he isn't engineering happiness on live chat.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/92ceb55a979c67a4b3ca8df521aadd2f7138664be3e6ebd60a17c1ff8024c33a","latitude":12.7409127,"longitude":77.8252923},{"name":"Simran Vijwani","role":"Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/4aa47ce54328c25d0d0ae2ab60ed10768b29eec383788e6c93561d99005717b2","latitude":25.2048493,"longitude":55.2707828},{"name":"Payton Swick","role":"Dragon Painter","bio":"<p>Digital craftsman. Vegan. Tea explorer. Avid learner of things. <a href=\"https:\/\/foolord.com\" rel=\"nofollow\">foolord.com<\/a>.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d7d5722158e174636397bc6e18101705e0b0e4d8fe6156061625cdac429da7bc","latitude":44.4758825,"longitude":-73.21207199999999},{"name":"Caroline Moore","role":"Front-end Something-or-other","bio":"<p>Blog: <a href=\"http:\/\/caroline.blog\" rel=\"nofollow\">caroline.blog<\/a><br \/>\nA northern Maine native, Caroline has been geeking around with websites since she was 14 and posting moody teenage poetry at Geocities. Not much has changed fifteen years later (except the Geocities and moody poetry parts, thankfully). She graduated in 2005 from the University of Maine, where she continued to work as a web designer and developer before joining Automattic in 2012. When not wrangling themes, she enjoys illustration, photography, writing, and hanging out with her husband, Tim, and their two daughters.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/88754c4d41139121ca4823710f5547f47ab9f72c82550c9d3e9e6637fa4dc0e5","latitude":45.253783,"longitude":-69.4454689},{"name":"Shubert Koong","role":"Product Marketing Director, Payments & Fintech, WooCommerce","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a33d797e4c85f7202858a37206adcf5630c645e54bfdef3fbd333cba3356840a","latitude":41.4022081,"longitude":-72.4824991},{"name":"Seyward Darby","role":"Editor in Chief, The Atavist Magazine","bio":"<p>Editor in Chief, The Atavist Magazine<br \/>\nmagazine.atavist.com<br \/>\nBrooklyn, NY<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4bd51a989acf066f7e1ac0f1f9ba0564c34724fc2fb46bac709c019dbc6f0f10","latitude":40.6781784,"longitude":-73.9441579},{"name":"Andrew Wikel","role":"Technical Account Manager for Woo Payment Partners","bio":"<p>Andrew Wikel is a WooCommerce Payment Gateway Ninja for Automattic, but that is not the only thing he is passionate about. Some other notable passions include his wife and kids, his dogs, and coffee and tea. One easy way to get him distracted is talking about coffee or tea.<\/p>\n<p>Andrew has worked with WordPress for about 7 years, with roles ranging from dabbling for fun, to working full-time with WordPress plugins now.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/78d88c6d065740ac020ce167186183e56852bf2c836c66b649ffefa13a688bdd","latitude":42.2711311,"longitude":-89.0939952},{"name":"Andrei Slobtsov","role":"Creative","bio":"<p>Andrei is a multidisciplinary creative with roots in visual design and advertising art direction.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/90f07754587704087e32b1c2075ac3dc9dfce87f842f074bcf0b75f6fca2e51f","latitude":42.0980812,"longitude":-88.28285810000001},{"name":"","role":"Finance Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Jacob Smith","role":"Technical Account Manager","bio":"<p>Jacob is a 21-year veteran of the digital space, he's been there and back again in support, development, and consulting.<\/p>\n<p>He truly believes that WordPress has and will continue to change the world.<\/p>\n<p>Jacob lives with his wife and two sons in the Pacific NW. If you bike past someone wearing a red helmet, with two kids on back of a Tern, know that Jacob is engaging Turbo to catch back up to you.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7f4f7d0798be1f852b2d19ffe54ab58c4afca31d0b856e174d2c23988ecab779","latitude":47.7510741,"longitude":-120.7401386},{"name":"Kyle Smith","role":"Division Lead","bio":"<p>Kyle was born in Montreal & eventually headed west to complete a Multimedia Production program at Lethbridge College and upon graduating, found work at Clear Sky Radio, with a focus on online advertising and setting up a web presence for local businesses (using WordPress). When he's not busy making the web a better place, you can likely find him in the mountains or playing board\/video games with friends.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/85b425f36a20916acce1e98b18038c76d35a40fca3153439e7d0d082f239edce","latitude":49.69349,"longitude":-112.84184},{"name":"","role":"Partnerships Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.0457549,"longitude":-76.64127119999999},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-20.9175738,"longitude":142.7027956},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":34.5199402,"longitude":-105.8700901},{"name":"Sirin Odrowski","role":"Data Scientist","bio":"<p>Sirin writes smart algorithms and wrangles data to find out how to make our users happy. She is a physicist and before she started to search for user happiness, she was involved in searches for astrophysical neutrinos and dark matter.<\/p>\n<p>Sirin lives in Berlin, loves to travel and takes a lot of pictures when she gets to do so. She also enjoys to watch videos of cute animals and live soccer matches.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/fad24eae812b944afee89c68e2fc7661bfeb508e47262d23077af2531b12bba8","latitude":52.562044,"longitude":13.0770003},{"name":"Sol Jalaludin","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c9e0e28d952292e2154be62cab98fbb8cce63a9579a16240b506c3cf64f42812","latitude":-6.597146899999999,"longitude":106.8060388},{"name":"Sonal Gupta","role":".bets Division Lead","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2eb514742b718df6702588579b82ba70c6bbedd6db43f4f8eabecba4bdb54f39","latitude":40.7127837,"longitude":-74.0059413},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":60.12816100000001,"longitude":18.643501},{"name":"Sorin Nunca","role":"Code Wrangler","bio":"<p>Tactical Wizard<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6b97b8bcd0d36250e9ae24a494d2f473407b78becefba2c098016868f5bc4e92","latitude":43.9248021,"longitude":24.5652908},{"name":"","role":"Product Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-37.4713077,"longitude":144.7851531},{"name":"James Tien","role":"Pineapple Cake Dealer","bio":"<p>James believes freeing people from centralized working spaces and breaking bureaucracy can save his country, so he joined Automattic to learn all the magics behind. He loves Taichi, coffee, traveling, and allergic to unclear data flow. One said he got enchanted deeply with mysterious symbol lambda.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7c526100f7b4b5f77701131cf9fcabb48f6217c77eed13067e0823fdd336b86b","latitude":24.9242108,"longitude":121.1366715},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":11.1271225,"longitude":78.6568942},{"name":"Andrea Grassi","role":"Code Alchemist","bio":"<p>Developer at heart, I love exploring how technology can enrich our life. I have a passion in building things (both digital and physical).<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5da786817c1869d1dfec5d802618ee5674d36e8877480e5cd110902e69e01947","latitude":43.46328390000001,"longitude":11.8796336},{"name":"Spencer Cameron-Morin","role":"Code Wrangler, Special Projects (Team 51)","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/ccffa408242d55ff82aa4072de220b11dcd259002410b50ab95c59c7381f7c8d","latitude":34.1748208,"longitude":-86.8436124},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":6.5243793,"longitude":3.3792057},{"name":"Samuel Retika","role":"Software Engineer","bio":"<p><?php echo 'Hello World!'; ?><\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5bf5785fa42da2ae5bcb009ca4e9f4616ad92851ee783ba88281d6b478ac52ef","latitude":21.3069444,"longitude":-157.8583333},{"name":"Sean Langlands","role":"Code Wrangler","bio":"<p>Sean is a web enthusiast with a passion to craft anything out of pixels and code. He stumbled upon WordPress around version 2.5 and it has been his primary publishing tool ever since. Away from the screen, Sean enjoys woodworking and gardening.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3d0a3620efbd1bb0de7dfe9a643743aa0863e9553f34ed8c917a550541487734","latitude":50.4476983,"longitude":-119.1969938},{"name":"Scott Stancil","role":"Excellence Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/eb10a5dd2f861aed9fc680685ba22989cef86447ef22408e7ee83b2dfeacaec4","latitude":37.4315734,"longitude":-78.6568942},{"name":"","role":"Relationship Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.0583238,"longitude":-74.4056612},{"name":"Shane Tabrizi","role":"Account Executive | Automattic for Agencies (A4A)","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6d403d067c9f019d7bbe3521f41d01c6f4f8e91289ccb30203950e0b2e7e5be7","latitude":40.3301898,"longitude":-111.9044877},{"name":"Stacy L. Carlson","role":"Director, Affiliate Marketing, Automattic","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/34060b8dafadb11ecaac21e9d6fc6a507aa7d09e6cef676edd5d2bc6a9315a00","latitude":40.813616,"longitude":-96.7025955},{"name":"Aleksandr Stankevic","role":"Systems Wrangler","bio":"<p>Blog: <a title=\"Blog\" href=\"http:\/\/fw.lt\" rel=\"nofollow\">sysmonk<\/a><br \/>\nAlex lives in Lithuania. He loves open source and FreeBSD. Alex recently started in Automattic as a Systems Wrangler. When not working, Alex likes to go camping with his family and friends.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/dacf72e5010e9a8eebeefcf53c2d0d0959a65347ca2f6c4f46527ad0a277dcd4","latitude":54.6871555,"longitude":25.2796514},{"name":"","role":"Inference Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":52.0207975,"longitude":4.4937836},{"name":"Stefan Carstocea","role":"VIP Wrangler","bio":"<p>Stefan is the first Automattician in Romania, and he spends his time crafting experiences for the VIP clients in his triage team role. He started out with WordPress by building small websites and eventually coordinating the support team at an independent theme company. When he is not glued to his laptop helping out with a VIP urgent ticket, he enjoys football (the real variety), riding his bike along the rolling hills of Transylvania, traveling and playing video games.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d0ce1531a1e147d36988127f5a5b6b83b848b131f7725373e74bd268098d78a6","latitude":46.766667,"longitude":23.583333},{"name":"","role":"Analytics Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.378051,"longitude":-3.435973},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.4308255,"longitude":-1.1444927},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":46.227638,"longitude":2.213749},{"name":"","role":"Editor\/Writer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Stephane Daury","role":"Safety & Filtering Developer","bio":"<p>Blog: <a href=\"https:\/\/tekartist.org\/\" rel=\"nofollow\">tekArtist<\/a><br \/>\nStephane currently lives in Ericeira, Portugal. He started working in the digital\/web industry in 1994, and is lucky enough to have done it all at some point or another. His favourite quote is Albert Einstein's \"I have no special talent. I am only passionately curious.\"<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/05e73858f17fb5225a8f68ca6427cfe47adb8835c2a0e08e26bc001057fa751a","latitude":38.9668081,"longitude":-9.406167},{"name":"","role":"Talent Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7266683,"longitude":-127.6476205},{"name":"Stephanie O'Keefe","role":"HR Wrangler","bio":"<p>Hi! I'm Steph! I live in Sheffield, UK, with my husband, two teenage sons, and Farla, our dog! <\/p>\n<p>I love art, being outside, gardening, and trying out new experiences. I also love travelling, and I've been enjoying getting to know some of the beautiful places we have on our doorstep in the UK recently.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/849c6b9dee734e4dc1a12a0e9ab783470f26c98a24e3bdebf972b36071c7c049","latitude":53.38112899999999,"longitude":-1.470085},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.8041334,"longitude":-120.5542012},{"name":"Steph Yiu","role":"Chief Customer Officer, WordPress VIP","bio":"<p>Blog: <a href=\"http:\/\/www.denizenmag.com\" rel=\"nofollow\">Denizen<\/a><br \/>\nSteph spent 12 years living in Singapore's American expat bubble, and then moved to the U.S. to attend journalism school at Northwestern University. She grew up in the publishing world by interning at The Boston Globe and working at the Chicago Tribune and America's Test Kitchen. <a href=\"http:\/\/www.twitter.com\/crushgear\" rel=\"nofollow\">Steph<\/a> is happiest when she is making pasta while listening to podcasts, skiing down a mountain, grooving in a dance class or hanging out with her friends in Cambridge, MA.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c4646a50886fb5f51b802e95e0868ed6287208b872f7541e9b04d84f6d2cd932","latitude":42.4072107,"longitude":-71.3824374},{"name":"Steve Deckert","role":"Senior Director of Business Development at WooCommerce","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/083bbc6f90734960d88ea7f44fb66ee055fccd2e7bbc66352ddb1e20f3505cf0","latitude":43.523095,"longitude":-80.65203799999999},{"name":"Steven Partridge","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/387ea33043c8b7d37e1bcbbbd3069edb3834ed206e7fa0483ff771daa4059f2d","latitude":47.6478787,"longitude":-121.9140073},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":27.6648274,"longitude":-81.5157535},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":23.69781,"longitude":120.960515},{"name":"Vegard Str\u00f8nen","role":"Launch Lead, Special Projects (Team 51)","bio":"<p>Vegard is a happy technologist living on the west coast of Norway. He loves all things tech, web standards, performance, a11y, and bespoke solutions. Every day, he's making the web a better place.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d2bad5f442a126c417cedd64945ae9c2286f922b25074995948f99ae9b8de6fa","latitude":60.2146731,"longitude":5.4607886},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.0457568,"longitude":23.8584737},{"name":"Stuart Duff","role":"Orbital Communicator","bio":"<p>Hi! My name is Stuart from Glasgow, Scotland. I'm a WordPress addict that loves all things WordPress, CSS, HTML, PHP, I especially love themes and trying to break products before release.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b7001f8c69877f8deec8617c9f42fc52ffaf3cb199723cc74720344e2ba1c226","latitude":55.866267,"longitude":-3.962566},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-37.4713077,"longitude":144.7851531},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":27.6624958,"longitude":85.4375574},{"name":"Sumner Evans","role":"Software Engineer","bio":"<p>I work on backend infrastructure, bridges, and the client platform on the Beeper team.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a5ca212063dbe2125ffff3a759247ee3f6d780164e6dccb809b40c7efd31ade1","latitude":39.613321,"longitude":-105.0166498},{"name":"Lucio Giannotta","role":"Team Lead","bio":"<p>Always make time for nonsense.<\/p>\n<p>Music, Reading, Philosophy, Useless languages (ok, also useful languages), Mythology, Martial arts, Folklore, Thinking, Not Thinking, Life, Dreams.<\/p>\n<p>Am I a butterfly dreaming I am a poet, or am I a bowling ball dreaming I am a plate of sashimi?<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f31c4c2657836e0223c861d0322c4165b37c6e51865b385ec839bdf96ce4199f","latitude":37.6186159,"longitude":15.0608233},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":42.4072107,"longitude":-71.3824374},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Susan Cabezas","role":"Happiness Engineer","bio":"<p>Susan began using WordPress when she discovered blogging way back when. Since then, she has been hooked and has helped many others build their websites on the WordPress platform. Before joining Automattic, she worked in digital marketing but always loved creating websites and blogs.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/cd992f8655117bdaca94c85bb124eefecb3179c90d774166aef126388da9794f","latitude":27.6648274,"longitude":-81.5157535},{"name":"Susan Hobbs","role":"","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/d076ec54d0938669d11c35a450a3b4a03078ba898dd0d8baf0c62dfe7cad4723","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-26.2707593,"longitude":28.1122679},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.621173,"longitude":23.1918021},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"Sylvester Wilmott","role":"Product Designer","bio":"<p>Wordpress lover, part-time coder, tattoo collector and dedicated learner.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2897fb87d87fb2d2082d09ee8bf2e53605380e1ca21879953c2c36497d02b5b2","latitude":50.768035,"longitude":0.290472},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":27.6648274,"longitude":-81.5157535},{"name":"Todd Wright","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/cfdb8e81533a2875365c565cadf6355229076001029ec4f995ca06a77545b19a","latitude":-31.2532183,"longitude":146.921099},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.0583238,"longitude":-74.4056612},{"name":"Daniel Richards","role":"JavaScript Engineer","bio":"<p>Tall English bloke, now living in Australia.<\/p>\n<p>Dan is a coder at Automattic, specialising in writing nice JavaScript.<\/p>\n<p>Likes: Good coffee, lo-fi\/indie music, brunch, technology, walking up big hills (or small mountains), brewing beer, TV binges.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b16e8d6d080a80522401b555b6aae73f95964a6ce490b70ef719f61251b56488","latitude":-27.6728168,"longitude":121.6283098},{"name":"Tamara Niesen","role":"CMO, Woo","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/5dfea126d04ceb0d8a594722ff06d0726193bd636a3a89309558ecf97e322922","latitude":43.4516395,"longitude":-80.4925337},{"name":"Tamirat Birhanu","role":"Happiness Engineer","bio":"<p>I got involved with one of Automattic's products back in 2015. Back then, I used WordPress.com's free plan sites as a test environment for a task I was working on. Even with the limited free plan features, I was able to quickly spin up a test site without the hassle of setting up and debugging a local test environment. Little did I know that I would be working for that same company in a couple of years. <\/p>\n<p>I freelanced for a couple of years as a WordPress Support\/Admin Professional. A couple of months back, I got the chance to work with A8C as a WP.com and WooCommerce Happiness Contractor on a temporary basis. From there, I was able to build on that opportunity to explore permanent involvement with A8C as a Happiness Engineer. I took upon that challenge and the rest is history!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/921f0c8999b8b3dfde8017b8fdbd63840d9a43e31c8137ff27614dc977efef73","latitude":35.8668509,"longitude":14.5124736},{"name":"Tam Mullen","role":"Excellence Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/bc1efc23ba9bb8946346b4ffec98a034d6bcf07ca7520ffcb9a1cdce0c55922b","latitude":54.59728500000001,"longitude":-5.93012},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":22.356851,"longitude":91.7831819},{"name":"Tanya Thibodeau","role":"Happiness Engineer","bio":"<p>I\u2019m a born and raised Albertan and have experienced a wide array of careers over the years in the industries of travel, law, real estate appraisals, horseback riding, a french restaurant, a community newspaper, IT for my local school division, Ideal Protein as a health\/weight management coach, and creating online courses, throughout which marketing has been a major role.<br \/>\n.<br \/>\nConversation starter: ask me which of those industries were \u201cjobs\u201d and which were businesses that I\u2019ve owned or run.<br \/>\n.<br \/>\nMy hobbies include: reading, playing the piano and electric bass, drawing, playing some games, learning new things (especially in technology)\u2026 and most importantly... writing.<br \/>\n.<br \/>\nConversation starter: ask me which of those hobbies I converted into income opportunities.<br \/>\n.<br \/>\nMy passion aside from Automattic is writing. I write fantasy novels and I hope to secure an agent at some point.<br \/>\n.<br \/>\nConversation starter: ask me about my writing :-)<br \/>\n.<br \/>\nMy beliefs are:<br \/>\n.<br \/>\n* Whether you think you can or you think you can't - you're right (Henry Ford)<br \/>\n* Seek first to understand (long before Stephen Covey made it a rule)<br \/>\n* Do what you love and love what you do - there's no other way (me)<br \/>\n* The best way to learn is to teach. I'm a prolific, life-long, fast learner.<br \/>\n.<br \/>\nYou\u2019ll see my name around Automattic as Tanya Thibodeau, that\u2019s my legal name. Jones is my maiden name and Tanya Jones is my pen name. You'll often see the hyphenation of Jones-Thibodeau. My username for everything Automattic is TanJoyMor which comes from my given names: Tanya Joy Morgan<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/ce035f090227820d026f68da28ff6d3036b7c41145eb9921ecea6a07eed11f84","latitude":51.0486151,"longitude":-114.0708459},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"","role":"Product Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.9985751,"longitude":23.1380051},{"name":"Tiago Kasa","role":"Growth Marketing Strategist","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/7b61989ea2af019211ccd5fd9ffd4a889462fa376eebbbe7ff57b0120bb59794","latitude":-23.5505199,"longitude":-46.63330939999999},{"name":"","role":"Marketing Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.6761919,"longitude":139.6503106},{"name":"Ted Villa","role":"Services TAM, Subcontracting","bio":"<p>Throughout his career Ted has utilized his two strongest assets, curiosity and adaptability, to build and lead teams and develop processes to successfully deliver work that meets goals and drives success.<\/p>\n<p>While a grad student at Michigan State University, studying art history, Ted hung around the art department\u2019s computer lab. It was filled with some grad, but mainly undergrad students, working on projects and learning about digital design. They were fun and passionate, and it was a cool place to be.<\/p>\n<p>Because of that experience, Ted went into the agency business where he worked at agencies large and small, on a wide variety of clients, in both B2B and B2C. Ted is a PM with a knack for process development that enables teams to deliver their best work in support of their client's goals. <\/p>\n<p>Ted is a coach, a teacher, a business owner, a builder, and leader of teams, and an ever-improving fermenter. With an entrepreneurial spirit, and having managed creative, UX and development teams, Ted brings a wide range of experience to his teams and clients.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/21f7fea47942d3ddbee7760b02f638035fe029166895f3cb0b52025f61dd628f","latitude":42.4072107,"longitude":-71.3824374},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-37.4713077,"longitude":144.7851531},{"name":"Teni Coker","role":"Happiness Engineer","bio":"<p>Teni is a Happiness Engineer based in North Carolina, on the east coast of the US. She graduated UNC Chapel Hill with a Psychology degree, and had previously worked as a print production artist before joining Automattic in early 2019.<\/p>\n<p>In her personal time, Teni enjoys illustrating character designs and is an avid appreciator of visual storytelling -- including animation, games, and webcomics. Outside of WordPress.com, she frequents <a href=\"https:\/\/twitter.com\/ColaCanvas\" rel=\"nofollow\">twitter<\/a> and <a href=\"https:\/\/instagram.com\/colacanvas\/\" rel=\"nofollow\">instagram<\/a> where she shares her character art and other relevant interests.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4115f3a138f3b319a254ec8d5bbd60f5045957c26a0e3398429ac2f9508a1f35","latitude":35.7795897,"longitude":-78.6381787},{"name":"Terri Ann Swallow","role":"Lead of Plat\/App CS Engineering","bio":"<p>I've always known I wanted to write code for a living. When I'm not working, you might find me tending chickens or in the garden. If it's too dark or chilly to be out on the homestead I'm probably snuggled with the dog, under a quilt I made, sewing up a storm or on other crafty endeavors.<\/p>\n<p>A couple years ago I ran a craft kit business that was part of a monthly feature in each issue of Country Living Magazine. I also have a handful of for-fun web development projects that I tinker with from time to time.<\/p>\n<p>Things I'll always say yes to:<br \/>\n* Snacks<br \/>\n* Line Dancing<br \/>\n* Hula Hooping<br \/>\n* Adventure<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/317b055eb80ca834aef243f8c8bd2c6bdff92a6f92956b9ec6f0328259cf1329","latitude":44.5588028,"longitude":-72.57784149999999},{"name":"Tess Needham","role":"Head of Web Marketing","bio":"<p>I'm a creative jack-of-all-trades with a passion for translating jargon to plain English.<\/p>\n<p>I have a background in the performing arts, but I'm equally happy designing logos as I am doing character voice-over. I'm also into photography, writing, making comics, body-image activism, and of course, WordPress!<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/a78d6a41036dfd2fd283e6a40eeff67a02c929a22db5e9c6364016e3b8139d31","latitude":-33.70547,"longitude":151.00334},{"name":"Thabo Tswana","role":"Emoji Padawan","bio":"<p>Thabo is a half Zimbabwean, half South African Happiness Engineer at Automattic. He loves chess, working out, listening to all kinds of music and watching movies. Movies he never gets tired of watching include The Godfather, The Dark Knight, Forrest Gump, and any Star Wars.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6c78a7001baf87f44f22b67096ac409d97ea1919fa7d9041f6d402b990dc6e97","latitude":-33.866667,"longitude":18.683333},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.2787075,"longitude":0.5217254000000001},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.7223263,"longitude":-9.1392714},{"name":"Brandon Lau","role":"","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/69d785a8399cf76b79d310f2863fa3bcda1bc2577d886b104b657ca02dfb278d","latitude":49.2827291,"longitude":-123.1207375},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":48.7904472,"longitude":11.4978895},{"name":"Thelma Mutete","role":"Happiness Engineer","bio":"<p>I'm a digital nomad, hit me up on slack for more information :)<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/99350b3c2c256d09b6184ea45f99084a61d7a1537faba8d3a293821873076159","latitude":-18.0197815,"longitude":31.067907},{"name":"Ian Stewart","role":"Artistic Director and WordPress.com Lead","bio":"<p>Blog: <a href=\"http:\/\/iandanielstewart.com\/\" rel=\"nofollow\">This is Ian Stewart<\/a><br \/>\nWhen he's not wrangling WordPress themes for Automattic, Ian is more than likely browsing for books, thinking about books, thinking about where to store books, and\u2014when time permits\u2014sometimes reading books. He hails from the infamously cold and windy Winnipeg, Canada, where he lives with his beautiful wife and children.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2e53babb323b7983da7a8cc8c18d446d745ce6269bf3ab6e61ffbed415db155f","latitude":49.8997541,"longitude":-97.1374937},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.68198659999999,"longitude":-63.744311},{"name":"Vassilis Dimitrakis","role":"JavaScript Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/b00fbc3826377fe59786b82ca690de8e034e87e18d1ae10d32906cda070b679c","latitude":37.7559533,"longitude":26.9761997},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.5174913,"longitude":-86.5804473},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"Thilina Pituwala","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e43964a49caed5065c2b50e9ada824c2d0d6fcee04f2e92338492151627c0ccc","latitude":49.21006990000001,"longitude":8.6544685},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-37.4713077,"longitude":144.7851531},{"name":"Ovidiu Liuta","role":"Premier Support Lead","bio":"<p>I have been a web developer for over 10+ years, through his career, I have built websites and web applications for customers, as well as developed some of my own plugins and extensions. My language of choice is PHP, and I spice it up with Javascript, Python and a little bit of Golang.<\/p>\n<p>I live in Romania with my wife and 4 year old son(as of 2020), we enjoy a lot being outdoors, and when I don't hike, cycle, ski, paraglide, I attend our garden outside the city where I enjoy what nature is giving us, and giving nature back a helping hand in growing to it's full potential.<\/p>\n<p>Rock, Soul and Jazz is my music of choice, I love a good reading in my quiet times and enjoy exploring nature with its endless show of splendour.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/d2653adf4e96e04b7da6537cb79029f464e97bb37506f1b612678a0db205cac4","latitude":46.766667,"longitude":23.583333},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.3148443,"longitude":-85.60236429999999},{"name":"Sandip Mondal","role":"Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/8d59aa6d1d91324f189ce6d7c73e690879be85ffd972be4b11b08e058e1d2810","latitude":19.0759837,"longitude":72.8776559},{"name":"Tom Chambers-Dowe","role":"Lead, VIP Professional Services","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/33a1cf3ad47ec76ea55a8ee19657d88632fc7cd1ebda000862281cf336483e54","latitude":25.2048493,"longitude":55.2707828},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.2787075,"longitude":0.5217254000000001},{"name":"Thomaz Cortez","role":"Mobile Wrangler","bio":"<p>Mobile developer, Brazilian, bassist, game reviewer and enthusiast, Formula 1 fan, owner of FIVE purrfect cats, and one charming and needy dog. Joined Automattic in mid-2020 as Android Engineer and currently living in Recife, on the far east coast of Brazil.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/549120cf40a69339bce3bff1c7734a9d0fdd696cee943c481209fcdce991ca21","latitude":-8.0522404,"longitude":-34.9286096},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":32.1656221,"longitude":-82.9000751},{"name":"Thyago Stall","role":"Senior Code Nitpicker","bio":"<p>I'm originally from Curitiba, Brazil. I've been coding since 2011, so from that time I experienced a little from desktop, mobile, web (mostly backend). I really enjoy working on high-traffic back end systems.<\/p>\n<p>Besides professional stuff, I have four cats, I like Punk Rock & Ska Punk, and I'm a big fan of The Simpsons.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/42c099192dd2f99c39d7daff5c3e8dd6354c99bccc3f4329ad2fa699639cdf9a","latitude":-25.4244287,"longitude":-49.2653819},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.31475930000001,"longitude":-0.5599501},{"name":"Thuy Copeland","role":"Mobile Wrangler (iOS)","bio":"<p>Thuy didn't start in programming. She played in Windows 3.1 Paint program and enjoyed making pretty pictures. Eventually she grew up and studied web design at university. She worked in web design, web development, and then moved into mobile development.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2916c74a7dc318d125ca10d6d5fc6c187554460a93356976f9645663302e5bc6","latitude":46.729553,"longitude":-94.6858998},{"name":"Tiago Loureiro","role":"","bio":"<p>A computer scientist with over ten years of experience in Android and mobile app engineering from Belo Horizonte, Brazil \ud83c\udde7\ud83c\uddf7.<\/p>\n<p>Passionate about mobile software architecture and innovation on this space. Android Engineer on the Beeper\/Messaging team @ Automattic.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5a045bf3b462cb61af2b4674f4d65f035ce5059f232aaf611016ed9cea71df42","latitude":-19.9166813,"longitude":-43.9344931},{"name":"Tiago Marques","role":"Excellence Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c9d26fb22f41a56fe822c615ddf9ceb4e1a30a92e64be8fc2fe62c47a6dafb28","latitude":-8.0522404,"longitude":-34.9286096},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-18.512178,"longitude":-44.5550308},{"name":"Tiago Noronha","role":"Code Wrangler","bio":"<p>Web Designer, Developer and Computer Geek. TV Series addict. Likes to pretend he knows how to play the guitar.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/3acfd7d6f70137026656cc9f6ab9696b08bbe047efd4bf661bd395a1f12158b3","latitude":39.39987199999999,"longitude":-8.224454},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":14.058324,"longitude":108.277199},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.3209801,"longitude":-111.0937311},{"name":"Josh Ruud","role":"Technical Account Manager","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/bdd8a70140626506c40921a767a80538e895d8d273ca000826e981859a2d4882","latitude":42.5780721,"longitude":-88.54093329999999},{"name":"Timur Karimov","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a2877e5f01fb983ae4c6a8030bc4cb72d03a9b24935d4c7e70207d1914469fdf","latitude":50.06465009999999,"longitude":19.9449799},{"name":"Tim Crepeau","role":"Director of Product, Merchant Onboarding","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/caf7c326cae301d772657386583a641dc249a2f964c35840fd1b0118e9edd90a","latitude":30.267153,"longitude":-97.7430608},{"name":"Tim Hossain","role":"Vice President, VIP Marketing","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9c4b14bf4c47f9f139d88ac89860ddf46f0a5e000cad5edad3c181b852e55e01","latitude":47.6062095,"longitude":-122.3320708},{"name":"","role":"Talent Acquisition Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":54.7806842,"longitude":-7.385386899999999},{"name":"Tim Price","role":"Marketing Wrangler","bio":"<p>10+ years working with technology-oriented businesses to<br \/>\nfacilitate growth through digital marketing, strategy and brand<br \/>\ndevelopment.<\/p>\n<p>In this time I've worked across a variety of different industries<br \/>\nand managed small, agile teams to deliver rapid growth and<br \/>\nbuild sustainable and profitable businesses.<\/p>\n<p>Love the intersection between creativity and technology,<br \/>\nworking closely with creative and tech teams alike. Outside of<br \/>\nthe working environment I'm an avid golfer, musician,<br \/>\nmountain biker, fiction-reader and outdoor adventurer.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/bd4a15a78a7efa277b5169d52d2f8ffc39cbe7a5eda8891ce00138bb2e0cbbf7","latitude":-33.9248685,"longitude":18.4240553},{"name":"Timur Gogolev","role":"Byte Executive","bio":"<p>An enthusiast in PHP\/JavaScript who's learned English to avoid going to an office. Currently, he is a Code Wrangler on Tumblr Advertising.<\/p>\n<p>Born and raised in Russia and used to live in Los Angeles, CA, and Vienna, Austria.<\/p>\n<p>He likes traveling, hiking, cooking, practicing yoga, playing basketball, snowboard riding, reading books, and everything fun.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c0af1298fb1f6ffa87717869d675eeb83a061f68b57e6d3781f9538b7ee5e254","latitude":55.8304307,"longitude":49.06608060000001},{"name":"Javier Tiniaco Leyba","role":"Sr. Data Scientist","bio":"<p>You can check <a href=\"https:\/\/howdya8c.wordpress.com\/2022\/01\/24\/greetings-from-galicia-spain\/\" rel=\"nofollow\">my introductory video and post<\/a> ;)<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/6d3cfe2875c07ea00d04d753de39d0d6d2df2a374378ff4bad1dec26625306c9","latitude":42.4298846,"longitude":-8.6446202},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Skip Rousseau","role":"Cartoon Cat","bio":"<p>:3<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/60ab72f01a0fa5071f40f2bc396360d1afa135db06c6f7cfae7a3f78d3be758c","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Strategy and Corporate Development Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.80978229999999,"longitude":-0.2376744},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.8927182,"longitude":21.0021679},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":53.7632254,"longitude":-2.7044052},{"name":"Tom Rhodes","role":"Theme Engineer","bio":"<p>Code wrangler in team Geyser, I spend my days fixing bugs and building new features for our great partners.<\/p>\n<p>Outside of my office \/ spare bedroom you'll find me shaking in my boots bouldering (I'm scared of heights) or tucked away in my garage building boats.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/81796a3a535c1680c7b1e6bf447d567f73a6d4adbac64f11a89f68742a84a91b","latitude":53.83949,"longitude":-1.099342},{"name":"Tonci Jajic","role":"Product Consultant | WordPress.com Special Projects","bio":"<p>Split, Croatia-based Product and Project Manager. My happy place is where business meets tech and design. Doing a Wikipedia deep dive is an evening well spent.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4c0763154faf72c8474011d1bf2919f4abb1d4b982e90eea1f07c7421b29684d","latitude":43.5601784,"longitude":16.5207648},{"name":"Toni Schneider","role":"A8c Ambassador","bio":"<p>Blog: <a href=\"http:\/\/toni.org\/\" rel=\"nofollow\">toni.org<\/a><br \/>\nToni works in the super secret Automattic underground lab. Toni's bio can be found <a href=\"http:\/\/toni.org\/about\/\" rel=\"nofollow\">here<\/a>.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/1a3c7181539d8a48d38c099887f908d6fb75cf97c5e851ee2866c3c5b7f69e62","latitude":37.7749295,"longitude":-122.4194155},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":60.36279139999999,"longitude":22.4439369},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.8041334,"longitude":-120.5542012},{"name":"Toto Castiglione","role":"Design Talent Manager","bio":"<p>I'm a Digital Designer entirely in love with functionalism, and I believe that beauty simply comes from making things work. I'm also a food lover and a (relatively) good cook. When not in front of a computer, you can find me in the kitchen, trying to reproduce my grandma's Sicilian recipes.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0d608696d620d54f0eb5fd6a9a86fa0d87a8a17ce78427a38952047235fdeeb0","latitude":50.06465009999999,"longitude":19.9449799},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.0082376,"longitude":28.9783589},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.5976262,"longitude":-80.4549026},{"name":"Travis Lima","role":"Customer Success Manager","bio":"<p>Hey everyone, my name is Travis Lima, and I live in South Africa. I am happily married to my wife, Ansie. I have a vibrant 6-year old boy and another little one on the way (July 2021).<\/p>\n<p>I love reading, playing video games, playing squash, walking on the beach, and hanging out with friends and family. Also, food!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f3c7bce72d9cd53025dd05691d97caef5cc3c950b7587db83ed0a97a37426849","latitude":-33.7139247,"longitude":25.5207358},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"Kailey Lampert","role":"VIP Wrangler","bio":"<p>Kailey is a VIP Wrangler. She lives in northwest Washington with 4 cats and a dog. She also enjoys cookies unless you've put raisins in them. Sometimes she runs, but not very fast.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/bec8052bf8512a4a57c9535c07ceedf071b7c8b68117a20a3f71624a1f1ca473","latitude":48.118146,"longitude":-123.4307413},{"name":"Seun Olorunsola","role":"Senior Software Engineer","bio":"<p>Hello! I am Oluwaseun, a Web and Cross-platform mobile applications developer. I am interested in helping others build their dreams with the aid of modern technology and simplifying the process of using those technologies.<\/p>\n<p>I currently work as a Senior software engineer at <a href=\"https:\/\/automattic.com\/\" rel=\"nofollow\">Automattic Inc. <\/a> part of the awesome team of people working on some of our most amazing products: <a href=\"https:\/\/www.mailpoet.com\/\" rel=\"nofollow\">MailPoet<\/a> & <a href=\"https:\/\/woocommerce.com\/\" rel=\"nofollow\">WooCommerce. <\/a> I previously worked for companies such as <a href=\"https:\/\/www.dolby.com\/\" rel=\"nofollow\">Dolby Laboratories<\/a>, <a href=\"https:\/\/voyagecontrol.com\/\" rel=\"nofollow\">Voyagecontrol<\/a>, and <a href=\"https:\/\/Andela.com\/\" rel=\"nofollow\">Andela<\/a>. With a brief stint at <a href=\"https:\/\/www.nbcsports.com\/\" rel=\"nofollow\">NBC Sports <\/a> (NBCU)<\/p>\n<p>I love movies, sci-fi movies, to be precise. These movies help expand my imagination, keep me creative, and help encourage my productivity.<br \/>\nMy belief is that one day, we will be able to implement some of these advanced concepts in real life.<\/p>\n<p>When I am not coding or researching new codes, I mostly spend my time watching anime and sci-fi movies, reading manga and light novels.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/32918cc410d942856fbf9b0ae06fce637db1a02f7f70386e1abbb78143cd9ff0","latitude":6.5243793,"longitude":3.3792057},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":22.258652,"longitude":71.1923805},{"name":"Tseten Dolkar","role":"Woo Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/adaaec62adf02a3900a71d5d759f3217e7088af6c102f6bf1e74c8adcf00a5ef","latitude":32.219042,"longitude":76.3234037},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"Tamas Szelezsan","role":"Mobile Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e3923f13915d41b27f4bb0e05c15eb2246b23ec7f48e29dbdbc2e21b8f9aff06","latitude":46.7084264,"longitude":20.1436061},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.8927182,"longitude":21.0021679},{"name":"Tulir Asokan","role":"Bridge Architect","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/177cd2c1ccb6958d5c73afd0de237cf8658bc91571adc1d176955430e16fabd3","latitude":60.2054911,"longitude":24.6559001},{"name":"Tim Weir","role":"Relationship Manager (WordPress VIP)","bio":"<p>Tim's work background includes working in operations, marketing, and sales within agency settings and SaaS organizations. He loves simplifying solutions for customers while establishing long-lasting relationships built on trust. Outside of Automattic, Tim loves to hang out with his family and friends, as well as watch\/play\/coach soccer. Growing up in St. Louis, Missouri . . . Tim is a big Cardinals & Blues fan!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/fb94617bea8fc04e84b3c88efc8f7c9f7eca145728c59f67c77a49cb224ffa09","latitude":35.2270869,"longitude":-80.8431267},{"name":"Tanner Stokes","role":"Mobile Infrastructure Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a045cb36f68b22c7699cb3ed6d643bd74f1c492dab8c836e9a3d09d041ac66a7","latitude":34.5034394,"longitude":-82.6501332},{"name":"Tyler Leeds","role":"Packet Wrangler","bio":"<p>Tyler is a passionate father, woodworker and network engineer. <\/p>\n<p>Happiness is being able to do what you love in one of the most beautiful places on earth.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/38a7043647ce625064be0dd70dc70d948474062b05fa7224c0945bdb85260d71","latitude":47.5615096,"longitude":-52.7125768},{"name":"Marin Atanasov","role":"Breaker of scope chains","bio":"<p>Marin is from Bulgaria, where he lives with his <strike>girlfriend<\/strike> <strike>fianc\u00e9e<\/strike> wife and their adorable twins. He loves WordPress, solving complex coding tasks, traveling and photographing around the world and tormenting his neighbors by playing his guitar and piano.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/91f9f09d5fe3f7f67370f0524a5746b0a5857fec03c7a297987f0c62e0f8fa66","latitude":43.2140504,"longitude":27.9147333},{"name":"Richard Morrison","role":"VIP Employee of the Month! (SE)","bio":"<p>Big fan of the internet, video games, coffee, dogs & my family.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f7d1dcbdf9dd741c141690cea24e19fc05d09340a429f6bae9e015fe60515bf0","latitude":-43.5320544,"longitude":172.6362254},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.4172871,"longitude":-82.90712300000001},{"name":"Usiel Riedl","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/fea03fcae9dfcc4c713d6633c11ca4f5053fd1153f754dda68d520c3bd00a506","latitude":1.352083,"longitude":103.819836},{"name":"Vajrasar Goswami","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/99d0a866b612d5233cb9eeb667c2526d53ca1949ffbcf96a2f7afc9d86c40e0c","latitude":27.0238036,"longitude":74.21793260000001},{"name":"","role":"Accounting Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":31.9685988,"longitude":-99.9018131},{"name":"Vanessa Petersen","role":"Manager, Editorial & Social, WooCommerce","bio":"<p>Vanessa has spent her career writing helpful things for people across the tech space. Outside of work, she enjoys training for triathlon, rotating through hobbies, and exploring new places both urban and natural. She has two fluffy cats, maintains a few succulents, and has far too many books on her TBR shelf.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/c3941fffedaa5f2e136adf65f71c91b6c14d08166cc5efb7dc55bbb7223d19b6","latitude":42.7345339,"longitude":-71.3245067},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-8.8137173,"longitude":-36.954107},{"name":"Vasily Belolapotkov","role":"Director of Engineering - Transact Merchant Experience @ Woo","bio":"<p>In love with computers since he was five years old. Passionate about software engineering, development processes, best practices and helping other developers to grow. <\/p>\n<p>Before joining Automattic Vasily engineered enterprise videoconferencing solutions and worked on a cloud collaboration platform.<\/p>\n<p>Besides software engineering, he likes having fun with a family and friends, travelling, do sports (Crossfit, basketball, wakeboard) and visit different events.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/af92e2da51d649f3846ddbb3dc6dbf28f465cc0f44d13d7f40ed75c34fc1a972","latitude":36.8968908,"longitude":30.7133233},{"name":"","role":"Data Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":15.3172775,"longitude":75.7138884},{"name":"Victoria Steinberg","role":"Director, Payments Partner Manager, WooCommerce","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/89c26872418cbca4d67e9de6497be22f1046895e54e2fa3a6251d504b9219c2d","latitude":32.7764749,"longitude":-79.93105120000001},{"name":"Veljko Vujanovic","role":"Quality Engineer","bio":"<p>Strives to make software always look flawless, even though it may seem impossible. He is passionate about test automation, but always likes to investigate manually if required. Guided by the idea that if something has been repeated a couple of times, it should be automated. Passionate about RC drones, snowboarding and music.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7b489113542edd2dc22b3a5474ed2fc98aad2bc7bf4547daabca3660d6ee2935","latitude":44.786568,"longitude":20.4489216},{"name":"Veronica Fasulo","role":"Product Designer","bio":"<p>Hello! My name is Veronica, but everyone calls me Vero. I'm Italian, and I currently live in Italy, after spending a few beautiful years in Germany and Australia.<br \/>\nWhen I was a child, I used to spend a lot of hours drawing, creating worlds, designing things. While my friends wanted to be Spice Girls, I dreamed of moving to the USA to illustrate Walt Disney and Pixar Studios stories. Ever since I can remember, I have been passionate about art, design, and architecture.<br \/>\nOther than that, I love the sound of waves, traveling, and good food; old movies, ballet, and reading; the scent of freshly cut grass, medieval churches, and vintage objects.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b094ad1246873985bd4b3c0bdf4ddb57de47ee3e1aefdc936234bfb1a7dafad8","latitude":44.0678288,"longitude":12.5695158},{"name":"Joshua Goode","role":"Technical Solutions Engineer & Partner Success, WP Cloud","bio":"<p>Hi, there! <\/p>\n<p>\nSince joining Automattic in 2018, I've worked across WordPress.com, Jetpack.com, WooCommerce, Pressable.com.\n<\/p>\n<p>\nNowadays, I serve as a Technical Solutions Engineer & Partner Success Manager for WP Cloud. This dynamic role comes with many hats spanning Technical Account Management, Sales Engineering, Partner Onboarding, Partner Integrations, Developer Support, and Escalations.\n<\/p>\n<p>\nOn an average day, I lead technical integrations, manage complex escalations, and support onboarding, offering expert guidance on everything from platform-specific opportunities to advanced troubleshooting. Acting as a liaison between WP Cloud and our partners, I provide technical advisement for both internal and external teams, coordinate support, and drive technical documentation for streamlined, scalable solutions. Partnering with sales, I help clarify technical capabilities of our platform and identify solutions that match our partner's needs.\n<\/p>\n<p>\nIn the past, I\u2019ve dabbled with and won some national web development competitions; helped grow and lead some MSPs; served on the Unversity of Tennessee\u2019s tech advisory board; studied Political Science and advised political campaigns & software companies; and helped build and run a brewery.\n<\/p>\n<p>\nCheers!<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/1e92071f807355a3eaf8428f36981fb9cbe511a5786d74bbf6384b8e0d9084d3","latitude":35.1595182,"longitude":-84.8766115},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Victor Espigares","role":"Conversion Optimization Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a485f59e58f0e5f91102794a490216d86ffb3349c5c9b28fe05036bca5b222d0","latitude":37.1773363,"longitude":-3.5985571},{"name":"","role":"General Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.3148443,"longitude":-85.60236429999999},{"name":"Daniel Rodriguez","role":"Happiness Engineer","bio":"<p>Born and raised in California, I'm a lover of all things music, photography, movies, cooking, animals, and useless information.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/9d4d89f92102c1d71595a2e1071bef673ebff54f4aa4f1bea90239ae9a33e5dd","latitude":38.2975381,"longitude":-122.286865},{"name":"Marko Andrijasevic","role":"Code Wrangler","bio":"<p>Marko is based in Montenegro, a small and beautiful Mediterranean country. He's leading a group of teams that are building features for developers and agencies on WordPress.com. When he's not staring at the computer screen, he usually practices kendo or attempts to produce decent deep-sky photos through his telescope. He enjoys playing pen&paper RPG, pondering the future of humanity, and reading about the history of science.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2d33d7011625c19b9db1497dc7ac2d231fcaffc5e8d7d7e89b369fb1235a0ca9","latitude":42.4304196,"longitude":19.2593642},{"name":"Vinny Kaur","role":"Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/14e8fbc98efa23af8adffd75371d5b876ca6e9973f0f268f9e2b6dda48c9e682","latitude":20.2960587,"longitude":85.8245398},{"name":"Vishal Anand","role":"Machine Learning Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a066d9ea20768f65874832e0b16360cf5af9fccd561dac780e70547f6ea7f492","latitude":25.242453,"longitude":86.9842256},{"name":"Vitali Raikov","role":"Systems Engineer (VIP)","bio":"<p>Love traveling to non standard destinations. Am a geek in heart. Love board games. Am also a huge aviation enthusiast.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/10d1ece7f76875578b4d66ed167043a2c9aa744cf70e6324d44ecf9628bb4343","latitude":59.43696079999999,"longitude":24.7535746},{"name":"Kristian Vitozev","role":"Team Lead","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/bf4d74648cfcd0892b30aa640a7268a19830824602d760a8e43efa224557111d","latitude":42.6977082,"longitude":23.3218675},{"name":"Vlad Olaru","role":"Code Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/4f3e590f241ae84c4b8a61fb00b16de652fb112024970ff3e6ad7ca946df10c6","latitude":47.1584549,"longitude":27.6014418},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-18.512178,"longitude":-44.5550308},{"name":"Iliya Polihronov","role":"Systems Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/900734b2ec35e0bfaaeafc6e2bfe69de1a909dec56a6c40df6ba829b956af95b","latitude":42.6977082,"longitude":23.3218675},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":1.352083,"longitude":103.819836},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":44.016521,"longitude":21.005859},{"name":"Vojta Smrcek","role":"Android developer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/2c003df944c812209107d466f2952421ef5b8a0364cfba8503cb7941b65f818c","latitude":50.0755381,"longitude":14.4378005},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":37.4315734,"longitude":-78.6568942},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":18.0178743,"longitude":-76.8099041},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.46366700000001,"longitude":-3.74922},{"name":"Wac\u0142aw Jacek","role":"Code Wrangler","bio":"<p>Ouch, my face! Be careful where you're clicking.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7e45a688d87cbe160aee617a9b661b82dbb6347c1ef6c8bc9699653f250267b0","latitude":49.8103103,"longitude":19.0956283},{"name":"Carolina Wagner","role":"Senior Director, AdTech Partnerships","bio":"<p>Interested in all things programmatic.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7effce7aad0031767a1dfbdc44552dfaabf4cb6459cdacfaeb14fc19fa6f206c","latitude":31.9685988,"longitude":-99.9018131},{"name":"","role":"Designer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.6569225,"longitude":-0.1949252},{"name":"Bryan Miller","role":"WordPress Special Projects (Team 51) TAM","bio":"<p>While I try to avoid the word \u201cobsessed\u201d and prefer terms like \u201cdedication\u201d or \u201clove,\u201d my life has been one of passionate (obsessive) engagement and trying to bring those passions into conversation with each other. Early in my life, I developed a love of technology (imagine the young teenager with an intro programming book trying to make flashy text on a geocities website) and a weird fascination with finance and business (my best friend and I opened our first brokerage accounts in junior high). Soon after, my interests turned towards the humanities with a few too many degrees in philosophy and religion before coming full-circle in the form of a niche marketing and web development agency that focuses primarily on mission-driven nonprofits and businesses. Now I work for the Special Projects Team as a Technical Account Manager<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/5e290bf756939b9f6a52a50484593325bc384dec7908067a1832860db965b4e7","latitude":38.9716689,"longitude":-95.2352501},{"name":"Walt Howd","role":"VIP Systems Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c3fe8b72fa7e097ddc11e81998c5309768ff5a49662be8ef74578ab0df3b0afa","latitude":37.9642529,"longitude":-91.8318334},{"name":"Joshua Thompson","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6916b5cb6ca262c313a91e1fa888a1783d48e5153c7bc387768d017c06722d6b","latitude":37.0870821,"longitude":-76.4730122},{"name":"","role":"Human Resources Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-1.1748105,"longitude":36.8304102},{"name":"Warren Holmes","role":"Product Lead for WooCommerce","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/a6a6c2cd8048d22e88e32f70b597af5635c99ea41893828774931efcfa237d82","latitude":-33.3270001,"longitude":115.6408421},{"name":"Jaclyn Chen","role":"Mobile Wrangler","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/13dafa65237ffe03dac8e8eb3a408a68e2ea6f1569470aa0b40992ef29d23e08","latitude":25.0329636,"longitude":121.5654268},{"name":"Whitney Dominiack","role":"Procurement","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/8b5b98a0d0d310a1344880278c392cfbcc07d10c772e93e48ce2c480331c32f0","latitude":45.6387281,"longitude":-122.6614861},{"name":"Web Griebel","role":"Head of Payment Partnerships & Business Development, WooCommerce","bio":"<p>Payment Partnerships & BD - WooCommerce<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0c777245612fc5e7a9e95bb4319d2d8b1d7d19c9a81c4909284eb18d3581a4d8","latitude":38.984652,"longitude":-77.0947092},{"name":"Ryan Welcher","role":"Developer Relations Advocate","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/f34958374f72e0e576454ecbbd477b56e86534f8777fd306fbf165e94d9f8d38","latitude":45.0389565,"longitude":-79.3078787},{"name":"","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-18.512178,"longitude":-44.5550308},{"name":"Welly Shen","role":"JavaScript Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c3bb8d897bb538896708195dd9eb162f585654611c50a3a1c9a16a7b64f33270","latitude":25.0329636,"longitude":121.5654268},{"name":"Wesley Rosa","role":"Code Wrangler","bio":"<p>Brazilian guy from S\u00e3o Paulo who was passionate about coding before knowing what it was. Half of my life converting logic into great products for different kinds of customers. I also love to develop small games in my spare time.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/f104ed1b19046272173353a75b04f26472d81d64022050ed4bdf7e8fd39be00b","latitude":-23.5505199,"longitude":-46.63330939999999},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.1872023,"longitude":44.515209},{"name":"Peter Westwood","role":"Chief Hygiene Officer","bio":"<p>Blogs: <a href=\"http:\/\/westi.wordpress.com\/\" rel=\"nofollow\">Westi on WordPress<\/a>, <a href=\"http:\/\/blog.ftwr.co.uk\/\" rel=\"nofollow\">follow the white rabbit<\/a><\/p>\n<p>For a while Peter lived a double life as an embedded developer by day and a WordPress lead developer by night. He then escaped from the 9-5 and switched to working with WordPress full-time. Little does he know we'll never let him out of our sight again... He loves food, drink, photography, and classic cars but will often be found basking in the glow of a computer screen whilst trying to resolve an obscure bug.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/b9dd05722c5649dacbceaa3045eb10a23a54286a3510aab4b33aa58292f9597c","latitude":39.5500507,"longitude":-105.7820674},{"name":"Wes Theron","role":"Instructional Designer","bio":"<p>I am an Instructional Designer at Automattic. I love travelling and experiencing new things. A few of my happy places: in the mountains, on a farm, overseas, in a coffee shop, camping and being with my family. I am a husband, father, educator and see myself as a lifelong learner.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/103244d69358ca20db2213bcb0b3dd7bf1c5e798aa83c7efd784b3e597a8d228","latitude":-40.3544628,"longitude":175.6097478},{"name":"Jake Spurlock","role":"Senior Director, Customer Success","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/70c83ce0b076a495b73ee5823d0007c7b8e340fbc920c61286d2750deafa6a77","latitude":37.9779776,"longitude":-122.0310733},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":-23.5505199,"longitude":-46.63330939999999},{"name":"Ojoma Emina","role":"Happiness Engineer","bio":"<p>Hey! I am Ojoma, a Computer Engineer who gives his hundred percent in any work that he chooses to do. I love technology, as technology has the power to solve our many problems within just a minute. <\/p>\n<p>Exploring the world of computers a bit more every day. The ideas that we have can create a new masterpiece!<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/67de4cab22e445ed0b8dde2065e684a7b2ae8cc4511260febf06820daef07b1d","latitude":6.601838,"longitude":3.3514863},{"name":"Will Burgess","role":"Software Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/400fb0b9f721a14c209e8fab534a6489467b0a0a48761bd3efac27cb23ef2b14","latitude":36.778261,"longitude":-119.4179324},{"name":"William Viana","role":"Team Lead","bio":"<p>William was born in Brazil but moved to Spain with his family when he was 11. As a teenager, he got interested in programming because of his passion for videogames. Soon after, William found out about the Open Source movement, which led him to contribute to open-source projects during his years in college. After an internship at Last.fm, he got really into web development and web-scale problems. He loves learning new things, doing Coursera courses, and lately is deep into deep learning.<\/p>\n<p>He's a father of three and enjoys spending time with his wife and kids, which are the most important part of his life. He still plays videogames, although more casually, and can't wait to play Mario Kart with his kids when they get old enough. He likes reading (although he confesses that hasn't been reading much lately), watches anime from time to time, and has always been fascinated by the Japanese culture. Before joining Automattic, he was an avid consumer of podcasts during his commute. Well, not anymore \u00af\\_(?)_\/\u00af. He has been practicing Brazilian jiu-jitsu for the past four years, and it's one of the hobbies that he wants to keep doing for a long time.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/280e4e232ad1fc783c7e2c3dc1b94d56a0455b9fc45ccdcadf5dc328c77b482d","latitude":40.4167754,"longitude":-3.7037902},{"name":"","role":"Tax Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.4634771,"longitude":19.1726974},{"name":"Wojtek Naruniec","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/33e4cd651f3baf18e1a62a9e6c2036a1b2389e42c54d6effa046a1f3334bfeeb","latitude":51.1078852,"longitude":17.0385376},{"name":"Wojtek Zieba","role":"Android Engineer","bio":"<p>I specialize in mobile app engineering, with a strong focus on Android. However, I enjoy exploring a wide range of technologies to keep my perspective broad and versatile.<\/p>\n<p>Currently, I collaborate with product teams to enhance their success by improving developer experience and removing technical blockers.<\/p>\n<p>Proud creator of Matticspace Mobile!<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/56a374534bcee42bf0225be03a1fd00abc987a8477f8fcec4f226b521dd244bb","latitude":52.8814838,"longitude":20.6197948},{"name":"","role":"Product Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.253775,"longitude":-85.323214},{"name":"Dominique Rossouw","role":"Accounts Payable Wrangler","bio":"<p>A born and bred Capetonian, animal adoption advocate, obsessive list-maker & lover of organisation. Dominique joined Automattic 4 years ago and has been a happy member of the family ever since.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/7a3323b2509dd402e24d6196aac90ae0769f08fc1e4eca3cd7500f28aad9b32a","latitude":-33.9248685,"longitude":18.4240553},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"Glenn Pearson","role":"VIP Support Engineer","bio":"<p>My name is Glenn. I live in Lethbridge, Alberta, Canada. I am originally from North Carolina. I am married (28 years) and have a Daughter (27). I have been taking things apart since I was a kid. I was a Commodore 64 owner at age 12 :slightly_smiling_face: . I served in the US AirForce for 6 years then worked for the Federal Bureau of Prisons for 10 years. I moved to Canada in 2007 and opened a photography studio, then closed it in 2015. I taught myself HTML 1 back in 1999. I started building most of my sites in HTML typed up on notepad until I found Macromedia Dreamweaver (I still have my Studio 8 backpack haha!). I found WordPress in 2008 and had a touch and go with it until 2015 when I started working with it exclusively. I love helping people with tech and showing them how to get themselves an online presence and being safe and secure about it. I am always learning new stuff and am consumed by never ending knowledge available here.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/911eb39640b54201aa2e92087eb02259120cef7cba3c33cd1143f19ce896f72d","latitude":49.69349,"longitude":-112.84184},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":0.3987229,"longitude":32.47927440000001},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.9630814,"longitude":43.8102461},{"name":"Pinar Olguc","role":"Mobile Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/cd6460725a8844ae3375f802d9056c15bcc87e1e949784337c997cd0434bedcf","latitude":41.0082376,"longitude":28.9783589},{"name":"Shantanu Desai","role":"VIP Support Lead, APAC","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/d35cb26b107ed5bc248cd7ae64fb636d2976fa64698491f9d4fb2240bd0f3efe","latitude":19.7514798,"longitude":75.7138884},{"name":"Wes Rasada","role":"Support Engineer (VIP)","bio":"<p>Greetings! <\/p>\n<p>I'm a Support Engineer for WordPress VIP based out of Northern Idaho. I was born and raised in Southern California (Los Angeles) and moved to Idaho at the end of 2016 to be closer to family. <\/p>\n<p>Extremely passionate about technology and finding all the cool gadgets. In my spare time I enjoy the outdoors, ballroom dancing, gym, and playing games with friends!<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/798926d949b8b2e364f6cbd22a6a9320a69781ce0174c2a1b6168a9bb4c2a945","latitude":47.7179578,"longitude":-116.9515856},{"name":"Christie Wright","role":"Chief Customer Officer","bio":"<p>Christie's background is in digital media. She's always been interested in publishing workflows and tools that make production teams more efficient (templates, documentation, calendars, and those sorts of things). Coffee is her best friend and she spends as much time outside climbing, hiking, trying to surf, and skateboarding as possible.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/513c95c95924206dd691b8d71f2de12fb5fec9c80d2b8f60a479ee41a81e8606","latitude":43.6221108,"longitude":-116.2381744},{"name":"Volodymyr Kolesnykov","role":"Sr. Bug Developer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/f23a31899a1a8bb264f623f42ab94534d5ff9d5ff8482af2350e33cfe5de28db","latitude":50.579141,"longitude":30.2150743},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":55.340396,"longitude":38.2917651},{"name":"Wyn Barnett","role":"Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/8e876231dea57283bf5d9e5b534a6077091fbc1951fa82abdfffe7ecee09176f","latitude":40.7607793,"longitude":-111.8910474},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":41.3850639,"longitude":2.1734035},{"name":"","role":"Accounting Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":34.0489281,"longitude":-111.0937311},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":46.227638,"longitude":2.213749},{"name":"","role":"Inference Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.0583238,"longitude":-74.4056612},{"name":"","role":"Technical Account Manager","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":35.7595731,"longitude":-79.01929969999999},{"name":"Ellie (Yael) Rubinstein","role":"Head of Pocket Casts","bio":"<p>My name is Yael (Nick name - Ellie) and I am so excited to possibly become a part of the Hogwarts team!<\/p>\n<p>About 7 years ago, I followed my heart to San Francisco and fell in love with this (extremely expensive ????) city. I studied software engineering back in Israel and been doing mostly iOS development since iOS 3.0.<br \/>\nI love the form of creation we are able to achieve as mobile developers, where users can actually touch what we build and create, on the go, where ever they are.<\/p>\n<p>A bit about other parts of my life:<br \/>\nI used to be a competitive swimmer growing up and even though I had to quit when I was 18 (mandatory army service), I still swim for fun (2-3 km a practice).<br \/>\nRecently, I have become a true (more like addicted ????) Yogi. I highly recommend it to anyone.<br \/>\nSo when I'm not working, I'm usually in the pool or on my yoga mat.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/ab9d542f6e7595da93c73ed1cb56cdfba75687e3f0f58b94e42bfa6ed1a260ab","latitude":36.1699412,"longitude":-115.1398296},{"name":"Yashita Mittal","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/c1ef7efc0ae12036ec9e4c2ffd94f9abd436815c4e886d39b8ab9d0691ba48e7","latitude":28.7040592,"longitude":77.10249019999999},{"name":"Yashwin Poojary","role":"Software Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/3bf5fc9e0fc9636090fde94257f72778addd12f46a347c2e78f36ce621de75ef","latitude":12.9715987,"longitude":77.5945627},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":51.45512009999999,"longitude":-0.9787475},{"name":"Yida Yin","role":"Growth Marketer, Lead-Gen, WooCommerce","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/104689c1c1d28a68b3f190b35eb26292e11d44ced3aa42ea267719a54558bca4","latitude":51.7612056,"longitude":-1.2464674},{"name":"Yoli Hodde","role":"VIP Docs Doctor","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/e7e14dd882abbe29bbcb6fba30dedd0efd1c0a968809a881e285565b9a477460","latitude":41.7557501,"longitude":-124.2025913},{"name":"","role":"Systems Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":42.1354079,"longitude":24.7452904},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":7.1986064,"longitude":-75.34121789999999},{"name":"Riad Benguella","role":"Keeper Of The Blocks","bio":"<p>From Oran, Algeria, Riad is a passionate software engineer with special interest in Web technologies. While AFK, He likes to spend time with family and friends. He enjoys biking, tennis, playing video games,<br \/>\nor improvising some notes on his guitar<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/4358d28c1e85f9015cb3363e024e2b238bccb44d05c4b84e9a38aafef0d83ac9","latitude":38.3677895,"longitude":-0.4717032},{"name":"P\u00e9ter Kiss","role":"General-purpose Software Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/24e39dacb99136b89482f78074367c4216761e3e1b916621170f8e46a2516db2","latitude":47.6795337,"longitude":19.0668602},{"name":"Yuliyan Slavchev","role":"JavaScript Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/8ab2f9f50e926b28ca01670502f3a6cf02fc99b21ec3e4e5811e69d91e4a1b8e","latitude":43.2140504,"longitude":27.9147333},{"name":"","role":"Analytics Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":47.7510741,"longitude":-120.7401386},{"name":"Yuki Katayama","role":"Woo Happiness Engineer","bio":"<p>Woo Ninja by day, bassoonist by night, Yuki loves helping people, discovering new foods, being in good company, and the occasional band nerd conversations. Though she can be shy, she's been known to be quite the <a href=\"http:\/\/www.thebreakingwinds.com\/\" rel=\"nofollow\">ham<\/a> on stage.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/0eed560318a52786f3dfc191f2f1bcb99b82008d50a09d29582c642a0c09db91","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":39.011902,"longitude":-98.4842465},{"name":"Zack Amrani","role":"Account Executive, Jetpack","bio":"<p>First a little bit about me personally, I enjoy taking two walks every day with my adorable dog, Eevee (Standard Poodle). I'm big on family and connect with them most days out of the week. After work, I'll be with my fiance going to the gym, watching a show, or playing a board game (big Catan fan).<\/p>\n<p>On a professional level, I really enjoy working with a team to create and execute sales campaigns. My primary goal is to provide world-class service and exceed expectations. Also, I'm always happy to lend a helping hand on a project or to grab a virtual coffee! Feel free to reach out and I'm happy to introduce myself.<\/p>\n","image":"https:\/\/1.gravatar.com\/avatar\/dbb65b0ab66560965a04a84cebcf12460520265efe405b674792512feea3e821","latitude":35.5820319,"longitude":-80.8140473},{"name":"Francesco Bigiarini","role":"Code Wrangler","bio":"<p>I am a computer programmer, lover of languages and hacker.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/2ad2b2ffe0f71f600dd7461c3b05569f6b1f65addac74d5bd77a8da9f85131f2","latitude":43.54010299999999,"longitude":12.0521433},{"name":"Luis Felipe Zaguini","role":"Senior Software Engineer","bio":"<p>I'm a Brazilian engineer focused on front-end. I was born in 1996 and throughout my career I worked for Serasa, a credit bureau here in Brazil, and Toptal as a core team member.<\/p>\n","image":"https:\/\/0.gravatar.com\/avatar\/98f8c3715a923d21291ae969b3c9921a474113d05a15bf3774c1010f47a99ac9","latitude":-26.9165792,"longitude":-49.0717331},{"name":"","role":"Business Operations Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":36.778261,"longitude":-119.4179324},{"name":"","role":"Division Lead","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":43.2994285,"longitude":-74.21793260000001},{"name":"Denys Zaikin","role":"Happiness Engineer","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/eb2445e249bae534ad56e86d121963c1630326d6aaca73c79ad8e8e066f590c9","latitude":45.6495264,"longitude":13.7768182},{"name":"Zakariae Filali","role":"Code Wrangler","bio":"<p>My name is Zakariae, I am a full-stack software engineer, especially active in web development. A typical day for me starts with a good workout, drinking coffee, and opening my text editor to create awesomeness. I\u2018m an enthusiast of CI\/CD, containerization, and new technologies. I enjoy creating new products that solve interesting problems.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/8478fb336f8a93db7c4f8a2e1c61e6b6db8820204961048c2192ec8644dceb4e","latitude":25.2854473,"longitude":51.53103979999999},{"name":"Greg Bell","role":"Quality Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/43df04dcb19478f046f2ae13272841072a865bf938d6bf6efcc28410372ec013","latitude":39.3209801,"longitude":-111.0937311},{"name":"Adam Zielinski","role":"Code Wrangler","bio":"","image":"https:\/\/2.gravatar.com\/avatar\/5f97bd3b2460e19b580c7af7c535f253768e70f5ca2f675727772d4627ed97f5","latitude":51.1078852,"longitude":17.0385376},{"name":"Igor Zinovyev","role":"Fusion Chef","bio":"<p>Blog: <a title=\"Code Revue\" href=\"http:\/\/coderevue.com\" rel=\"nofollow\">Code Revue<\/a><\/p>\n<p>Igor was born in Moscow, Russia and currently lives there with his wife and kids. Software engineering was always his passion, even though he didn't realize it until the second half of his 20s. Before that from time to time he found himself in strange places like semiconductor physics labs, rock concert stages and ad sales departments. When not wrangling code he juggles toddlers, plays with the cat and throws yawning fits.<\/p>\n","image":"https:\/\/2.gravatar.com\/avatar\/ede478200fe4c66ab6fc103ae78249fdf493929c95cc6cf4142f8e79c64f3e8b","latitude":55.755826,"longitude":37.6173},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":38.8026097,"longitude":-116.419389},{"name":"","role":"Code Wrangler","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":45.1,"longitude":15.2000001},{"name":"","role":"Happiness Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/9f3d4f181b9b6232bc277a445a462abcfb905b6495887679864a297b16ada1df?s=200&d=","latitude":40.0583238,"longitude":-74.4056612},{"name":"Julio Zubillaga","role":"Analytics Engineer","bio":"","image":"https:\/\/0.gravatar.com\/avatar\/6ed4ff9dbcc930b53e235cae51c82d77b8ffe1fa9e42da8db80fd8977927748e","latitude":39.5500507,"longitude":-105.7820674},{"name":"Zohair Yousafi","role":"Happiness Engineer","bio":"","image":"https:\/\/1.gravatar.com\/avatar\/16654a92bea617b64e5b6f8bd92f074492278387523964ab4e22e320b64a6e07","latitude":31.55460609999999,"longitude":74.3571581}]; /* ]]> */ </script> <script type="text/javascript" src="https://automattic.com/wp-content/themes/a8c/automattic-2011/includes/biofilter.js?m=1698760999i&ver=20210709" id="biofilter-js"></script> <script type="text/javascript" src="https://automattic.com/wp-content/themes/a8c/automattic-2011/includes/leaflet.js?m=1537541427i&ver=1.3.4" id="leaflet-js"></script> <script type="text/javascript" src="https://automattic.com/wp-content/themes/a8c/automattic-2011/includes/map.js?m=1730295432i&ver=2.0" id="automatticians-map-js"></script> <script type="text/javascript"> (function () { var wpcom_reblog = { source: 'toolbar', toggle_reblog_box_flair: function (obj_id, post_id) { // Go to site selector. This will redirect to their blog if they only have one. const postEndpoint = `https://wordpress.com/post`; // Ideally we would use the permalink here, but fortunately this will be replaced with the // post permalink in the editor. const originalURL = `${ document.location.href }?page_id=${ post_id }`; const url = postEndpoint + '?url=' + encodeURIComponent( originalURL ) + '&is_post_share=true' + '&v=5'; const redirect = function () { if ( ! window.open( url, '_blank' ) ) { location.href = url; } }; if ( /Firefox/.test( navigator.userAgent ) ) { setTimeout( redirect, 0 ); } else { redirect(); } }, }; window.wpcom_reblog = wpcom_reblog; })(); </script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script><script src="//stats.wp.com/w.js?67" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'54117','blog_tz':'0','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'54117','v':'wpcom','tz':'0','user_id':'0','post':'60','subd':'automattic'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1lSiYrZXhzUkM5fD1uTDNLUGt6QzVbd3FKb3Q4aWxfXXI3YWo4Qz1OQTklbU5iaFcmUVFuNjY9c2xqOUdMWmdBL19wOGp1T3xISjRRdT1tTj0xUG4vS0p4Y3xOZ2JRWVpORElfYUVGMCYlXUV5b0VaVVEzMjc9eUVyL1FlWzBXJS5DMEpYZUVqRC1tbXZscTRxTjJNK29lXzRTJWRdRU4rfnNrVlc1TTVbNC9oZlpSV2hrNF82Y1p+ek98RHNbLUdEQkFkRHAwS3phQTEscjlZcDNUJk5aVmkyUHhqfC5pbmklOHN0bkhTVXxNd2RTZ0ljLVRbZSZMK0UlNWQsTGVNMzFaYndDM1IrS0VaVj83altEWVtKK2l8'}]); _stq.push([ 'clickTrackerInit', '54117', '60' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript> <script defer id="bilmur" data-customproperties="{"logged_in":"0","wptheme":"a8c\/automattic-2011","wptheme_is_block":"0"}" data-provider="wordpress.com" data-service="simple" data-allow-hidden="true" src="/wp-content/js/bilmur.min.js?i=12&m=202448"></script><script defer id="bilmur" data-customproperties="{"logged_in":"0","wptheme":"a8c\/automattic-2011","wptheme_is_block":"0"}" data-provider="wordpress.com" data-service="simple" data-allow-hidden="true" src="/wp-content/js/bilmur-4.min.js?i=12&m=202448"></script><script> ( function() { function getMobileUserAgentInfo() { if ( typeof wpcom_mobile_user_agent_info === 'object' ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ''; if ( wpcom_mobile_user_agent_info.matchedPlatformName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; } if ( wpcom_mobile_user_agent_info.matchedUserAgentName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; } if ( wpcom_mobile_user_agent_info.isIPad() ) { mobileStatsQueryString += '&x_' + 'ipad_views' + '=' + 'views'; } if ( mobileStatsQueryString != '' ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } } document.addEventListener( 'DOMContentLoaded', getMobileUserAgentInfo ); } )(); </script> <script type="text/javascript"> console.log( 'Ready to wrangle JavaScript? https://automattic.com/work-with-us/' ); var pg = document.location.href; function get_cookie( key ) { var pairs = document.cookie.split( '; ' ); for ( var i = 0, pair; pair = pairs[ i ] && pairs[ i ].split( '=' ); i++ ) { if ( decodeURIComponent( pair[ 0 ] ) === key ) { return decodeURIComponent( pair[ 1 ] ) || ''; } } return null; } function set_cookie( key, value, options = {} ) { if ( typeof options.expires === 'number' ) { var days = options.expires, t = options.expires = new Date(); t.setDate( t.getDate() + days ); } value = String( value ); return ( document.cookie = [ encodeURIComponent( key ), '=', encodeURIComponent( value ), options.expires ? '; expires=' + options.expires.toUTCString() : '', options.path ? '; path=' + options.path : '', options.domain ? '; domain=' + options.domain : '', options.secure ? '; secure' : '' ].join( '' ) ); } if ( pg.indexOf( 'work-with-us' ) != -1 ) { // check on jobs page if ( pg.length > 37 ) { // check if detail page var jvct = get_cookie( 'jvct' ); if ( typeof( jvct ) === "undefined" ) { jvct = 0; } else { jvct = parseInt( jvct ); } if ( isNaN( jvct ) ) { jvct = 0; } jvct = jvct + 1; set_cookie( 'jvct', jvct, { expires: 60, path: '/' } ); if ( jvct > 3 ) { var nudge = '<div class="jobs-notes-back card"><h4>Hey there!</h4><p>We couldn’t help but notice that you’ve visited this page a few times. It looks like you’re really thinking about working here, huh?</p><p>Give it a shot and apply already!</p></div>'; if ( jvct === 1337 ) { nudge = '<div class="jobs-notes-back card"><h4>We saw what you did there!</h4><p>You like poking around in code, huh? Us too — you seem like just the kind of person we’re looking for. Apply already!</p></div>'; } // display card flipper var sidebar = document.querySelector( '.jobsidebar' ); if ( sidebar ) { var wrapped = '<div class="card-container">' + sidebar.outerHTML + '</div>'; sidebar.outerHTML = wrapped; sidebar = document.querySelector( '.jobsidebar' ); var nudgeEl = document.createElement( 'div' ); sidebar.appendChild( nudgeEl ); nudgeEl.outerHTML = nudge; setTimeout( function() { sidebar.classList.toggle( 'flipped' ); }, 1000 ); setInterval( function() { sidebar.classList.toggle( 'flipped' ); }, 20000 ); } var notes = document.querySelector( '.jobs-notes' ); notes && notes.classList.add( 'card' ); } } } // check on Systems Wrangler page if ( pg.indexOf( 'systems-wrangler' ) !== -1 ) { var init = function () { resizeMap(); }; // On page load/ready if ( document.readyState === 'loading' ) { document.addEventListener( 'DOMContentLoaded', init ); } else { init(); } var resizeId; // On resize window.addEventListener( 'resize', function () { clearTimeout( resizeId ); resizeId = setTimeout( resizeMap, 500 ); } ); function resizeMap() { var jobsList = document.querySelector( '.jobs-list' ); var w = jobsList ? jobsList.offsetWidth : 0; var h = Math.round( w / 2 ); var iframe = document.querySelector( '.embed-anycast-map iframe' ); if ( iframe ) { iframe.setAttribute( 'src', 'https://ac-map.automattic.com/?w=' + w.toString() + 'h=' + h.toString() ); iframe.setAttribute( 'width', w ); iframe.setAttribute( 'height', h ); } } } </script> <script type="speculationrules"> { "prerender": [ { "urls": [ "/", "/work-with-us/", "/about/" ] } ] } </script> </body> </html> <!-- generated in 0.187 seconds 671185 bytes batcached for 300 seconds -->