I was recently integrating “Login with X” (Twitter OAuth 2.0) for a project, and everything seemed smooth — got the access token without issues. But when I tried calling https://api.twitter.com/2/users/me, I hit a 403 Forbidden response. No clear errors. No useful clues. After tons of debugging, the fix was surprising: Twitter (X) requires the tweet.read… Continue reading Twitter API OAuth 403 Forbidden Fix
How to exclude a domain from HostRegexp in Traefik
If you’re brave like me and have hosted an app with wildcard subdomains on your traefik server, you might find yourself in the situation where you want to exclude a subdomain from being routed by traefik router to the app container. Let’s say you have a router like this: Thats goanna have all the subdomains… Continue reading How to exclude a domain from HostRegexp in Traefik
Docker Container Can’t Connect to Another on Same Network? Check This Portainer Quirk
Today I hit one of those sneaky Docker networking issues that nearly drove me up the wall. Maybe this’ll save someone else from the same hours of head-scratching. I have an php application container that had been running fine, until it suddenly couldn’t connect to one of its internal services anymore. In my case, the… Continue reading Docker Container Can’t Connect to Another on Same Network? Check This Portainer Quirk
The Pulse of Post-Rock: Inside the World’s Largest Archive of Genre Releases
In a world overflowing with playlists and streaming noise, true discovery often feels like a lost art. That’s what makes Post-Rock Nation more than just another digital stop on the music map. It’s a curated haven—born out of a deep love for atmosphere, crescendo, and sound that breathes without words. Since its founding, Post-Rock Nation… Continue reading The Pulse of Post-Rock: Inside the World’s Largest Archive of Genre Releases
Saying Goodbye to Twitter (currently X)
After more than six months of inactivity, I finally deleted my Twitter account. I’ve tried removing my social media accounts before, but something always kept me tied to them—mainly using them for app development. When I attempted to delete my Facebook account, I had to manually remove over 20 failed apps and transfer admin rights… Continue reading Saying Goodbye to Twitter (currently X)