AnonX - Anonymous Posting

x/DevSpeak

Description: Programming & development discussion without taking 'tech' or 'coding'.
Posting Rules: Be respectful. No spam. Stay on topic.

Threads

DP
Anonymous 3 weeks ago
This is why I do most developing in Firefox
Thread image

As for a lot of my testing needs, i often need to use private browsing. These are my 3 browsers, first regular, then their Private/Incognito/InPrivate...

DP
Anonymous 3 weeks ago
Built a doc upload workflow for a construction PM tool I'm building
Thread image

I’m working on a side project called **BuildFlow,** a construction project management tool aimed at small site teams (think contractors, not big corps...

DP
Anonymous 3 weeks ago
Wife's first web game - phrasicle.com, a NYT-inspired word chain game
Thread image

Hey everybody! Just wanted to share my wife's first web game project: [phrasicle.com](http://phrasicle.com) . She's been at home with our 3 young daug...

DP
Anonymous 3 weeks ago
Curious What Payment Gateways Do You Integrate Most Often?
Thread image

Saw some stats recently about payment platforms used by IT companies:

Stripe – 80.1%

PayPal – 74.3%

Shopify Payments – 41.5%

Square, Klarna – 17%...

DP
Anonymous 3 weeks ago
NPM libraries to run Half-Life, Counter Strike 1.6, etc
Thread image

Hey there
Recently I made zero deps npm libraries with typescript to run xash3d-fwgs engine
Check it out
[https://www.npmjs.com/package/hlsdk-po...

DP
Anonymous 3 weeks ago
Built an IP lookup tool with React - first time using Tailwind
Thread image

Made **IPintel** as a side project. It's like whatismyip but with speed tests, maps, and VPN detection.

**Try it:** [https://ipintel.vercel.app/](htt...

DP
Anonymous 3 weeks ago
PHP is still alive and well because of Laravel
Thread image

I use PHP regularly and often. Laravel is a pretty amazing framework that already incorporates things like authentication, middleware, routing, secur...

DP
Anonymous 3 weeks ago
I made a website to find the best food on any road trip
Thread image

I got tired of eating at fast food every time I go on a road trip, so I made a website to find all the best food on a route. Google/Apple Maps only le...

DP
Anonymous 3 weeks ago
AI Coding Tools Slow Down Developers
Thread image

Anyone who has used tools like Cursor or VS Code with Copilot needs to be honest about how much it really helps. For me, I stopped using these coding...

DP
Anonymous 3 weeks ago
do a chin-up, save a cat (I'm building a workout game on the web, using mediapipe + threejs)
Thread image

here's a live demo if you want to try: [https://www.funwithcomputervision.com/chinup/](https://www.funwithcomputervision.com/chinup/)

I added push-up...

DP
Anonymous 3 weeks ago
First project
Thread image

Just began my first project after starting webdev. A simple calculator using html, css and js. I've set the rules. No tutorials showing me how to buil...

DP
Anonymous 1 month ago
How to do this
Thread image

How do people do this hero design's??


Ans also I see people using arrows and others in website. Do we create it using SVG tag or create arrow in Pho...

DP
Anonymous 1 month ago
Logo: Text or Image?
Thread image

Is the "Youtube" in Youtube's logo written in text or attached as a picture/png? I'm unable to figure out since I'm neither able to select the letters...

DP
Anonymous 1 month ago
I made a browser extension that calculates your carbon footprint when you shop online
Thread image

It's called [Fig](https://getfig.io/) \- it calculates the carbon footprint of any of your purchases in real time and gives you the opportunity to off...

DP
Anonymous 1 month ago
Small Shopify + Klaviyo bug fix using /cart/add.js — how I passed the right image variant to Klaviyo
Thread image

Heads up for anyone using Klaviyo + Shopify, the "Add to Cart" email often shows the *wrong variant image* (even if the customer selected a different...

DP
Anonymous 1 month ago
I achieved multiplayer mode in my game using just database listeners
Thread image

I’ve been working on a coding puzzle game where you guess what a code snippet prints. I recently added a basic multiplayer mode, and surprisingly, I g...

DP
Anonymous 1 month ago
Help me with shipping alternatives, how to fix it.
Thread image

i have free shipping after 200$ and once the items in cart are more than 200$ it gives options to choose between free shipping and flat rate
How can i...

DP
Anonymous 1 month ago
i am searching for a good udemy backend course for a data sceince guy like me
Thread image

i deploy models in data science using radio and I feel it is too simple and isn't really for production, that's why I wanted to deep dive in backend a...

DP
Anonymous 1 month ago
What's this Patreon UI effect on hovering on the page?
Thread image

From [patreon](https://www.patreon.com). Appears as a bubble and you can click to change the background media either forward or backwards depending on...

DP
Anonymous 1 month ago
Cold starts killing your app demos ? 😤
Thread image


I kept running into cold starts on my hosted projects — especially with platforms like Vercel and Render that sleep apps during inactivity.

So I bui...

DP
Anonymous 1 month ago
charset / database collation / invalid character
Thread image

I created a website years ago that's been fine and all of a sudden in the past few days the '£' symbol is now displaying as an invalid character....

DP
Anonymous 1 month ago
I built a hand gesture 3D globe explorer
Thread image

Controlling a 3D globe with hand gestures

This uses computer vision / hand tracking to control map zoom, rotation, layer view toggle

Runs in...