Andrew Bone
banner
link2twenty.bsky.social
Andrew Bone
@link2twenty.bsky.social
🌐 Web Developer
🍔 Burger muncher
🎮 Mass Effect fan
@jakearchibald.com Hi, do you think firefox will reconsider their decision about supporting beforeinstallprompt? I'd love to see this in the spec (and I'm sure other PWA advocates would too) but with Apple and Mozilla saying no I guess it won't go anywhere.
September 23, 2025 at 2:48 PM
Sharing my Go learning in public! Just covered container types: arrays, slices, and maps with practical examples. Check it out!

dev.to/link2twenty/...

#DevCommunity #GoLang
Learning GO: The container types
Welcome back to another exploration of Go! This week, we're looking at Go’s three container types:...
dev.to
March 27, 2025 at 6:43 PM
Loops, conditionals, and a lightweight Docker setup. This time, I’m covering Go’s for loops, if statements, and switch blocks, plus a minimal multi-stage build for running Go in Docker.

#GoLang #Coding #DEVCommunity

dev.to/link2twenty/...
Learning GO: Loops and Conditionals
Let's continue our journey into Go. Last time, we got Go set up in WSL and covered some fundamentals...
dev.to
March 20, 2025 at 5:36 PM
Just started learning Go! 🚀 Follow along as I dive into the basics, from installation to variables.

#golang #learngo

dev.to/link2twenty/...
Learning GO: A new beginning
Learning things is fun so I've decided it's time to learn go and because I enjoy making these little...
dev.to
March 14, 2025 at 6:51 PM
For years the select element has been notoriously difficult to style. Developers had to either accept the browser’s default look or resort to JavaScript-heavy solutions. That is until now...

Let's look at how to style selects and make a shadcn style select while we're at it.

dev.to/link2twenty/...
Future of CSS: Select styling without the hacks
For years the <select> element has been notoriously difficult to style. Developers had to...
dev.to
March 10, 2025 at 8:41 PM
With Chrome 134 we can finally style the native select element. I'm building a demo for an up coming blog post and thought I'd recreate the @shadcn.com select with only CSS.

ui.shadcn.com/docs/compone...
developer.chrome.com/blog/rfc-cus...

codepen.io/Link2Twenty/...

#webdev #css
shadcn/ui Select (CSS only)
...
codepen.io
March 9, 2025 at 9:46 PM
Managing the top layer is difficult and by extension this makes Dialogs and Popovers difficult. In this post I vent a little frustration and try to work out a viable solution. Any and all ideas and feedback are welcome.

dev.to/link2twenty/...

#webdev #react #javascript
Dialogs, Popovers & the Top Layer Mess
Dialogs (or modals) and popovers are essential UI components that interrupt the user's workflow to...
dev.to
February 18, 2025 at 9:15 PM
Six years ago I wrote a post about how you could use
and as a JS free accordion with html and css. Let's see what's changed since then.

#DEVCommunity #accessability #a11y

dev.to/link2twenty/...
Native HTML: Accordion Revisited
Six years ago, I explored the native <details> and <summary> elements to create...
dev.to
January 6, 2025 at 8:48 PM