<?xml version="1.0" encoding="UTF-8"?>
<rss
    version="2.0"
    xmlns:atom="http://www.w3.org/2005/Atom"
>
    <channel>
        <atom:link
            type="application/rss+xml"
            href="https://crestamr.com/feed/posts"
            rel="self"
        />
        <title><![CDATA[Posts feed]]></title>
        <link><![CDATA[https://crestamr.com/feed/posts]]></link>
                <description><![CDATA[Latest posts from Full Stack Web developer]]></description>
        <language>en-US</language>
        <pubDate>2025-10-05T07:13:09+09:00</pubDate>

                    <item>
                <title><![CDATA[Mastering the Product of Array Except Self: A Step-by-Step Guide]]></title>
                <link>https://crestamr.com/mastering-the-product-of-array-except-self-a-step-by-step-guide</link>
                <description><![CDATA[This blog post will explore the problem of calculating the product of an array except for its own index. We will break down the solution step-by-step, analyze the algorithm, and offer optimization tips.]]></description>
                                    <author><![CDATA[Ammar Shrestha <crestamr@gmail.com>]]></author>
                                <guid>https://crestamr.com/mastering-the-product-of-array-except-self-a-step-by-step-guide</guid>
                <pubDate>Sun, 05 Oct 2025 07:05:03 +0900</pubDate>
                <enclosure
                    type="image/png"
                    url="http://crestamr.com/storage/blogs/mastering-the-product-of-array-except-self-a-step-by-step-guide.png"
                    length="0"
                />
                                    <category>Coding Challenges</category>
                            </item>
                    <item>
                <title><![CDATA[Mastering Coding Interviews: A Deep Dive into the Trapping Rainwater Problem]]></title>
                <link>https://crestamr.com/mastering-coding-interviews-a-deep-dive-into-the-trapping-rainwater-problem</link>
                <description><![CDATA[This blog post explores the trapping rainwater coding problem, offering insights on how to approach coding interviews effectively and efficiently. We'll break down the solution step-by-step, analyze potential edge cases, and provide practical coding strategies to enhance your interview performance.]]></description>
                                    <author><![CDATA[Ammar Shrestha <crestamr@gmail.com>]]></author>
                                <guid>https://crestamr.com/mastering-coding-interviews-a-deep-dive-into-the-trapping-rainwater-problem</guid>
                <pubDate>Sun, 05 Oct 2025 07:10:09 +0900</pubDate>
                <enclosure
                    type="image/png"
                    url="http://crestamr.com/storage/blogs/mastering-coding-interviews-a-deep-dive-into-the-trapping-rainwater-problem.png"
                    length="0"
                />
                                    <category>Coding Challenges</category>
                            </item>
                    <item>
                <title><![CDATA[Designing a Robust Rate Limiter: Insights and Calculations]]></title>
                <link>https://crestamr.com/designing-a-robust-rate-limiter-insights-and-calculations</link>
                <description><![CDATA[This post explores the intricate process of designing a rate limiter, detailing the crucial questions to ask, key algorithms to consider, and calculations to perform for effective scaling and reliability in system design.]]></description>
                                    <author><![CDATA[Ammar Shrestha <crestamr@gmail.com>]]></author>
                                <guid>https://crestamr.com/designing-a-robust-rate-limiter-insights-and-calculations</guid>
                <pubDate>Sun, 05 Oct 2025 07:10:22 +0900</pubDate>
                <enclosure
                    type="image/png"
                    url="http://crestamr.com/storage/blogs/generated-image-october-04-2025-10-03pm.png"
                    length="0"
                />
                                    <category>System Design</category>
                            </item>
                    <item>
                <title><![CDATA[Mastering Interval Merging: A Step-by-Step Guide to Coding Interviews]]></title>
                <link>https://crestamr.com/mastering-interval-merging-a-step-by-step-guide-to-coding-interviews</link>
                <description><![CDATA[This post provides a practical approach to tackling the interval merging problem, often encountered in technical interviews. Readers will understand the problem-solving techniques, coding implementations, and best practices for coding interviews.]]></description>
                                    <author><![CDATA[Ammar Shrestha <crestamr@gmail.com>]]></author>
                                <guid>https://crestamr.com/mastering-interval-merging-a-step-by-step-guide-to-coding-interviews</guid>
                <pubDate>Sun, 05 Oct 2025 07:10:22 +0900</pubDate>
                <enclosure
                    type="image/png"
                    url="http://crestamr.com/storage/blogs/mastering-interval-merging-a-step-by-step-guide-to-coding-interviews.png"
                    length="0"
                />
                                    <category>Coding Challenges</category>
                            </item>
                    <item>
                <title><![CDATA[Mastering Two-Sum Interview Questions: A Guide to Problem-Solving Success]]></title>
                <link>https://crestamr.com/mastering-two-sum-interview-questions-a-guide-to-problem-solving-success</link>
                <description><![CDATA[This blog post delves into the essentials of solving the Two Sum problem effectively, using coding interview strategies, optimization techniques, and practical examples to boost your confidence and skill set.]]></description>
                                    <author><![CDATA[Ammar Shrestha <crestamr@gmail.com>]]></author>
                                <guid>https://crestamr.com/mastering-two-sum-interview-questions-a-guide-to-problem-solving-success</guid>
                <pubDate>Sun, 05 Oct 2025 07:13:09 +0900</pubDate>
                <enclosure
                    type="image/png"
                    url="http://crestamr.com/storage/blogs/mastering-two-sum-interview-questions-a-guide-to-problem-solving-success.png"
                    length="0"
                />
                                    <category>Coding Challenges</category>
                            </item>
            </channel>
</rss>
