<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>arkm</title>
    <link>https://arkmuntasser.com</link>
    <description>My website, this time in Vue</description>
    <atom:link href="https://arkmuntasser.com/rss.xml" rel="self" type="application/rss+xml"/>

    <item>
      <title>They Threw Rocks</title>
      <link>https://arkmuntasser.com/posts/they-threw-rocks</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/they-threw-rocks</guid>
      <pubDate>Sat, 15 May 2021 00:00:00 GMT</pubDate>
      <description>A child screams in the back while a father desperately tries to prevent the police from brutalizing his family. But they threw rocks.</description>
    </item>
    <item>
      <title>The Best Part of Tailwind CSS are the Tokens</title>
      <link>https://arkmuntasser.com/posts/how-i-use-tailwind-css</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/how-i-use-tailwind-css</guid>
      <pubDate>Thu, 13 May 2021 00:00:00 GMT</pubDate>
      <description>Everyone else has been talking about Tailwind CSS lately so I might as well jump on this bandwagon. And, actually, I've not seen anyone state my point of view on it yet so I have something to add.</description>
    </item>
    <item>
      <title>Animating Sprites on the Web</title>
      <link>https://arkmuntasser.com/posts/how-to-animate-sprites-on-the-web</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/how-to-animate-sprites-on-the-web</guid>
      <pubDate>Sat, 01 May 2021 00:00:00 GMT</pubDate>
      <description>You like sprites? I like sprites. So I wanted to make see how easy it would be to make an animation from a sprite sheet. Turns out it's super easy, barely an iconvenience.</description>
    </item>
    <item>
      <title>Creating an RSS feed with Next.js and Next-MDX</title>
      <link>https://arkmuntasser.com/posts/create-an-rss-feed-nextjs-mdx-blog</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/create-an-rss-feed-nextjs-mdx-blog</guid>
      <pubDate>Mon, 12 Apr 2021 00:00:00 GMT</pubDate>
      <description>RSS feeds were the backbone of the original social web and we need to keep it alive.</description>
    </item>
    <item>
      <title>Finding Respite in Lego</title>
      <link>https://arkmuntasser.com/posts/therapy-via-lego-during-pandemic</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/therapy-via-lego-during-pandemic</guid>
      <pubDate>Sun, 11 Apr 2021 00:00:00 GMT</pubDate>
      <description>There's something to be said about having a task that you can do with your hands and following directions that blocks everything else out.</description>
    </item>
    <item>
      <title>This one weird trick changed my whole async/await game</title>
      <link>https://arkmuntasser.com/posts/safe-async-await-changed-my-life</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/safe-async-await-changed-my-life</guid>
      <pubDate>Fri, 09 Oct 2020 00:00:00 GMT</pubDate>
      <description>Seriously, this small utility function is a must-have in every project I work on.</description>
    </item>
    <item>
      <title>Making Accessible Drop Caps</title>
      <link>https://arkmuntasser.com/posts/how-to-make-accessible-drop-caps</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/how-to-make-accessible-drop-caps</guid>
      <pubDate>Sat, 07 Mar 2020 00:00:00 GMT</pubDate>
      <description>Because stories don't start with &quot;O-nce upon a time&quot;.</description>
    </item>
    <item>
      <title>How to Build Responsive Layouts without Media Queries</title>
      <link>https://arkmuntasser.com/posts/how-to-build-responsive-layouts-without-media-queries</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/how-to-build-responsive-layouts-without-media-queries</guid>
      <pubDate>Fri, 02 Aug 2019 00:00:00 GMT</pubDate>
      <description>A common misconception I see is that responsive web development means loading up your CSS files with media queries for everything.</description>
    </item>
    <item>
      <title>How to Give an HTML Element an Aspect Ratio</title>
      <link>https://arkmuntasser.com/posts/how-to-give-an-html-element-an-aspect-ratio</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/how-to-give-an-html-element-an-aspect-ratio</guid>
      <pubDate>Sat, 27 Jul 2019 00:00:00 GMT</pubDate>
      <description>Sometimes you just need a element to shrink or grow in height proportionally with the width.</description>
    </item>
    <item>
      <title>Write Cleaner Code by Separating Logic from Templates</title>
      <link>https://arkmuntasser.com/posts/write-cleaner-code-by-separating-logic-from-templates</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/write-cleaner-code-by-separating-logic-from-templates</guid>
      <pubDate>Wed, 24 Jul 2019 00:00:00 GMT</pubDate>
      <description>CSS Frameworks like Bootstrap, Foundation, and Bulma help us describe our HTML in terms of layout structure and components, but I'm not a fan of that approach.</description>
    </item>
    <item>
      <title>My solution to the &quot;Impossible Layout&quot;</title>
      <link>https://arkmuntasser.com/posts/how-i-solved-the-impossible-layout</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/how-i-solved-the-impossible-layout</guid>
      <pubDate>Sat, 23 Mar 2019 00:00:00 GMT</pubDate>
      <description>My solution to the so called &quot;Impossible Layout&quot;.</description>
    </item>
    <item>
      <title>Why I built a Custom Link Vue Component at Work</title>
      <link>https://arkmuntasser.com/posts/why-i-built-a-custom-link-vue-component-at-work</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/why-i-built-a-custom-link-vue-component-at-work</guid>
      <pubDate>Fri, 04 Jan 2019 00:00:00 GMT</pubDate>
      <description>The most impactful components are the simplest, foundational ones.</description>
    </item>
    <item>
      <title>I Created an Assessment to Evaluate Potential New Hires</title>
      <link>https://arkmuntasser.com/posts/how-i-created-an-assessment-to-evaluate-potential-new-hires</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/how-i-created-an-assessment-to-evaluate-potential-new-hires</guid>
      <pubDate>Sat, 10 Nov 2018 00:00:00 GMT</pubDate>
      <description>Evaluating developer skills is not a science and I think most test miss the mark.</description>
    </item>
    <item>
      <title>Phobia and the Mislabeling of Hate</title>
      <link>https://arkmuntasser.com/posts/phobia-and-the-mislabelling-of-hate</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/phobia-and-the-mislabelling-of-hate</guid>
      <pubDate>Sat, 21 Apr 2018 00:00:00 GMT</pubDate>
      <description>White supremacy is so systemic it's even baked into the words we use to describe it such that it doesn't put the onus on the white supremacist.</description>
    </item>
    <item>
      <title>What Even are &quot;Real&quot; Developers</title>
      <link>https://arkmuntasser.com/posts/what-even-are-real-developers</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/what-even-are-real-developers</guid>
      <pubDate>Sun, 01 Apr 2018 00:00:00 GMT</pubDate>
      <description>The irony of gatekeeping in a field and medium literally meant to not have gatekeepers is totally lost on some.</description>
    </item>
    <item>
      <title>Write Better Code with CSS Grid</title>
      <link>https://arkmuntasser.com/posts/write-better-code-with-css-grid</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/write-better-code-with-css-grid</guid>
      <pubDate>Sun, 11 Feb 2018 00:00:00 GMT</pubDate>
      <description>HTML is for structuring and describing your content and not for layout.</description>
    </item>
    <item>
      <title>How to Improve Dropdown Navigation with Animation</title>
      <link>https://arkmuntasser.com/posts/how-to-improve-dropdown-navigation-with-animation</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/how-to-improve-dropdown-navigation-with-animation</guid>
      <pubDate>Wed, 27 Dec 2017 00:00:00 GMT</pubDate>
      <description>Trying to move diagonally to a hover-triggered menu and having it disappear on you. Flames. On the sides of my face.</description>
    </item>
    <item>
      <title>Punching Nazis is an American Pastime</title>
      <link>https://arkmuntasser.com/posts/punching-nazi-american-pastime</link>
      <guid isPermaLink="true">https://arkmuntasser.com/posts/punching-nazi-american-pastime</guid>
      <pubDate>Mon, 23 Jan 2017 00:00:00 GMT</pubDate>
      <description>Indiana Jones killed so many Nazis, like, if it were anyone other than Nazis you would say it bordered on excessive.</description>
    </item>
  </channel>
</rss>