<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Book Reviews on Dadbot</title><link>https://dadbot.blog/books/</link><description>Recent content in Book Reviews on Dadbot</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 20 Feb 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://dadbot.blog/books/index.xml" rel="self" type="application/rss+xml"/><item><title>Book Review: Deep Work by Cal Newport</title><link>https://dadbot.blog/books/deep-work-review/</link><pubDate>Tue, 20 Feb 2024 00:00:00 +0000</pubDate><guid>https://dadbot.blog/books/deep-work-review/</guid><description>&lt;h2 id="the-core-argument"&gt;The Core Argument&lt;/h2&gt;
&lt;p&gt;Deep work is a competitive advantage. You get better results by working with intensity and fewer context switches.&lt;/p&gt;
&lt;h3 id="what-helped-most"&gt;What Helped Most&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Scheduling focus blocks like meetings&lt;/li&gt;
&lt;li&gt;Reducing inbox checks to set times&lt;/li&gt;
&lt;li&gt;Tracking output over hours worked&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="what-i-changed"&gt;What I Changed&lt;/h3&gt;
&lt;p&gt;I moved all notifications off my phone and built two 90-minute focus blocks into my mornings.&lt;/p&gt;
&lt;h3 id="rating-45"&gt;Rating: 4/5&lt;/h3&gt;
&lt;p&gt;Great if you need a reset. Some ideas repeat, but the habits are practical.&lt;/p&gt;</description><content:encoded><![CDATA[<h2 id="the-core-argument">The Core Argument</h2>
<p>Deep work is a competitive advantage. You get better results by working with intensity and fewer context switches.</p>
<h3 id="what-helped-most">What Helped Most</h3>
<ul>
<li>Scheduling focus blocks like meetings</li>
<li>Reducing inbox checks to set times</li>
<li>Tracking output over hours worked</li>
</ul>
<h3 id="what-i-changed">What I Changed</h3>
<p>I moved all notifications off my phone and built two 90-minute focus blocks into my mornings.</p>
<h3 id="rating-45">Rating: 4/5</h3>
<p>Great if you need a reset. Some ideas repeat, but the habits are practical.</p>
]]></content:encoded></item><item><title>Book Review: The Pragmatic Programmer</title><link>https://dadbot.blog/books/the-pragmatic-programmer-review/</link><pubDate>Mon, 12 Feb 2024 00:00:00 +0000</pubDate><guid>https://dadbot.blog/books/the-pragmatic-programmer-review/</guid><description>&lt;h2 id="why-this-one-sticks"&gt;Why This One Sticks&lt;/h2&gt;
&lt;p&gt;The Pragmatic Programmer is a gentle push toward responsibility, curiosity, and continuous improvement.&lt;/p&gt;
&lt;h3 id="standout-ideas"&gt;Standout Ideas&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Own your work end to end&lt;/li&gt;
&lt;li&gt;Build good tooling habits&lt;/li&gt;
&lt;li&gt;Automate anything repeated&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="what-i-applied"&gt;What I Applied&lt;/h3&gt;
&lt;p&gt;I started logging tiny process improvements weekly. After two months, my workflow felt smoother and faster.&lt;/p&gt;
&lt;h3 id="rating-55"&gt;Rating: 5/5&lt;/h3&gt;
&lt;p&gt;If you only read one software book this year, make it this one.&lt;/p&gt;</description><content:encoded><![CDATA[<h2 id="why-this-one-sticks">Why This One Sticks</h2>
<p>The Pragmatic Programmer is a gentle push toward responsibility, curiosity, and continuous improvement.</p>
<h3 id="standout-ideas">Standout Ideas</h3>
<ul>
<li>Own your work end to end</li>
<li>Build good tooling habits</li>
<li>Automate anything repeated</li>
</ul>
<h3 id="what-i-applied">What I Applied</h3>
<p>I started logging tiny process improvements weekly. After two months, my workflow felt smoother and faster.</p>
<h3 id="rating-55">Rating: 5/5</h3>
<p>If you only read one software book this year, make it this one.</p>
]]></content:encoded></item><item><title>Book Review: Clean Code by Robert C. Martin</title><link>https://dadbot.blog/books/clean-code-review/</link><pubDate>Sat, 03 Feb 2024 00:00:00 +0000</pubDate><guid>https://dadbot.blog/books/clean-code-review/</guid><description>&lt;h2 id="the-short-version"&gt;The Short Version&lt;/h2&gt;
&lt;p&gt;Clean Code is still a strong guide for writing readable, maintainable code, but a few sections show their age.&lt;/p&gt;
&lt;h3 id="what-still-works"&gt;What Still Works&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Naming conventions that optimize for clarity&lt;/li&gt;
&lt;li&gt;Small, focused functions&lt;/li&gt;
&lt;li&gt;Consistent formatting and structure&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="what-feels-dated"&gt;What Feels Dated&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Some Java-specific examples&lt;/li&gt;
&lt;li&gt;A few rules feel absolute when they should be situational&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="how-i-use-it-now"&gt;How I Use It Now&lt;/h3&gt;
&lt;p&gt;I keep the principles, not the prescriptions. The big win is aligning a team around shared readability goals.&lt;/p&gt;</description><content:encoded><![CDATA[<h2 id="the-short-version">The Short Version</h2>
<p>Clean Code is still a strong guide for writing readable, maintainable code, but a few sections show their age.</p>
<h3 id="what-still-works">What Still Works</h3>
<ul>
<li>Naming conventions that optimize for clarity</li>
<li>Small, focused functions</li>
<li>Consistent formatting and structure</li>
</ul>
<h3 id="what-feels-dated">What Feels Dated</h3>
<ul>
<li>Some Java-specific examples</li>
<li>A few rules feel absolute when they should be situational</li>
</ul>
<h3 id="how-i-use-it-now">How I Use It Now</h3>
<p>I keep the principles, not the prescriptions. The big win is aligning a team around shared readability goals.</p>
<h3 id="rating-45">Rating: 4/5</h3>
<p>Great for teams and early-career developers. Skim the examples, focus on the principles.</p>
]]></content:encoded></item><item><title>Book Review: Atomic Habits by James Clear</title><link>https://dadbot.blog/books/atomic-habits-review/</link><pubDate>Thu, 18 Jan 2024 00:00:00 +0000</pubDate><guid>https://dadbot.blog/books/atomic-habits-review/</guid><description>&lt;h2 id="the-book-everyone-recommends"&gt;The Book Everyone Recommends&lt;/h2&gt;
&lt;p&gt;You&amp;rsquo;ve probably seen &amp;ldquo;Atomic Habits&amp;rdquo; recommended approximately 47 times on every productivity list. For once, the hype is justified.&lt;/p&gt;
&lt;h3 id="the-core-idea"&gt;The Core Idea&lt;/h3&gt;
&lt;p&gt;Small habits, consistently applied, compound into remarkable results. It&amp;rsquo;s not about radical change; it&amp;rsquo;s about 1% improvements.&lt;/p&gt;
&lt;h3 id="key-takeaways"&gt;Key Takeaways&lt;/h3&gt;
&lt;h4 id="1-the-four-laws-of-behavior-change"&gt;1. The Four Laws of Behavior Change&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Make it obvious&lt;/strong&gt; - Design your environment&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Make it attractive&lt;/strong&gt; - Bundle with things you enjoy&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Make it easy&lt;/strong&gt; - Reduce friction&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Make it satisfying&lt;/strong&gt; - Immediate rewards matter&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="2-identity-based-habits"&gt;2. Identity-Based Habits&lt;/h4&gt;
&lt;p&gt;Don&amp;rsquo;t say &amp;ldquo;I want to run.&amp;rdquo; Say &amp;ldquo;I am a runner.&amp;rdquo; The goal isn&amp;rsquo;t the behavior; it&amp;rsquo;s becoming the type of person who does that behavior.&lt;/p&gt;</description><content:encoded><![CDATA[<h2 id="the-book-everyone-recommends">The Book Everyone Recommends</h2>
<p>You&rsquo;ve probably seen &ldquo;Atomic Habits&rdquo; recommended approximately 47 times on every productivity list. For once, the hype is justified.</p>
<h3 id="the-core-idea">The Core Idea</h3>
<p>Small habits, consistently applied, compound into remarkable results. It&rsquo;s not about radical change; it&rsquo;s about 1% improvements.</p>
<h3 id="key-takeaways">Key Takeaways</h3>
<h4 id="1-the-four-laws-of-behavior-change">1. The Four Laws of Behavior Change</h4>
<ul>
<li><strong>Make it obvious</strong> - Design your environment</li>
<li><strong>Make it attractive</strong> - Bundle with things you enjoy</li>
<li><strong>Make it easy</strong> - Reduce friction</li>
<li><strong>Make it satisfying</strong> - Immediate rewards matter</li>
</ul>
<h4 id="2-identity-based-habits">2. Identity-Based Habits</h4>
<p>Don&rsquo;t say &ldquo;I want to run.&rdquo; Say &ldquo;I am a runner.&rdquo; The goal isn&rsquo;t the behavior; it&rsquo;s becoming the type of person who does that behavior.</p>
<h4 id="3-environment--willpower">3. Environment &gt; Willpower</h4>
<p>Stop relying on motivation. Design your spaces to make good habits the path of least resistance.</p>
<h3 id="what-i-applied">What I Applied</h3>
<p><strong>Reading habit:</strong></p>
<ul>
<li>Kindle on nightstand (obvious)</li>
<li>No phone in bedroom (removed friction)</li>
<li>Read one page minimum (easy)</li>
<li>Track streak in app (satisfying)</li>
</ul>
<p>Result: 30+ books last year, up from 5.</p>
<h3 id="criticisms">Criticisms</h3>
<ul>
<li>Some concepts feel stretched to fill pages</li>
<li>Heavy on anecdotes</li>
<li>Not groundbreaking if you&rsquo;ve read similar books</li>
</ul>
<h3 id="rating-45">Rating: 4/5</h3>
<p>Worth reading even if you&rsquo;ve read other habit books. Clear&rsquo;s framework is genuinely useful.</p>
<h3 id="who-should-read-this">Who Should Read This</h3>
<ul>
<li>Anyone starting their self-improvement journey</li>
<li>People who&rsquo;ve failed at building habits before</li>
<li>Those who prefer actionable frameworks over theory</li>
</ul>
<hr>
<p><em>What&rsquo;s a habit you&rsquo;re trying to build? Let me know in the comments!</em></p>
]]></content:encoded></item></channel></rss>