<?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>DEV Community: Grace Rasaily</title>
    <description>The latest articles on DEV Community by Grace Rasaily (@gracerasaily780).</description>
    <link>https://dev.to/gracerasaily780</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%2F1870330%2Fef55511f-1e16-43b8-acd7-5936dba1ce98.png</url>
      <title>DEV Community: Grace Rasaily</title>
      <link>https://dev.to/gracerasaily780</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gracerasaily780"/>
    <language>en</language>
    <item>
      <title>Idea Document-er: A CLI Tool</title>
      <dc:creator>Grace Rasaily</dc:creator>
      <pubDate>Tue, 04 Nov 2025 16:36:15 +0000</pubDate>
      <link>https://dev.to/gracerasaily780/idea-document-er-a-cli-tool-4con</link>
      <guid>https://dev.to/gracerasaily780/idea-document-er-a-cli-tool-4con</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/Grace-Rasaily780/Idea-Doc-Generator" rel="noopener noreferrer"&gt;Github Reop&lt;/a&gt;&lt;br&gt;
If you are anything like me, you have a flood of dumb but interesting ideas every day. The hard part isn't having the idea, it's documenting, structuring, and evaluating it before it gets lost in the ether.&lt;/p&gt;

&lt;p&gt;Manually setting up a structured document for every daily idea is a repetitive, time-consuming chore that frankly, makes the whole process feel like work.&lt;/p&gt;

&lt;p&gt;That's why I built idea documenter, a simple yet powerful CLI tool designed to help you quickly capture, structure, and score your ideas in a well-formatted Markdown file—and it takes just minutes!&lt;/p&gt;
&lt;h2&gt;
  
  
  The Problem Idea Documenter Solves
&lt;/h2&gt;

&lt;p&gt;The core issue this tool tackles is the overhead of documentation.&lt;/p&gt;

&lt;p&gt;By automating the creation of a structured daily idea document, idea documenter saves you time and makes the entire process feel less like a chore. It streamlines your idea-capturing process, letting you focus on the creativity rather than the template.&lt;/p&gt;
&lt;h2&gt;
  
  
  Key Features That Make Idea Capture a Breeze
&lt;/h2&gt;

&lt;p&gt;Here’s what makes idea documenter a must-have for any prolific thinker:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Interactive Command-Line Interface&lt;/strong&gt;: It guides you through the entire documentation process with a clear series of questions, making it intuitive and fast.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Structured Markdown Output&lt;/strong&gt;: No more messy notes! Your ideas are automatically generated into a clean, well-formatted Markdown file.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Built-in Feasibility &amp;amp; Impact Scoring&lt;/strong&gt;: Get instant feedback! The tool includes a simple scoring system to help you evaluate how feasible and impactful your idea is right away.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Automated, Clean File Naming&lt;/strong&gt;: Every idea gets its own file named by the date, using the format: YYYY_MM_DD.md.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Safe Interruption&lt;/strong&gt;: Accidentally hit Ctrl+C? No problem. The tool cleans up and removes the incomplete file, so you don't end up with clutter.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🚀 How to Use It (Your New Idea Workflow)&lt;/p&gt;

&lt;p&gt;Using idea_doc_creator is straightforward. Once installed, just run the command and let the tool do the rest.&lt;/p&gt;

&lt;p&gt;Run the tool:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;idea_doc_creator
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Follow the steps&lt;/strong&gt;: The CLI will guide you through four main phases:
&lt;strong&gt;Idea Prompt&lt;/strong&gt;: Get started with a list of prompts.
&lt;strong&gt;Raw Idea&lt;/strong&gt;: Just dump your initial, unfiltered thoughts here.
&lt;strong&gt;Idea Breakdown&lt;/strong&gt;: Flesh out the core concepts and details.
&lt;strong&gt;Feasibility &amp;amp; Impact Scoring&lt;/strong&gt;: Assign scores to evaluate your idea's potential.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;After you complete these steps, your new idea is saved as a Markdown file in your current directory, ready for review!&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;

&lt;p&gt;Ready to document your next big idea? You can install idea documenter by cloning the repository and building it:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone https://github.com/Grace-Rasaily780/Idea-Doc-Generator
cargo build --release
cd target/release
./idea_doc_creator
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Contribute!
&lt;/h2&gt;

