<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Data on Blog bazar of a frenchy</title>
    <link>https://dazzling-galileo-470027.netlify.app/tags/data/</link>
    <description>Recent content in Data on Blog bazar of a frenchy</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Sat, 09 May 2026 17:24:16 +0200</lastBuildDate>
    <atom:link href="https://dazzling-galileo-470027.netlify.app/tags/data/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Portfolio Atlas — Six Famous Investment Strategies, Dissected</title>
      <link>https://dazzling-galileo-470027.netlify.app/blog/portfolio-atlas/</link>
      <pubDate>Fri, 08 May 2026 00:00:00 +0000</pubDate>
      <guid>https://dazzling-galileo-470027.netlify.app/blog/portfolio-atlas/</guid>
      <description>&lt;div class=&#34;pa-wrap&#34;&gt;&#xA;  &lt;div class=&#34;pa-embed&#34;&gt;&#xA;    &lt;iframe&#xA;      id=&#34;pa-iframe&#34;&#xA;      src=&#34;https://dazzling-galileo-470027.netlify.app/portfolio-atlas.html&#34;&#xA;      title=&#34;Portfolio Atlas — Famous Investment Strategies&#34;&#xA;      loading=&#34;lazy&#34;&#xA;      scrolling=&#34;no&#34;&#xA;    &gt;&lt;/iframe&gt;&#xA;    &lt;button class=&#34;pa-expand&#34; onclick=&#34;paOpen()&#34; aria-label=&#34;View fullscreen&#34;&gt;&#xA;      &lt;svg width=&#34;16&#34; height=&#34;16&#34; viewBox=&#34;0 0 16 16&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.5&#34;&gt;&#xA;        &lt;path d=&#34;M1 6V1h5M10 1h5v5M15 10v5h-5M6 15H1v-5&#34;/&gt;&#xA;      &lt;/svg&gt;&#xA;      Expand&#xA;    &lt;/button&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&#xA;&lt;div class=&#34;pa-overlay&#34; id=&#34;pa-overlay&#34; onclick=&#34;paClose()&#34;&gt;&#xA;  &lt;div class=&#34;pa-modal&#34; onclick=&#34;event.stopPropagation()&#34;&gt;&#xA;    &lt;button class=&#34;pa-close&#34; onclick=&#34;paClose()&#34; aria-label=&#34;Close&#34;&gt;&#xA;      &lt;svg width=&#34;14&#34; height=&#34;14&#34; viewBox=&#34;0 0 14 14&#34; fill=&#34;none&#34; stroke=&#34;currentColor&#34; stroke-width=&#34;1.8&#34;&gt;&#xA;        &lt;line x1=&#34;1&#34; y1=&#34;1&#34; x2=&#34;13&#34; y2=&#34;13&#34;/&gt;&lt;line x1=&#34;13&#34; y1=&#34;1&#34; x2=&#34;1&#34; y2=&#34;13&#34;/&gt;&#xA;      &lt;/svg&gt;&#xA;    &lt;/button&gt;&#xA;    &lt;iframe&#xA;      id=&#34;pa-iframe-full&#34;&#xA;      title=&#34;Portfolio Atlas — Famous Investment Strategies&#34;&#xA;    &gt;&lt;/iframe&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&#xA;&lt;style&gt;&#xA;.pa-wrap { margin: 2rem 0; }&#xA;&#xA;.pa-embed {&#xA;  position: relative;&#xA;  border-radius: 4px;&#xA;  overflow: hidden;&#xA;}&#xA;&#xA;.pa-embed iframe {&#xA;  width: 100%;&#xA;  height: 900px;&#xA;  border: none;&#xA;  display: block;&#xA;  overflow: hidden;&#xA;}&#xA;&#xA;@media (max-width: 600px) {&#xA;  .pa-embed iframe {&#xA;    height: 600px;&#xA;  }&#xA;}&#xA;&#xA;.pa-expand {&#xA;  position: absolute;&#xA;  top: 14px;&#xA;  right: 14px;&#xA;  display: flex;&#xA;  align-items: center;&#xA;  gap: 6px;&#xA;  padding: 7px 14px;&#xA;  background: #428bca;&#xA;  border: none;&#xA;  border-radius: 3px;&#xA;  color: #fff;&#xA;  font-family: ui-monospace, monospace;&#xA;  font-size: 10px;&#xA;  letter-spacing: .1em;&#xA;  text-transform: uppercase;&#xA;  cursor: pointer;&#xA;  box-shadow: 0 2px 8px rgba(0,0,0,.45);&#xA;  transition: background .15s, box-shadow .15s;&#xA;}&#xA;.pa-expand:hover {&#xA;  background: #2a6496;&#xA;  box-shadow: 0 4px 14px rgba(0,0,0,.55);&#xA;}&#xA;&#xA; &#xA;.pa-overlay {&#xA;  display: none;&#xA;  position: fixed;&#xA;  inset: 0;&#xA;  z-index: 9000;&#xA;  background: rgba(9,9,11,.75);&#xA;  backdrop-filter: blur(4px);&#xA;  animation: pa-fade-in .2s ease;&#xA;}&#xA;.pa-overlay.open { display: flex; align-items: center; justify-content: center; }&#xA;&#xA; &#xA;.pa-modal {&#xA;  position: relative;&#xA;  width: calc(100vw - 80px);&#xA;  height: calc(100vh - 80px);&#xA;  max-width: 1400px;&#xA;  border-radius: 6px;&#xA;  overflow: hidden;&#xA;  box-shadow: 0 32px 80px rgba(0,0,0,.6);&#xA;  animation: pa-scale-in .2s cubic-bezier(.2,.8,.3,1);&#xA;}&#xA;&#xA;.pa-modal iframe {&#xA;  width: 100%;&#xA;  height: 100%;&#xA;  border: none;&#xA;  display: block;&#xA;}&#xA;&#xA;.pa-close {&#xA;  position: absolute;&#xA;  top: 12px;&#xA;  right: 12px;&#xA;  z-index: 10;&#xA;  width: 32px;&#xA;  height: 32px;&#xA;  display: flex;&#xA;  align-items: center;&#xA;  justify-content: center;&#xA;  background: rgba(9,9,11,.72);&#xA;  backdrop-filter: blur(8px);&#xA;  border: 1px solid rgba(255,255,255,.15);&#xA;  border-radius: 3px;&#xA;  color: #eeeef4;&#xA;  cursor: pointer;&#xA;  transition: background .15s, border-color .15s;&#xA;}&#xA;.pa-close:hover {&#xA;  background: rgba(191,64,64,.55);&#xA;  border-color: #bf4040;&#xA;}&#xA;&#xA;@keyframes pa-fade-in  { from { opacity: 0 } to { opacity: 1 } }&#xA;@keyframes pa-scale-in { from { opacity: 0; transform: scale(.97) } to { opacity: 1; transform: none } }&#xA;&#xA;@media (max-width: 600px) {&#xA;  .pa-modal { width: calc(100vw - 24px); height: calc(100vh - 24px); }&#xA;}&#xA;&lt;/style&gt;&#xA;&#xA;&lt;script&gt;&#xA;(function () {&#xA;  var loaded = false;&#xA;  function paOpen() {&#xA;    var overlay = document.getElementById(&#39;pa-overlay&#39;);&#xA;    var iframe  = document.getElementById(&#39;pa-iframe-full&#39;);&#xA;    if (!loaded) { iframe.src = &#39;/portfolio-atlas.html&#39;; loaded = true; }&#xA;    overlay.classList.add(&#39;open&#39;);&#xA;    document.body.style.overflow = &#39;hidden&#39;;&#xA;  }&#xA;  function paClose() {&#xA;    document.getElementById(&#39;pa-overlay&#39;).classList.remove(&#39;open&#39;);&#xA;    document.body.style.overflow = &#39;&#39;;&#xA;  }&#xA;  document.addEventListener(&#39;keydown&#39;, function(e) {&#xA;    if (e.key === &#39;Escape&#39;) paClose();&#xA;  });&#xA;  window.paOpen  = paOpen;&#xA;  window.paClose = paClose;&#xA;})();&#xA;&lt;/script&gt;&#xA;&#xA;&lt;h2 id=&#34;a-note-on-how-this-was-built&#34;&gt;A note on how this was built&lt;/h2&gt;&#xA;&lt;p&gt;This portfolio explorer was my first ever project built with Claude Code — Anthropic&amp;rsquo;s agentic coding tool that runs in the terminal. The experience is worth writing about.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
