This is a blog about front end development, design, and other musings by Una Kravets
-
Lessons Learned at IBM Design
I've learned so much during my time at IBM Design! This is a little wrap up post and an announcement about my next adventure.
-
Pure CSS Games with Counter-Increment
Did you know you can make games in CSS? This post explores a relatively obscure CSS property (counter-increment) combined with checkbox inputs to show you how.
-
Interview on The Start FM
I was interviewed for one of my favorite podcasts ever: The Start FM. The conversation is about how I got to be where I am now and what it means to be so young in the industry.
-
If You Know Sass, You Know ES2015
If you know some Sass, you're probably a lot further than you think to understanding and diving into the world of modern JavaScript. This post showcases some of the similarities.
-
Finessing < feColorMatrix >
CSS Filters are awesome, but you can't do individual channel manipulation with them. Enter: feColorMatrix, SVG filter effect method that allows for really in-depth pixel value manipulation for even better image filters.