photog.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for your photos and banter. Photog first is our motto Please refer to the site rules before posting.

Administered by:

Server stats:

240
active users

#webdev

64 posts45 participants8 posts today

Web dev protip:
console.log("foo: ", p);
displays p in console as a live object. If it updates, every console entry of it updates.

console.log("foo: "+JSON.stringify(p) );
dumps the current state to console so you can figure out what changed over time.

In related news, my little BASIC parser now parses at least a couple tokens correctly (the colon lines are parsed tokens)

Reposting with hashtags.

We may be looking for a Shopify contract developer to help us with an upcoming project. We're looking for someone who knows:

• Shopify configuration and administration
• Shopify theme development
• Shopify JavaScript API development
• JavaScript development (non-Shopify)
• Familiarity with Shopify web hooks
• XML creation using data retrieved from Shopify APIs

If that’s you or you know someone, please let me know.

🏕️ my adventures in #selfhosting - day 211 (CDN edition)🛡️

A "micro" blog post detailing recent experiments with my #Wordpress blog and efforts to protect it against the Mastodon Hug of Death / stampede:

🔗​: https://elenarossini.com/2025/07/my-adventures-in-self-hosting-day-211-cdn-edition/

Was 🐇​ CDN successful? I'll publish an update soon.

#MySoCalledSudoLife #Fediverse #Wordpress #CDN #webdev #Mastodon

Elena Rossini · My adventures in self-hosting: day 211 (CDN edition) — Elena Rossini
More from Elena Rossini

I almost titled this “Yo dawg, I herd you like windows so I put windows in yo windows so you can use windows while ur using windows” 😂

Here's the deal:

I’ve been mulling over some interface concepts for a new app I’m designing, and it occurred to me it might make sense to use an old-school desktop metaphor for organizing the “documents”.

All of a sudden I wondered: maybe there’s already a good #JS library which can do the heavy lifting for me? Answer: there is! #WebDev
thathtml.blog/2025/07/put-wind

That HTML Blog · Put Windows in Your Web App with WinBox.js
More from Jared White (🏳️‍⚧️ ally)