-
Should You Chain or Extend CSS Classes?
If you’re building an app or a website that changes often, modular CSS methods solve many issues. Instead of copying your HTML structure in CSS and decorate it, you create...
Read "Should You Chain or Extend CSS Classes?"
-
Build a Shopping Cart with Vue and Dinero.js
My friend Cory and I chat almost every day, so you can bet he knows about everything going on in my life. But as we were talking the other day,...
Read "Build a Shopping Cart with Vue and Dinero.js"
-
How to Handle Monetary Values in JavaScript
Money is everywhere. Banking apps, e-commerce websites, stock exchange platforms, we interact with money daily. We also increasingly rely on technology to handle ours. Yet, there’s no consensus around how...
Read "How to Handle Monetary Values in JavaScript"
-
Setup For an Open Source JavaScript Project
When I started my career, my mentor told me: “A good developer is a lazy developer. Don’t waste time on repetitive tasks, instead spend it on building automated processes. The...
Read "Setup For an Open Source JavaScript Project"
-
Multi-Colored SVG Symbol Icons with CSS Variables
Long gone are the days of using images and CSS sprites to make icons for the web. With the explosion of web fonts, icon fonts have become the number one...
Read "Multi-Colored SVG Symbol Icons with CSS Variables"