No one can know everything about web development.
#WebDev #Truth #FrontendWebDev #Mind
#frontendwebdev #html #css #javscript Another calculator... Just for fun!
codepen.io/John-Carruth...
Year 9 into my #frontEndWebDev career and today I used my first "else if" statement in production.
Mistakenly leaving off the Element you're assigning an event listener to is a very confusing bug to figure out ๐
#frontEndWebDev
The smallest Play/Pause <svg> I could write. Toggle the shapes' display with the parent's aria-label. #frontEndWebDev
<svg width="100" height="100"><defs><style>svg { fill: #fff5 } rect { width: 40%; height: 100%; }</style></defs><rect/><rect x="60" /><polygon points="0,0 100,50 0,100" /></svg>
Gotta remember to steal Apple's macOS translucent style for my Bootstrap dropdown menus. #uxui #frontendwebdev #css #bootstrap #macos
Updating some legacy code today at work.
I changed a <div> display property from "table" to "flex".
I can hear 2004 exploding in the distance.
#frontEndWebDev
Submitted without context... CSS Grid is amazing.
#frontEndWebDev
Wrote a function to front load some easy answers to NTPv2 if the user is a first time player.
Really made it obvious that I need to upload some easier parts because it was pretty difficult to choose.
Hopefully it helps decrease the number of folks only playing once.
#frontEndWebDev
I've been studying web performance for 3+ years and I still feel like I learn things every week. There are always new techniques and technologies to help if you just do the research and keep testing.
#frontEndWebDev
The great John Carmack told us to "Act on press" and I think he's right.
I changed namethatpart.com answer buttons to "mousedown" from "click" and I think it makes gameplay feel snappier.
It should also help those competing for the high score squeeze out a few more points.
#frontEndWebDev
Just found the editor.linkedEditing preference flag in VS Code for changing the opening and closing element tags in HTML at the same time.
Read: I just saved hundreds of seconds of dev time per year.
#frontEndWebDev