chris.bracken.jp

Statically generated site for chris.bracken.jp
git clone https://git.bracken.jp/chris.bracken.jp.git
Log | Files | Refs

index.html (2999B)


      1 <!doctype html>
      2 <html lang="en">
      3 <head>
      4 <meta charset="utf-8">
      5 <meta name="viewport" content="width=device-width, initial-scale=1">
      6 <title>Job Search, Search Job - Chris Bracken</title>
      7 <link href="/css/site.css" rel="stylesheet">
      8 <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
      9 <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
     10 <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
     11 <link rel="manifest" href="/favicon/site.webmanifest">
     12 <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg" color="#140f42">
     13 <link rel="shortcut icon" href="/favicon/favicon.ico">
     14 <meta name="msapplication-TileColor" content="#603cba">
     15 <meta name="msapplication-config" content="/favicon/browserconfig.xml">
     16 <meta name="theme-color" content="#ffffff">
     17 </head>
     18 <body>
     19 <header id="header">
     20 <div class="site-title">
     21 <h1><a href="/">Chris Bracken</a></h1>
     22 </div>
     23 
     24 <nav class="site-navbar">
     25 <ul id="menu" class="menu">
     26   <li class="menu-item"><a class="menu-item-a" href="/">Home</a></li>
     27   <li class="menu-item"><a class="menu-item-a" href="/about/">About</a></li>
     28   <li class="menu-item"><a class="menu-item-a" href="/code/">Code</a></li>
     29   <li class="menu-item"><a class="menu-item-a" rel="me"href="https://bsd.network/@cbracken">Fediverse</a></li>
     30 </ul>
     31 </nav>
     32 </header>
     33 <main id="main">
     34 <article>
     35 <h2 class="post-title"><a href="https://chris.bracken.jp/2011/05/job-search-search-job/">Job Search, Search Job</a></h2>
     36 06 May 2011
     37 <p>After close to seven years with <a href="https://www.morganstanley.com">Morgan Stanley</a>, I&rsquo;ve turned in my badge
     38 and exited the world of finance. I first joined Morgan Stanley in Tokyo in 2004
     39 working in the Equities Technology group focusing on scalability in the trade
     40 processing plant. Throughout my career at Morgan, I&rsquo;ve had the pleasure of
     41 working alongside a lot of incredibly bright people on some very interesting and
     42 challenging problems, mainly focusing on scalability, parallelism and system
     43 architecture.</p>
     44 <p>After being made the offer one sunny Kyoto morning, and giving it some serious
     45 contemplation, I&rsquo;ve accepted a position with <a href="https://google.com">Google</a> in <a href="https://goo.gl/maps/gxWf">Mountain View,
     46 California</a>. While there&rsquo;s no question I&rsquo;ll miss working with all the
     47 people who made my time at Morgan Stanley such an awesome experience, I&rsquo;m
     48 excited about joining Google, and looking forward to working on some tough and
     49 interesting problems in a very unique environment.</p>
     50 </article>
     51 </main>
     52 
     53 <footer id="footer">
     54 <div class="copyright">
     55 <span xmlns:dct="http://purl.org/dc/terms/" xmlns:cc="http://creativecommons.org/ns#">
     56 The content of this site by
     57 <a rel="cc:attributionURL" href="https://chris.bracken.jp/about"><span rel="cc:attributionName">Chris Bracken</span></a>
     58 is
     59 <a href="https://creativecommons.org/licenses/by/4.0">CC BY 4.0</a>.
     60 </span>
     61 </div>
     62 </footer>
     63 </body>
     64 </html>