Grab a seat and enjoy the JavaScript. joezimjs.com

Wisconsin, USA
Alright... I might need to try Astro (m.youtube.com/watch?v=mgkwZq…). I've been wanting something like this for a good while for simpler apps like blogs. Seems to make it super easy to sprinkle in JS only where it's needed.
Enjoyed watching #FrontEndTestFest yesterday, but due to the difference in time zone I had to miss the last couple hours of it. Keep me in the loop for when and how I can access the recordings!
A JS Nation remote conference, beside the main JavaScript conference talks delivered by well-known pros, be prepared for a number of virtual networking rooms focusing on tech topics, interactive entertainment, and engaging challenges. Book your ticket at live.jsnation.com
To help you stay up-to-date on the latest JS tech, the GitNation team is offering JSNation Live - a 2-day remote conference on all things JavaScript, gathering international software engineers in the cloud - on June 9-10, 2021. live.jsnation.com/
CORE LIBRARY AUTHORS. HANDS-ON LEARNING. THE FUTURE OF JS. Get it all for free at JS Nation: live.jsnation.com/
25,000 #JavaScript developers in one virtual space... ... and you can be one of them for FREE! Attend #JSNationLive, and see talks by @evanyou, @linclark, @DavidKPiano, @arcanis, @devdevcharlie & many others.
1
1
JZ JavaScript Corner retweeted
It's exciting getting an idea from 0 to 1%, fun from 1% to 50%, somewhat ok from 50% to 90%. 90-99% is a grind, and that last 1% typically never gets finished.
26
125
1,063
I can't believe this... they're saying it right out that these human lives are worthless...
rome.tools/ Trying to bring this many tools into a single solution is tough because you have to be competitive with every tool. I wish these guys luck cuz if they pull it off, it could be great!
Just discovered redwoodjs.com/ It's interesting and ambitious. Looking forward to 1.0 and beyond. It's just too bad I use Vue for my side projects instead of React. Would love to see something like this for Vue ecosystem.
Bring Spacer GIFs Back? joshwcomeau.com/react/modern… by @JoshWComeau I saw a recommendation to check this guy out and this is the first thing I read. I see both pros and cons, but I have already started leaning toward separate components for layout/spacing, so why not? What think u?
1
I'm Triplebyte certified in Front End! #triplebytecertified triplebyte.com/tb/joseph-zim… --- They had an interesting mix of questions, but I feel like more questions would be needed to be a truly useful certification.
What a neat little trick. Create a line break while maintaining inline status: piccalil.li/quick-tip/create… @hankchizljaw
...he's still sitting there. I can't get him to stand up or go away. Diamonds don't invoke any response from him either, probably because he's sitting. No idea how to get rid of him.
JZ JavaScript Corner retweeted
We’ve improved <img> lazy-loading in Chrome! bit.ly/lazy-updates The new thresholds for when we load <img loading=lazy>: * Offer *much* better data-savings * Are closer to JavaScript lazy-loading libraries * Are rolling out to Chrome 79+
67
784
3,189
A not-so-cheat-sheety cheat sheet for JavaScript: websitesetup.org/javascript-… (It's 24 pages, hence not-so-cheat-sheety) Plenty of stuff on there that might as well have been excluded, but it's decent quick reference
1
Every time I see something like this, I wonder how many little tricks there are out there like this that some/many people know but I haven't been told about yet? As always, you don't know what you don't know. There's always more to learn.
🖼 If you’re building hero-style content with background images—maybe even through a CMS—you can hugely improve rendering times (LCP) with one additional line of HTML.
Wanna get your hands on the hottest #JavaScript tech? Reserve a spot at #JSNationLive happening on June 18-19, and see speakers / instructors like @mxstbr, @jenlooper, @matteocollina, @John_Papa, @dabit3 and many others. live.jsnation.com/workshops?…
2
4
CSS Button Styling Guide Shared from ModernCSS.dev | By @5t3ph moderncss.dev/css-button-sty… Well thought out but there's one thing I would add: -webkit-appearance: none iPhones like to create their own native button styles that override yours unless you have this