<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Mithun pandey</title>
    <description>The latest articles on Forem by Mithun pandey (@mithun_pandey_1c70ea9b6da).</description>
    <link>https://forem.com/mithun_pandey_1c70ea9b6da</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1806098%2Fe250995e-2c78-48fc-9400-65c3345c3575.jpg</url>
      <title>Forem: Mithun pandey</title>
      <link>https://forem.com/mithun_pandey_1c70ea9b6da</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/mithun_pandey_1c70ea9b6da"/>
    <language>en</language>
    <item>
      <title>Bhagavad Gita Reader</title>
      <dc:creator>Mithun pandey</dc:creator>
      <pubDate>Sat, 14 Feb 2026 15:28:18 +0000</pubDate>
      <link>https://forem.com/mithun_pandey_1c70ea9b6da/bhagavad-gita-reader-3edn</link>
      <guid>https://forem.com/mithun_pandey_1c70ea9b6da/bhagavad-gita-reader-3edn</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-01-21"&gt;GitHub Copilot CLI Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;A modern, feature-rich Bhagavad Gita app for study and reflection. Features 11 languages, authentic audio recitations, customizable TTS, daily reading plans, cloud sync, and a distraction-free reading environment optimized for Windows.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;The Application is available in Microsoft store , as a PWA and also at google play store &lt;br&gt;
Microsoft Store : [&lt;a href="https://apps.microsoft.com/detail/9N80NFJ36K6D" rel="noopener noreferrer"&gt;https://apps.microsoft.com/detail/9N80NFJ36K6D&lt;/a&gt;]&lt;br&gt;
Web Access : [&lt;a href="https://bhagavad-gita-two.vercel.app/" rel="noopener noreferrer"&gt;https://bhagavad-gita-two.vercel.app/&lt;/a&gt;]&lt;br&gt;
Google Play Store : [&lt;a href="https://play.google.com/store/apps/details?id=com.gridloop.bhagavadgitareader.app" rel="noopener noreferrer"&gt;https://play.google.com/store/apps/details?id=com.gridloop.bhagavadgitareader.app&lt;/a&gt;]&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot CLI
&lt;/h2&gt;

&lt;p&gt;I have used Copilot for multiple areas of development process, including but not limited to, Test case (unit/integration) creation and fixing, fixing linting and typescript errors, creating documentation, bug analysis and fix.&lt;/p&gt;

&lt;h2&gt;
  
  
  Here is a summary if required 
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Summary by feature / task (short, actionable) ✅
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Playwright / E2E tests
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Copilot was used to diagnose and fix flaky Playwright tests (navigation failures, login timeouts, assertion visibility). It suggested selector/wait improvements, retries or test-timeout adjustments, and small test refactors (cleanup steps such as deleting bookmarks before tests).
&lt;/li&gt;
&lt;li&gt;Outcome: improved test reliability and clearer failure triage steps for CI runs.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Service workers &amp;amp; PWA (Offline access)
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Copilot provided caching patterns, service-worker registration/manifest advice, and guidance on runtime vs precache strategies; it also flagged security/access concerns (CWE‑862 discussion).
&lt;/li&gt;
&lt;li&gt;Outcome: actionable steps to add offline support and safer caching behavior for the PWA.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Android app debugging &amp;amp; polish
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Helped troubleshoot update-prompt flow, screen-orientation handling and icon/manifest issues; suggested fixes and diagnostic checks for crashes and missing UI elements.
&lt;/li&gt;
&lt;li&gt;Outcome: bug fixes and improved stability for Android-specific flows.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Unit &amp;amp; component tests / coverage
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Assisted with diagnosing TypeError causes, fixing failing &lt;code&gt;Header&lt;/code&gt; component tests, and improving unit test coverage via mocks and clearer assertions.
&lt;/li&gt;
&lt;li&gt;Outcome: higher confidence in unit test suite and fewer intermittent failures.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Linting &amp;amp; TypeScript types
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Suggested ESLint rule adjustments and safer alternatives to &lt;code&gt;any&lt;/code&gt; usage; provided quick fix examples and configuration recommendations.
&lt;/li&gt;
&lt;li&gt;Outcome: cleaner type usage and fewer lint warnings.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Authentication &amp;amp; environment variables
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Guided on environment‑variable checks and Google auth configuration issues (how to validate env injection and avoid common pitfalls).
&lt;/li&gt;
&lt;li&gt;Outcome: resolved auth environment problems and more robust config validation.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Docs, assets &amp;amp; repo tasks
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Helped draft &lt;code&gt;README.md&lt;/code&gt; updates, push PNG/assets, and prepare feature descriptions for store/README updates.
&lt;/li&gt;
&lt;li&gt;Outcome: clearer documentation and updated repository assets.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Misc / dev workflow
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Assisted with file-path generation concerns, converting the web app to a PWA, and general reliability improvements for flaky e2e tests.
&lt;/li&gt;
&lt;li&gt;Outcome: smoother development &amp;amp; release workflows.&lt;/li&gt;
&lt;/ul&gt;




</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>cli</category>
      <category>githubcopilot</category>
    </item>
  </channel>
</rss>
