<?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: qauay</title>
    <description>The latest articles on DEV Community by qauay (@qauay_c1e676cd243).</description>
    <link>https://dev.to/qauay_c1e676cd243</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%2F3296114%2F467faaa0-e9e3-4638-bd0b-6ac15f9f06cb.png</url>
      <title>DEV Community: qauay</title>
      <link>https://dev.to/qauay_c1e676cd243</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/qauay_c1e676cd243"/>
    <language>en</language>
    <item>
      <title>How I Built a Simple Percentage Calculator for Everyday Calculations</title>
      <dc:creator>qauay</dc:creator>
      <pubDate>Fri, 22 May 2026 17:33:12 +0000</pubDate>
      <link>https://dev.to/qauay_c1e676cd243/how-i-built-a-simple-percentage-calculator-for-everyday-calculations-h25</link>
      <guid>https://dev.to/qauay_c1e676cd243/how-i-built-a-simple-percentage-calculator-for-everyday-calculations-h25</guid>
      <description>&lt;p&gt;Percentages are one of those things people use almost every day without thinking much about them.&lt;/p&gt;

&lt;p&gt;We calculate:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;discounts while shopping&lt;/li&gt;
&lt;li&gt;exam scores&lt;/li&gt;
&lt;li&gt;tax/VAT&lt;/li&gt;
&lt;li&gt;profit and loss&lt;/li&gt;
&lt;li&gt;percentage increase/decrease&lt;/li&gt;
&lt;li&gt;financial comparisons&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But surprisingly, many people still struggle with percentage formulas, especially when dealing with increases and decreases.&lt;/p&gt;

&lt;p&gt;So I decided to build a simple percentage calculator tool focused on making these calculations easier and faster.&lt;/p&gt;

&lt;h2&gt;
  
  
  Common Percentage Formula
&lt;/h2&gt;

&lt;p&gt;The standard formula most people learn is:&lt;/p&gt;

&lt;p&gt;Percentage = (Part ÷ Total) × 100&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;If you scored 45 out of 60:&lt;/p&gt;

&lt;p&gt;(45 ÷ 60) × 100 = 75%&lt;/p&gt;

&lt;h2&gt;
  
  
  Percentage Increase Example
&lt;/h2&gt;

&lt;p&gt;This is another area where users often get confused.&lt;/p&gt;

&lt;p&gt;Formula:&lt;/p&gt;

&lt;p&gt;(New Value − Old Value) ÷ Old Value × 100&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;p&gt;Price changes from 80 to 100:&lt;/p&gt;

&lt;p&gt;(100 − 80) ÷ 80 × 100 = 25% increase&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built the Tool
&lt;/h2&gt;

&lt;p&gt;The main goal was simplicity.&lt;/p&gt;

&lt;p&gt;Most calculator websites are overloaded with ads or unnecessary complexity, so I wanted to create something lightweight and easy to use for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;students&lt;/li&gt;
&lt;li&gt;office workers&lt;/li&gt;
&lt;li&gt;budgeting&lt;/li&gt;
&lt;li&gt;quick daily calculations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I also focused on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;mobile usability&lt;/li&gt;
&lt;li&gt;fast loading&lt;/li&gt;
&lt;li&gt;clean interface&lt;/li&gt;
&lt;li&gt;easy-to-understand examples&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Interesting Observation
&lt;/h2&gt;

&lt;p&gt;One thing I noticed while building this project is how often percentage calculations appear in real-world situations compared to other math concepts.&lt;/p&gt;

&lt;p&gt;Even basic activities like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;shopping sales&lt;/li&gt;
&lt;li&gt;salary comparisons&lt;/li&gt;
&lt;li&gt;investment growth&lt;/li&gt;
&lt;li&gt;calorie tracking&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;all rely heavily on percentages.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Tool
&lt;/h2&gt;

