This is just one of several places where I tinker with ideas, burn the midnight oil, fix bugs and inadvertently end up creating more of them in the end, but alas… c'est la vie d'un développeur.
👔 | I’m currently employed at Carevoyance at Definitive Healthcare. |
📚 | I’m currently learning Svelte, SvelteKit, D3, LayerCake, PostGreSQL. |
👯 | I’m looking to collaborate on a new idea surrounding git versioning. |
🤝 | I’m looking for help maintaining and growing TypedCSS. |
👨💻 | Explore some of my tinkering on CodePen. |
💬 | Ask me about CSS, SCSS, Tailwind, JavaScript, React, or Svelte. |
📫 | You can reach me on Twitter or via email. |
📄 | Learn more about my professional experience on LinkedIn or download my resume. |
⚡ | When I'm not flushing out lines of code faster than Eminem raps (or occasionally staring at my screen blankly), I enjoy traveling 🏔, photography 📸, playing sports 🏓, hiking 🥾, and spending time with friends and family 👨👩👧👦. |
- Answer by Brandon McConnell for Performance of Array.flat() vs spread operator to flatten multiple arrays into one
- Answer by Brandon McConnell for JavaScript map & find at the same time: findMap?
- Boolean truthiness narrowing not working in Typescript
- Answer by Brandon McConnell for Adding tabindex dynamically
- Prevent merging of branch conditionally based on label
- @branmcconnell: @pie6k Does the new update fix that age-old cursor tracking bug?
- @branmcconnell: @IntoGalaxyy fwiw iPhone doesn’t have swipe gestures for all those buttons There’s no universal “back swipe” and there’s no swipe that takes you to your options or apps screens
- @branmcconnell: @adamwathan Nice! Adjacently related— here’s a PR you requested (in #13594) that fixes some hyphen issues in v3: #13605 we already merged the v4 equivalent: #13596
- @branmcconnell: @theo I’ve had this happen several times 🤦🏻♂️
- @branmcconnell: @adamwathan Oh snap! Game changer. I changed all my [--test] to [var(--test)], but I will gladly change those all to (--test) 😁 Does the parentheses syntax apply to any other features, or is it unique to variables?