<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Posts on Yogesh Lonkar</title>
		<link>https://yogesh.lonkar.org/posts/</link>
		<description>Recent content in Posts on Yogesh Lonkar</description>
		<generator>Hugo</generator>
		<language>en-IN</language>
		
		
		
			<copyright>© lonkar.org</copyright>
		
		
			<lastBuildDate>Thu, 17 Sep 2026 06:30:00 +0530</lastBuildDate>
		
			<atom:link href="https://yogesh.lonkar.org/posts/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Claude and my stale posts</title>
				<link>https://yogesh.lonkar.org/posts/claude-and-my-stale-posts/</link>
				<pubDate>Thu, 17 Sep 2026 06:30:00 +0530</pubDate>
				<guid>https://yogesh.lonkar.org/posts/claude-and-my-stale-posts/</guid>
				<description>&lt;p&gt;This is a first draft.&#xA;I have used Claude on this blog for two days.&#xA;I will come back to this post when I have used it for two months.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-stale-posts&#34;&gt;&#xA;  The stale posts&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#the-stale-posts&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;This blog had five posts.&#xA;The oldest was from 2021 and described hosting on AWS with Cloudflare for DNS.&#xA;I have not used AWS for these sites in years.&#xA;Two more were about my career, written in a hurry, and one of them said &amp;ldquo;currently leading&amp;rdquo; about a job I left in 2023.&#xA;The other two were drafts I never finished.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Engineer: Chapter 2</title>
				<link>https://yogesh.lonkar.org/posts/engineer-chapter-2/</link>
				<pubDate>Thu, 30 Jan 2025 20:13:20 +0100</pubDate>
				<guid>https://yogesh.lonkar.org/posts/engineer-chapter-2/</guid>
				<description>&lt;p&gt;&lt;a href=&#34;https://yogesh.lonkar.org/posts/engineer/&#34; &gt;Chapter 1&lt;/a&gt; ended in 2017 with a Jenkins plugin and a wish to grow upward instead of sideways.&#xA;This chapter covers the years since.&lt;/p&gt;&#xA;&lt;h2 id=&#34;production-engineer&#34;&gt;&#xA;  Production engineer&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#production-engineer&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;My degree is in production engineering, not computer science.&#xA;Production engineering is the study of processes: mass, batch, manual, tiered, any way of turning inputs into outputs with people and machines in between.&#xA;Understanding a process and explaining it to the people inside it is the one skill from that degree I use every day.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Engineer: Chapter 1</title>
				<link>https://yogesh.lonkar.org/posts/engineer/</link>
				<pubDate>Fri, 29 Nov 2024 15:33:37 +0100</pubDate>
				<guid>https://yogesh.lonkar.org/posts/engineer/</guid>
				<description>&lt;p&gt;I am an engineer from Pune, India.&#xA;This is the first chapter of how I got here, written for the friends and colleagues who asked, and for anyone starting out with a gap in their record.&lt;/p&gt;&#xA;&lt;p&gt;Writing this sharpened how I see those years.&#xA;The first version was too blunt and got parts of my own story wrong, so I keep editing it.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-two-missing-years&#34;&gt;&#xA;  The two missing years&#xA;  &lt;a class=&#34;heading-link&#34; href=&#34;#the-two-missing-years&#34;&gt;&#xA;    &lt;i class=&#34;fa-solid fa-link&#34; aria-hidden=&#34;true&#34; title=&#34;Link to heading&#34;&gt;&lt;/i&gt;&#xA;    &lt;span class=&#34;sr-only&#34;&gt;Link to heading&lt;/span&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;I graduated in 2011, two years later than planned.&#xA;It did not bother me then and it does not now.&#xA;People who learn it are surprised, so here is why.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Free static hosting with Cloudflare Pages, Terraform and GitHub Actions</title>
				<link>https://yogesh.lonkar.org/posts/static-hosting-cloudflare-pages-terraform/</link>
				<pubDate>Thu, 08 Jul 2021 20:23:49 +0200</pubDate>
				<guid>https://yogesh.lonkar.org/posts/static-hosting-cloudflare-pages-terraform/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;TL;DR You have a static site and a domain. Cloudflare Pages serves it, Terraform sets up the hosting from a few files in your repo, R2 keeps Terraform&amp;rsquo;s memory, and GitHub Actions runs it all when you push. The bill is zero. The &lt;a href=&#34;https://github.com/lonkar-org/static-hosting-cloudflare-pages&#34;  class=&#34;external-link&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;example repo&lt;/a&gt; walks through the setup one commit at a time.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;I wrote the first version of this post in 2021.&#xA;Since 2019 I had hosted a few sites for friends and family on AWS: S3 for files, CloudFront in front, Cloudflare for DNS only.&#xA;Route53 charged half a dollar per domain per month, more than S3 and CloudFront together for sites that small.&#xA;That post was about shaving that fee.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