&lt;p&gt;If anyone wants to test it or give feedback, here’s the calculator:&lt;br&gt;
&lt;a href="https://calculpourcentages.com/" rel="noopener noreferrer"&gt;https://calculpourcentages.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://calculpourcentages.com/" rel="noopener noreferrer"&gt;Calcul Pourcentage&lt;br&gt;
&lt;/a&gt;&lt;br&gt;
I’d also be interested in hearing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;what math utilities people use most often&lt;/li&gt;
&lt;li&gt;whether simple utility websites are still useful today&lt;/li&gt;
&lt;li&gt;and what features would improve a percentage calculator further.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>devops</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Starbucks Menu 2026: Full Drink List, Prices &amp; Seasonal Specials</title>
      <dc:creator>qauay</dc:creator>
      <pubDate>Thu, 19 Mar 2026 11:35:47 +0000</pubDate>
      <link>https://dev.to/qauay_c1e676cd243/starbucks-menu-2026-full-drink-list-prices-seasonal-specials-1j1p</link>
      <guid>https://dev.to/qauay_c1e676cd243/starbucks-menu-2026-full-drink-list-prices-seasonal-specials-1j1p</guid>
      <description>&lt;p&gt;Starbucks continues to be a favorite destination for coffee enthusiasts and casual drinkers alike. With a wide selection of beverages, from classic hot coffees to refreshing cold drinks, navigating the menu can sometimes feel overwhelming—especially when new seasonal items are introduced.&lt;/p&gt;

&lt;p&gt;For those who like to plan ahead, having access to a complete and updated menu is essential. Starbucks offers a variety of options: hot coffees such as cappuccinos, lattes, and americanos; cold drinks like iced coffee, frappuccinos, and refreshers; plus teas, snacks, and seasonal specialties. Prices vary depending on location and size, which makes a comprehensive guide even more useful.&lt;/p&gt;

&lt;p&gt;If you want to explore the full menu, compare prices, and discover new drinks before your next visit, this resource is incredibly helpful:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://starrbucksmenu.com/" rel="noopener noreferrer"&gt;Starbucks drinks menu&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This guide provides all the information you need in an easy-to-navigate format. It’s perfect for anyone who wants to save time, try new flavors, or make informed choices when ordering. Whether you’re a daily Starbucks visitor or just stopping by for a seasonal special, this guide will enhance your experience and help you find your perfect drink.&lt;/p&gt;

&lt;p&gt;Stay updated, explore new favorites, and enjoy your Starbucks journey!&lt;/p&gt;

</description>
      <category>data</category>
      <category>networking</category>
      <category>gemini</category>
      <category>community</category>
    </item>
    <item>
      <title>Automating the Boring Stuff — Beyond Cron Jobs with Python 🐍</title>
      <dc:creator>qauay</dc:creator>
      <pubDate>Thu, 26 Jun 2025 07:48:54 +0000</pubDate>
      <link>https://dev.to/qauay_c1e676cd243/automating-the-boring-stuff-beyond-cron-jobs-with-python-5251</link>
      <guid>https://dev.to/qauay_c1e676cd243/automating-the-boring-stuff-beyond-cron-jobs-with-python-5251</guid>
      <description>&lt;p&gt;If you're still relying on cron for your backend workflows… it’s time to upgrade.&lt;/p&gt;

&lt;p&gt;In one of my recent projects, I built an async-compatible task runner that completely replaced traditional cron logic. Inspired by the limitations I kept hitting with system schedulers, I built a modular runner that now powers dozens of my automated jobs — from SEO link drops to data fetching scripts.&lt;/p&gt;

&lt;p&gt;🛠️ Why I Ditched Cron:&lt;br&gt;
Hard to debug failures&lt;/p&gt;

&lt;p&gt;No native retry logic&lt;/p&gt;

&lt;p&gt;Difficult to manage across servers&lt;/p&gt;

&lt;p&gt;Zero visibility into what's working and what’s silently failing&lt;/p&gt;

&lt;p&gt;💡 My Solution:&lt;br&gt;
I created a lightweight job orchestrator using:&lt;/p&gt;

&lt;p&gt;FastAPI for control endpoints&lt;/p&gt;

&lt;p&gt;ThreadPoolExecutor for concurrency&lt;/p&gt;

&lt;p&gt;Simple YAML-based task definitions&lt;/p&gt;

&lt;p&gt;Optional webhook triggers for external events&lt;/p&gt;

&lt;p&gt;The whole thing runs under the hood of a larger project called Delta Executor, which also handles off-page SEO workflows and structured link automation.&lt;/p&gt;

&lt;p&gt;✅ What I Gained:&lt;br&gt;
Logs, metrics, and job history&lt;/p&gt;

&lt;p&gt;Dynamic control (pause/resume/kill)&lt;/p&gt;

&lt;p&gt;One tool for everything: API pings, sitemaps, link indexing, etc.&lt;/p&gt;

&lt;p&gt;If anyone’s building automation systems and tired of cron spaghetti, I’d love to hear how you’re solving it. And if you’re interested, I can open-source a minimal version of this task runner.&lt;/p&gt;

</description>
      <category>programming</category>
    </item>
  </channel>
</rss>
