<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<title>9o</title>
	<subtitle>Blog about coding and my personal thoughts</subtitle>
	<updated>2026-05-12T00:00:00Z</updated>
	<link rel="alternate" type="text/html" href="https://9o.is" />
	<id>https://9o.is/atom.xml</id>
	<link rel="self" type="application/atom+xml" href="https://9o.is/atom.xml" />
<entry>
	<title>Why Snapshot Testing is easy but not simple</title>
	<link rel="alternate" type="text/html" href="https://9o.is/why-snapshot-testing-is-easy-but-not-simple.html" />
	<id>https://9o.is/why-snapshot-testing-is-easy-but-not-simple.html</id>
	<updated>2026-05-09T00:00:00Z</updated>
	<published>2026-05-09T00:00:00Z</published>
	<author>
		<name>Jul</name>
		<uri>https://9o.is</uri>
	</author>
	<summary>An analytical critique of Jest snapshot testing, arguing that the practice prioritizes immediate ease over architectural simplicity. By asserting against the entirety of a function&#39;s serialized output, snapshots violate the robustness principle and frequently fail due to benign structural modifications. The article explores how this brittleness degrades test suite reliability and advocates for transitioning to targeted, explicit assertions and dedicated visual regression tools.</summary>
</entry>
<entry>
	<title>What is blockchain?</title>
	<link rel="alternate" type="text/html" href="https://9o.is/what-is-blockchain.html" />
	<id>https://9o.is/what-is-blockchain.html</id>
	<updated>2017-03-01T00:00:00Z</updated>
	<published>2017-03-01T00:00:00Z</published>
	<author>
		<name>Jul</name>
		<uri>https://9o.is</uri>
	</author>
	<summary>&quot;What is blockchain?&quot; was the one question people at the IBM Garage asked the most after several new Garage locations were announced, due to the high demand for consultancy services related to blockchain-as-a-service. With my experience working at a Bitcoin startup, I aim to answer that question by walking you through smart contracts, a bit of Bitcoin&#39;s history, and the differences between Bitcoin and private blockchains.</summary>
</entry>
</feed>
