Standard Reader
@arkmuntasser
html

@arkmuntasser

My website, this time in Vue

@arkmuntasser.com0readers18posts5y ago
LatestRecent writing
They Threw Rocks
May 15, 2021
A child screams in the back while a father desperately tries to prevent the police from brutalizing his family. But they threw rocks.
racismislamophobia
The Best Part of Tailwind CSS are the Tokens
May 13, 2021
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.
cssclean-code
Animating Sprites on the Web
May 1, 2021
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.
javascriptanimation
Creating an RSS feed with Next.js and Next-MDX
Apr 12, 2021
RSS feeds were the backbone of the original social web and we need to keep it alive.
javascriptnext
Finding Respite in Lego
Apr 11, 2021
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.
relaxing
This one weird trick changed my whole async/await game
Oct 9, 2020
Seriously, this small utility function is a must-have in every project I work on.
javascript
Making Accessible Drop Caps
Mar 7, 2020
Because stories don't start with "O-nce upon a time".
accessibilityhtml
How to Build Responsive Layouts without Media Queries
Aug 2, 2019
A common misconception I see is that responsive web development means loading up your CSS files with media queries for everything.
layoutmedia-queries
How to Give an HTML Element an Aspect Ratio
Jul 27, 2019
Sometimes you just need a element to shrink or grow in height proportionally with the width.
htmlcss
Write Cleaner Code by Separating Logic from Templates
Jul 24, 2019
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.
clean-codehtml
My solution to the "Impossible Layout
Mar 23, 2019
My solution to the so called "Impossible Layout".
htmljavascript
Why I built a Custom Link Vue Component at Work
Jan 4, 2019
The most impactful components are the simplest, foundational ones.
vuecomponents