I wrote about some things I'm struggling with in the technology industry, preceded by an appreciation for folk music.
Posts by Thea ๐ฉ๐ปโ๐ป๐ฑ๐๐
Built a small PWA last weekend for the DEV Weekend Challenge ๐
DevStretch - for developers who forget to move while coding ๐ง๐ปโโ๏ธ
- PWA
- Wake Lock API
- Service Worker notifications
- Zero dependencies
Demo + write-up:
dev.to/highflyer910...
Built this over the weekend: tap the lie, watch it break๐ฅ
Experimented with 'globalCompositeOperation = "destination-out"' to simulate a shattering glass effect๐ฉ๐ปโ๐ป
Just Canvas + GSAP
Simple idea, satisfying result๐
#JavaScript #creativecoding
codepen.io/HighFlyer910...
Iโm attending @NodeCongress, the biggest conf on #JavaScript backends โ by clicking the badge you may get a free remote ticket & join me there with 5k other #nodejs devs & 15 great speakers #deno #cloudflare #awscloud
gitnation.com/badges/node-...
Did you know you can get your GitHub profile pic by adding .png to your profile page? It's super handy!
github.com/cassidoo.png
This ๐got picked by @CodePen๐
My last pen of 2025 for the final #codepenchallenge ๐ง๐ปโ๐ป
Happy holidays๐
codepen.io/HighFlyer910...
1200 days of Italian ๐ฅฐ
A questo punto mi merito la cittadinanza onoraria italiana ๐๐ฎ๐น
#Duolingo
Rightt! And fixed now ๐ Setting z-index: 1 on ::view-transition-group(nav) and removing it from the header/hero keeps the nav on top during transitions..
I didn't notice the hero covering the nav on scroll before :)
Appreciate you taking the time to explain! ๐
Thanks for checking it out! ๐
Interesting suggestion on the z-index, what's the reasoning behind keeping nav on top vs. header/hero? I'm curious about your approach
I just published a deep dive on the View Transitions API, and Iโm really excited about this one ๐ฉ๐ปโ๐ป
Itโs supported in all major browsers now and makes web app transitions feel smooth with just a few lines of code ๐ช๐ป
#devcommunity #frontend
dev.to/highflyer910...
Spent the afternoon making this autumn daydream come alive with AI ๐๐ฌ๐ฅฐ
If nostalgia had a color, it'd be falling leaves ๐โ
DEADLINE MODE: Activated๐ป๐
When the ghost screamsโฆ you ship ๐:)
Happy Halloween๐
#HappyHalloween #deadline #AICreepy
Got curious about single-tenant vs multi-tenant SaaS and ended up turning confusion into a blog post ๐๐ฉ๐ปโ๐ป
Hereโs the simple version ๐
#DEVCommunity #LearningInPublic #SaaS
dev.to/highflyer910...
A blue background with the DEV profile handle โ@highflyer910โ. A speech bubble from their profile picture features the blog title " Passkeys Without the Pain: A Frontend Dev's Guide" and quote: โIt took me one weekend to add passkeys, and now my app is ready for users. Better security, smoother UX, and fewer support headaches.โ.
A simple streamlined guide to passkeys by @highflyer910.bsky.social
Read it here: dev.to/highflyer910...
I thought my backups were safe until I tried restoring one ๐ฌ
A backup is worthless until youโve tested restoring it ๐
So I wrote about what I learned ๐ฉโ๐ป
#DEVCommunity #database
dev.to/highflyer910...
messenger.abeto.co
This is freaking insane. The level of polish necessary for this visual fidelity and it all runs flawlessly on mobile. Hats off.
Just published a new post on dev.to โจ
Passkeys donโt have to be intimidating.
Hereโs my frontend devโs guide to adding them without the headaches ๐ฉโ๐ป
#DEVCommunity #Security
dev.to/highflyer910...
Congrats to our Top 7 authors of the week!
Featuring:
The Multi-Tab Logout Problem Nobody Warned You About by @highflyer910.bsky.social
Talks and travels: FrOSCon, Germany by @andypiper.me
And more!
Check them out: dev.to/devteam/top-...
You log out in one browser tab, but other tabs still look logged in?
This confuses users and creates security issuesโ ๏ธ
The fix: use localStorage events to sync logout across all tabsโ
Just wrote a blog post about it๐ฉ๐ปโ๐ป
#JavaScript #DEVCommunity
dev.to/highflyer910...
New CSS text shadow guide! ๐ฉ๐ปโ๐ป
From simple text-shadow to gradient effects, with a
#codePen demo
codepen.io/HighFlyer/pe...
#CSS #frontend
dev.to/highflyer910...
Shadow challenge completeโจ
Used data-text + CSS attr() for text shadows. Way better than having duplicate text in HTML ๐๐ฉโ๐ป
#CodePenChallenge #CSS #cpc-shadow
codepen.io/HighFlyer/pe...
gradient tracking that follows a cursor
Just created an Aurora Button for #CodePenChallenge ๐ฉ๐ปโ๐ป
- Interactive tracking that follows your cursor โ
- Multi-layered shine effects with glass morphismโ
#cpc-shine
codepen.io/HighFlyer/fu...
#CodePen did it again! ๐my 'What's Behind?' 3D door effect was picked ๐ฉ๐ปโ๐ปthanks as always โบ๏ธ
codepen.io/HighFlyer/fu...
Just dropped my blog post on โSphereConnectโ, a full intranet homepage UI for Axero's challenge ๐ฉ๐ปโ๐ป
๐ ๏ธ React + MUI
๐จ Dual themes
๐ฌ Chat + tasks + employee widgets
#devchallenge
dev.to/highflyer910...
Finally got my FastAPI app deployed on Vercel after some trial and error ๐ช
Wrote down everything I learned because I know I'll forget these steps in 2 weeks๐
Maybe it'll help someone else too ๐ฉโ๐ป
#FastAPI #Vercel #DEVCommunity
dev.to/highflyer910...
Built this for fun and @codepen.io picked it๐ฅฐMany thanks!๐ฉ๐ปโ๐ป
codepen.io/HighFlyer/fu...
Just wrote a blog post about the latest #DeveloperNationSurvey ๐ง
It dives deep into dev trends, tools, AI, and prizes too ๐
Curious where tech is heading in 2025?
Read here: dev.to/highflyer910...
Then take the survey: survey.developernation.net/name/dn30/br...
#WebDev #TechTrends #progamming
AI has always promised to help people spend more time doing valuable work by automating the manual, repetitive, toilsome tasks so that software developers can be free to use their time on "something better".
That's not what's happening.
I learned the hard way what happens when dev tools break their billing promises.
Appwrite locked me out after I downgraded early, despite their โno awkward breakupsโ promo.
I rebuilt on Supabase in 3 nights and wrote the whole story ๐๐ป
๐ป App: kitchenpal.vercel.app
๐ Blog:
dev.to/highflyer910...
๐ฅณ It's an exciting day! ๐ฅณ
Thanks to Webflow GSAP is now 100% FREE - including ALL of the bonus plugins like SplitText, MorphSVG, and all the others that were exclusively available to Club GSAP members.
We can't wait to see what you make!
gsap.com/blog/3-13