Image Resizing

Posted by on

One of the things that really grinds my gears is trying to upload an image and then being told it needs to be smaller. This post covers how a website can dynamically resize an image to the size they need and also lightly covers Promises and asynchronous code.

Read: Image Resizing

The Perfect Button

Posted by on

If you've ever worked in a shared codebase with more than a handful of engineers, you've probably come across at least a few buttons that look the same but are very different once you get to know them. The Perfect Button will help solve or help you prevent this problem in a few quick lines of CSS.

Read: The Perfect Button