Front End Mock Technical Interview
I ran a mock front-end interview on my friend DonTheDeveloper's channel, and I've gotten a lot of positive feedback from folks, so here it is for y'all to see :-)
Published
I ran a mock front-end interview on my friend DonTheDeveloper's channel, and I've gotten a lot of positive feedback from folks, so here it is for y'all to see :-)
Published
When working with React, we often just plop JSX tags down and call it a day, but those tags are function calls that return React elements, and if you're caching those elements, they might behave differently than you'd expect.
Published
useReducer is great, but the standard way of using it clunky. Here's my stab at a simpler interface.
Published
It's been a while, y'all. In this post, I'll talk about my new site, and what I plan on talking about in the future.
Published
In this post, we'll go through the process of creating an image carousel from the ground up using HTML, CSS, and Javascript.
Published
I recently came across a clever use of :on-hover and the general sibling selector to create a mouseover zoom effect that follows your mouse cursor. Here's my take on that effect using SCSS and Jade to make it a bit more flexible.
Published
CSS transitions are great. By setting different durations, delays, and timing functions, we can create complex animations rather easily. Let's make an animation that has two distinctly different trantisions based on the simple toggle of a class.
Published
In this post, we'll go through the process of creating an interactive, user-controller carousel that uses only HTML and CSS. No JavaScript needed!
Published
Quickly create an Apple Watch notification mockup for your app using Quartz Composer and Origami 2.0.
Published
A few days ago, Facebook released a massive update to Origami. Here's my first stab at making a quick animation prototype.
Published
Hey, welcome to my new website! There are tons of things I want to learn and write about in the near future. Stay tuned.
Published