<?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: A. Koepcke</title>
    <description>The latest articles on DEV Community by A. Koepcke (@akoepcke).</description>
    <link>https://dev.to/akoepcke</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%2F447189%2F03199900-5a2c-4bc7-a292-52d908c9ab7b.png</url>
      <title>DEV Community: A. Koepcke</title>
      <link>https://dev.to/akoepcke</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akoepcke"/>
    <language>en</language>
    <item>
      <title>Plate Calculator</title>
      <dc:creator>A. Koepcke</dc:creator>
      <pubDate>Sun, 10 Jan 2021 21:27:23 +0000</pubDate>
      <link>https://dev.to/akoepcke/plate-calculator-4c24</link>
      <guid>https://dev.to/akoepcke/plate-calculator-4c24</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;A simple plate calculator for the gym.&lt;/p&gt;

&lt;h3&gt;
  
  
  Category Submission:
&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;Program for the People&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  App Link
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://platecalculator-k5jpa.ondigitalocean.app"&gt;Plate Calculator&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Screenshots
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--p485xDy0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/iiwjui59u4t4131cpi7c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--p485xDy0--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/iiwjui59u4t4131cpi7c.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Description
&lt;/h3&gt;

&lt;p&gt;Simple: Select your barbell. Add weights.&lt;br&gt;
It then gives you the total in kilograms.&lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Source Code
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://github.com/akoepcke/plateCalculator"&gt;GitHub&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Permissive License
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://choosealicense.com/licenses/mit/"&gt;MIT&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Background
&lt;/h2&gt;

&lt;p&gt;Lifting weights is, when done right, not only good for physical health, but also for mental health.&lt;br&gt;
Wasting concentration and mental energy to calculate the total weight of barbell and plates, then checking and re-rechecking again, when I'm just glad I got to the gym and managed to grab a rack or bench, is, however, really annoying. &lt;/p&gt;

&lt;p&gt;There used to be a simple, and pretty, website, that did just this, but apparently it is not online anymore.&lt;/p&gt;

&lt;p&gt;There is also a bunch of other web apps and smartphone apps, though I have not yet found one that works with kilograms, uses the plate sizes I have available, and also looks good to my eyes.&lt;/p&gt;

&lt;h3&gt;
  
  
  How I built it
&lt;/h3&gt;

&lt;p&gt;The app is a simple static HTML page.&lt;br&gt;
Styling is done with &lt;a href="https://tailwindcss.com"&gt;TailwindCSS&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Functionality is implemented with &lt;a href="https://github.com/alpinejs/alpine/"&gt;Alpine.js&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I've been using Alpine when it was first released and still in Beta. It has grown and changed quite a bit since then, and I was looking for a simple app to try it out again. Functionally, the plate calculator is not quite as boring as the typical ToDo-List, but not so complicated that I would need days to understand and implement it.&lt;/p&gt;

&lt;p&gt;The GitHub repo has a shiny "Deploy to DigitalOcean"-Button, that really made deployment way too easy.&lt;/p&gt;

&lt;h3&gt;
  
  
  Additional Resources/Info
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://tailwindcss.com"&gt;TailwindCSS&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/alpinejs/alpine/"&gt;Alpine.js&lt;/a&gt;&lt;/p&gt;

</description>
      <category>dohackathon</category>
      <category>html</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