&lt;p&gt;This is a community project, and your input is welcome! If you have suggestions for improvements or new features—maybe a different scoring metric or a new output format—feel free to open an issue or submit a pull request on the repository.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>cli</category>
      <category>rust</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Boring Finance: Fancy Record Keeping - Call for all the Open-Source Contributors</title>
      <dc:creator>Grace Rasaily</dc:creator>
      <pubDate>Mon, 21 Oct 2024 08:11:02 +0000</pubDate>
      <link>https://dev.to/gracerasaily780/boring-finance-fancy-record-keeping-call-for-all-the-open-source-contributors-3316</link>
      <guid>https://dev.to/gracerasaily780/boring-finance-fancy-record-keeping-call-for-all-the-open-source-contributors-3316</guid>
      <description>&lt;h2&gt;
  
  
  Introduction:
&lt;/h2&gt;

&lt;p&gt;Hey there, finance and open source enthusiasts! Ready for a dose of "boring" that's actually pretty exciting? Let me introduce you to Boring Finance - a minimal and modular web application that's about to spice up your personal budgeting game. &lt;/p&gt;

&lt;p&gt;So, with that oh-so-thrilling introduction out of the way (I can see you're on the edge of your seat), let's dive into the "boring" stuff. Spoiler alert: it's all nerd talk!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Grace-Rasaily780/boringfinance" rel="noopener noreferrer"&gt;Github Repo&lt;/a&gt;&lt;br&gt;
&lt;a href="https://boring-finance.vercel.app" rel="noopener noreferrer"&gt;Web App Preview&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  The Birth of Boring Finance
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Boring Finance isn't just another app&lt;/strong&gt; - it's my brainchild in the grand scheme of creating open source applications that actually contribute something meaningful to the FOSS community. Yeah, I'm looking at you, "hello world" repositories!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The goal?&lt;/strong&gt;: Create an app that's so modular and intuitive that users actually want to use it instead of getting lost in a complex of features. And get this - there's only one asset used in the entire app: the SVG logo. That's why we call it "Boring," but trust me, it's boring for all the right reasons!&lt;/p&gt;

&lt;h2&gt;
  
  
  The Core and The Journey: More Than Just Numbers
&lt;/h2&gt;

&lt;p&gt;At its heart, Boring Finance aims to break free from the rigid 50/30/20 budgeting rule. We're all about creating an open environment that gives users the freedom to customize their financial tracking experience. Because let's face it, your spending habits are as unique as your taste in memes and music.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Tech Stack: A Bun in the Oven
&lt;/h2&gt;

&lt;p&gt;Now, let's talk about tech. I decided to go all-in with Bun.js for this project. Why? Because who doesn't love experimenting? Here's the lineup:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Backend: Elysia.js&lt;/strong&gt; (Sorry, Express.js, I needed a break, it's me)&lt;br&gt;
The speed is fast, usability is easy and codes are less.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Frontend: React&lt;/strong&gt; (Because sometimes, you gotta stick with the classics)&lt;br&gt;
It’s React, always React, no words. Lol.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;State Management: Zustand&lt;/strong&gt; (Redux, I just couldn’t with the build size!)&lt;br&gt;
I just need to say, It was not a nightmare fixing the states.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;UI: Shadcn UI&lt;/strong&gt; (Living up to the hype and then some)&lt;br&gt;
It's just freaking awesome, and customizable all you can.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Future: Calling All Open Source Contributors
&lt;/h2&gt;

&lt;p&gt;Here's where you come in, dear open source community! Boring Finance is just getting started, and the sky's the limit. Whether you want to add features, improve the UI, or even create a mobile app version, your ideas are welcome here.&lt;/p&gt;

&lt;p&gt;Check out the Project Charter for my vision and in-scope development ideas. But don't let that limit you - if you can dream it, you can contribute!&lt;/p&gt;

&lt;p&gt;Don’t mind criticizing my bad practice and embarrassing code (I know you won’t mind). We are here to learn.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Grand Vision: Financial Wisdom for All
&lt;/h2&gt;

&lt;p&gt;Ultimately, I want Boring Finance to be so modular that it can be used by everyone from your average Joe to Fortune 500 companies. And the best part? It'll always be open source and free. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;My mission?&lt;/strong&gt;: Use data to analyze spending patterns and recommend good financial habits. Because who says managing your money can't be both boring AND rewarding?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So, are you ready to join the "boring" revolution?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;See you in the next open-source project ideal!&lt;/p&gt;

&lt;p&gt;Remember, in the world of Boring Finance, being boring has never been so exciting!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>opensource</category>
      <category>bunjs</category>
    </item>
  </channel>
</rss>
