Home Blog Links About Notes

TILs, snippets—my digital code garden 🌱.

All notes 11ty a11y ai animation api backend cheatsheet cli computer-science cpp css cypress deno dev devops git golang graphql html interview javascript messaging networking node performance php python questions react rust services sql storybook svelte sveltekit testing typescript typography vscode

📱is-mobile check

https://github.com/faisalman/ua-parser-js
21 Jan 2023
javascript
const parser = require('ua-parser-js')

function isUserAgentSignallingMobile(userAgentString) {
  const ua = parser(userAgentString)
  return ua.device.type === 'mobile'
}
> cd ..
Feeds Colophon Worklog Now Uses Notes GitHub Bluesky Mastodon

© 2026 Zander Martineau • #eec9b70 • This site is always under construction. 🚧