<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Christopher Sanchez</title>
  <subtitle>In-browser explainers of the technical foundations behind modern computing — machine learning, statistics, and the systems beneath them. Each piece is something you can manipulate, not just read.</subtitle>
  <link href="https://christophersanchez.dev/feed.xml" rel="self" type="application/atom+xml" />
  <link href="https://christophersanchez.dev/" />
  <id>https://christophersanchez.dev/</id>
  <updated>2024-11-15T00:00:00.000Z</updated>
  <author>
    <name>Christopher Sanchez</name>
    <email>Chris@ChristopherSanchez.dev</email>
  </author>
  <entry>
    <title>Logic Gates and Boolean Algebra: The Foundation of Digital Computing</title>
    <link href="https://christophersanchez.dev/blog/logic-gates-and-boolean-algebra/" />
    <id>https://christophersanchez.dev/blog/logic-gates-and-boolean-algebra/</id>
    <published>2024-11-15T00:00:00.000Z</published>
    <updated>2024-11-15T00:00:00.000Z</updated>
    <summary>Explore how transistors combine to form logic gates, the fundamental building blocks that power every digital computation in modern computers.</summary>
    <author>
      <name>Christopher Sanchez</name>
      <email>Chris@ChristopherSanchez.dev</email>
    </author>
    <category term="Computer Architecture" />
    <category term="Hardware" />
    <category term="logic-gates" />
    <category term="boolean-algebra" />
    <category term="transistors" />
    <category term="digital-computing" />
    <category term="cpu" />
  </entry>
  <entry>
    <title>Am I Your Type? Understanding Data Types in Programming</title>
    <link href="https://christophersanchez.dev/blog/am-i-your-type/" />
    <id>https://christophersanchez.dev/blog/am-i-your-type/</id>
    <published>2024-10-15T00:00:00.000Z</published>
    <updated>2024-10-15T00:00:00.000Z</updated>
    <summary>Discover how data typing impacts performance, memory usage, and security in programming. Learn to optimize your code with practical examples using Python and Pandas.</summary>
    <author>
      <name>Christopher Sanchez</name>
      <email>Chris@ChristopherSanchez.dev</email>
    </author>
    <category term="Data Science" />
    <category term="Programming" />
    <category term="python" />
    <category term="pandas" />
    <category term="data-types" />
    <category term="memory-optimization" />
    <category term="performance" />
  </entry>
</feed>