<?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>Blogs on Hitesh Patel</title><link>https://hiteshpatel.tech/blog/</link><description>Recent content in Blogs on Hitesh Patel</description><generator>Hugo -- 0.155.3</generator><language>en-us</language><lastBuildDate>Mon, 26 Jan 2026 00:00:00 +0530</lastBuildDate><atom:link href="https://hiteshpatel.tech/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Stop Nesting If Statements. Use Guard Clauses</title><link>https://hiteshpatel.tech/blog/stop-nesting-if-statements/</link><pubDate>Mon, 26 Jan 2026 00:00:00 +0530</pubDate><guid>https://hiteshpatel.tech/blog/stop-nesting-if-statements/</guid><description>Nested if statement works, but they are not readable and make debugging a nightmare. There are better ways to handle things — use guard clauses.</description></item><item><title>9 Dart Syntactic Sugar Features That Make My Codebase Happier</title><link>https://hiteshpatel.tech/blog/9-dart-syntactic-sugar-features/</link><pubDate>Thu, 15 Jan 2026 00:00:00 +0530</pubDate><guid>https://hiteshpatel.tech/blog/9-dart-syntactic-sugar-features/</guid><description>9 Dart Syntactic Sugar I Can’t Live Without – Features That Make My Flutter Development Easier</description></item><item><title>Queues — The Backbone of Modern Architecture</title><link>https://hiteshpatel.tech/blog/queues-backbone-of-modern-architecture/</link><pubDate>Thu, 23 Oct 2025 00:00:00 +0530</pubDate><guid>https://hiteshpatel.tech/blog/queues-backbone-of-modern-architecture/</guid><description>Understand how message queues form the backbone of modern distributed systems — enabling scalability, fault tolerance, and smooth communication between services.</description></item><item><title>Securely Accessing Private RDS Databases Using SSH Tunneling and a Bastion Host</title><link>https://hiteshpatel.tech/blog/secure-access-private-rds-ssh-tunneling-bastion-host/</link><pubDate>Sun, 05 Oct 2025 00:00:00 +0530</pubDate><guid>https://hiteshpatel.tech/blog/secure-access-private-rds-ssh-tunneling-bastion-host/</guid><description>Learn how to securely access a private AWS RDS database using SSH tunneling through a bastion host — a secure, cost-effective setup that avoids Elastic IP charges.</description></item><item><title>How We Streamlined Support Replies Using LLMs and RAG</title><link>https://hiteshpatel.tech/blog/how-we-streamlined-support-replies-using-llms-and-rag/</link><pubDate>Tue, 05 Aug 2025 17:53:48 +0000</pubDate><guid>https://hiteshpatel.tech/blog/how-we-streamlined-support-replies-using-llms-and-rag/</guid><description>&lt;p&gt;While helping our support team to resolve a client query, and joking about how AI will replace developers, and the support team no longer needs us. I found out that they also use ChatGPT to draft replies, making them more professional and formal.&lt;/p&gt;
&lt;p&gt;On diving deep, I found out a few problems they face consistently&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;repetitive replies&lt;/li&gt;
&lt;li&gt;Time wasted on formatting the response&lt;/li&gt;
&lt;li&gt;Inconsistency in tone and writing style in the response&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We decided to make this streamlined so that they don’t have to leave the support panel, and build a chat assistance for the team&lt;/p&gt;</description></item><item><title>How did I host my own blog Ghost CMS + AWS</title><link>https://hiteshpatel.tech/blog/how-did-i-host-my-own-blog-ghost-cms-aws/</link><pubDate>Sun, 06 Jul 2025 16:39:00 +0000</pubDate><guid>https://hiteshpatel.tech/blog/how-did-i-host-my-own-blog-ghost-cms-aws/</guid><description>&lt;p&gt;After exploring Hashnode, Dev.to, and Medium, I decided to self-host my blog, not for performance, but for control. Here&amp;rsquo;s how I did it with AWS, Ghost, and a minimal budget.&lt;/p&gt;
&lt;p&gt;🧰 TL;DR: Self-hosted my Ghost blog on AWS EC2 (t2.micro) using a custom Nginx setup with /blog routed. Faced installation challenges due to CPU limits, solved it with a t2.large temp instance.&lt;/p&gt;
&lt;p&gt;How It All Started&lt;/p&gt;
&lt;p&gt;It all started when I was in college and watched a video by Quincy Larson, creator of FreeCodeCamp, about why developers must have a blog. So I started geekaid.in. After writing on it for a while, I dropped it a year ago as it stopped aligning with what I originally thought of.&lt;/p&gt;</description></item><item><title>Android's Shift to 16Kb Page Size - What It Means for Developers</title><link>https://hiteshpatel.tech/blog/androids-shift-to-16kb-page-size/</link><pubDate>Mon, 22 Jul 2024 05:32:06 +0000</pubDate><guid>https://hiteshpatel.tech/blog/androids-shift-to-16kb-page-size/</guid><description>&lt;p&gt;Recently, i opened my linked in and everyone is talking about the update by AOSP (Android Open Source Project) is transitioning from using 4KB memory pages to 16KB. While reading many posts i got learned this will lead to performance boosts, To know more i dive a littler deeper.&lt;/p&gt;
&lt;p&gt;After reading the official post, here’s what I found:&lt;/p&gt;
&lt;p&gt;What’s Changing?&lt;/p&gt;
&lt;p&gt;The 16KB page size is supported only on ARM64 architecture and device running Android 15 and above.&lt;/p&gt;</description></item></channel></rss>