Speed up build times with this little Git trick

When building applications on build pipelines like GitHub Actions, Google Cloud Build, CircleCI, etc. every second counts. Here’s this small trick I use to speed up build times: when cloning the repo…
When building applications on build pipelines like GitHub Actions, Google Cloud Build, CircleCI, etc. every second counts. Here’s this small trick I use to speed up build times: when cloning the repo…
This website is designed to help you understand some basic git concepts visually. This one would’ve come in handy back when I was teaching my students Git, in addition to the slides I used back then…
Handy tool by Josh W. Comeau to look up JavaScript operators. JavaScript Operator Lookup → 🤩 If you’ve been following bram.us for a while you might already know that my favourite operators are the op…
Just announced on the Chromium mailing list is an “Intent to Prototype” Container Queries, which is quite exciting news 🎉 🤔 Container Queries? Container Queries allow authors to style elements accord…
🙂
Today Sebastian wondered: Disabling a form submit button while submitting: yay or nay? (I thought I saw some research that discourages it, but can't remember where or why) — Sebastian De Deyne (@sebd…