| Portfolio | https://codersblock.com |
| GitHub | https://github.com/lonekorean |
| CodePen | https://codepen.io/lonekorean |
| Portfolio | https://codersblock.com |
| GitHub | https://github.com/lonekorean |
| CodePen | https://codepen.io/lonekorean |
Searching for easy piano songs to learn on youtube is the worst.
So many videos tagged "easy" that are just MIDI files plugged into a visualizer that are impossible to play.
I mean actually physically impossible to play by a single human. Like 3 notes each 12+ whole steps apart being played simultaneously.
Am I supposed to use my feet to hit these keys? 🙄
Picking dates to commit to for deadlines still makes me so nervous.
It's hard to guess how long stuff takes to do in dev.
I tend to overestimate (on purpose) because I'd rather be wrong in that direction and then surprise folks with work done early.
But then I feel dumb when they're like "lol it takes you THAT LONG to do this? no wonder your parents got divorced" (they don't really say that, I just think it)
Had a tricky responsive layout puzzle at work where I had full control over the CSS but very limited control over the HTML.
Was able to solve it with some old school `float` mojo.
I've heard `float` isn't taught much anymore ("just use flex/grid!") but I still think it's a great tool to have.