Trending

#webdev

Latest posts tagged with #webdev on Bluesky

Latest Top
Trending

Posts tagged #webdev

Image post

Image post

✨Bend node now has a new "spherize" mode!

#animgraphlab #figma #adobe #illustrator #canva #inkscape #vector #graphicsdesign #warp #distort #webdev

0 1 0 0
Video

Playing around with an idea - an editor to sharpen my writing. Super early version. #buildinpublic #indiedev #webdev

1 0 0 0
URLPattern: hostname property - Web APIs | MDN The hostname read-only property of the URLPattern interface is a string containing the pattern used to match the hostname part of a URL.

🦖 URLPattern: hostname property
☑️ Newly available (from Sept 2025)

developer.mozilla.org/en-US/docs/Web/API/URLPa...

The hostname read-only property of the URLPattern interface is a string containing the pattern used to match the hostname part of a URL.

#webdev

0 0 0 0
Preview
comiCSS comiCSS Games: games about CSS. Coded in CSS (mostly).

#Development #Fun
Front-end Crossword · The crossword puzzle for front-end developers ilo.im/16baxk by Álvaro Montoro

_____
#HTML #CSS #JavaScript #Forms #Accessibility #ARIA #Images #HTTP #WebDev #Frontend

0 0 0 0

Stop blindly trusting reCAPTCHA v3 success: true.

That only tells you the token is valid, not that the user is human.
To kill the bots, your backend needs to:
Check the score (0.0-1.0)
Verify the action name
Set your threshold to 0.5 and adjust.
#dotnet #webdev #security #reCAPTCHA

0 0 0 0
Preview
SpeechRecognitionPhrase The SpeechRecognitionPhrase interface of the Web Speech API represents a phrase that can be passed to the speech recognition engine for contextual biasing.

🦖 Random MDN: SpeechRecognitionPhrase 🦖

developer.mozilla.org/en-US/docs/Web/API/Speec...

The SpeechRecognitionPhrase interface of the Web Speech API represents a phrase that can be passed to the speech recognition engine for contextual biasing.

#webdev

0 0 0 0
screenshot of opencourse - one of Petipois astro projects

screenshot of opencourse - one of Petipois astro projects

I am on a mission to make @astrodotbuild the easiest framework to migrate to and the best to build with.

Tools
WPress2Astro
Figstro
Opencourse (free template)

Platforms
CapsuleTalent
LudumLanding

www.petipois.com/projects
#astrojs #buildinpublic #webdev #gamedev #fullstack

9 3 0 0

A relire : https://devhints.io/ une collection de cheatsheets

https://devhints.io/

#documentation #cheatsheet #cheatsheets #webdev #devweb @devhints

https://devhints.io/

0 1 0 0
Preview
SonarQube vs SonarCloud: Self-Hosted vs Cloud Code Quality (2026) SonarQube vs SonarCloud compared - self-hosted vs SaaS, features, pricing, language support, CI/CD integration, and which SonarSource product is right for your team.

SonarQube vs SonarCloud: Self-Hosted vs Cloud Code Quality (2026) Quick Verdict SonarQube and SonarCloud are both products from SonarSource that share the same core analysis engine, the same 6,500+...

#codereview #ai #programming #webdev

Origin | Interest | Match

0 0 0 0
Preview
The Bugs Nobody Fixed (Until Now) Engineers don't fail because they're careless. They fail because the tooling gaps are real, quiet,...

The Bugs Nobody Fixed (Until Now) Engineers don't fail because they're careless. They fail because the tooling gaps are real, quiet, and nobody writes them up until something breaks in prod...

#webdev #ai #programming #tutorial

Origin | Interest | Match

0 0 0 0
SurrealDB: The "One-Size-Fits-All" Database for Lazy Developers (Part 1) - prodSens.live *Intro: * We need to talk about your “Modern Stack” Let’s be real for a second. We’ve all…

SurrealDB: The “One-Size-Fits-All” Database for Lazy Developers (Part 1) *Intro: * We need to talk about your “Modern Stack” Let’s be real for a second. We’ve all… The post SurrealDB:...

#Software #backend #database #prodsens #live #sql #webdev

Origin | Interest | Match

0 0 0 0
Preview
SurrealDB: The "One-Size-Fits-All" Database for Lazy Developers (Part 1) *Intro: * We need to talk about your "Modern Stack" Let’s be real for a second. We’ve all been there:...

SurrealDB: The "One-Size-Fits-All" Database for Lazy Developers (Part 1) * Intro: * We need to talk about your "Modern Stack" Let’s be real for a second. We’ve all been there: Y...

#database #sql #webdev #backend

Origin | Interest | Match

0 0 0 0
Preview
AI-Assisted Cypress CI: Detecting Selector Drift and Proposing Fixes Automatically CI failures are frustrating — especially when the fix is obvious. A very common scenario: Cypress...

AI-Assisted Cypress CI: Detecting Selector Drift and Proposing Fixes Automatically CI failures are frustrating — especially when the fix is obvious. A very common scenario: Cypress tests pass loc...

#ai #testing #cypress #webdev

Origin | Interest | Match

1 0 0 0
Preview
GPT-4o vs Claude vs Gemini: I ran the same 50 prompts through all three so you don't have to I got tired of the copy-paste workflow. You know the one: write a prompt in ChatGPT, screenshot the...

GPT-4o vs Claude vs Gemini: I ran the same 50 prompts through all three so you don't have to I got tired of the copy-paste workflow. You know the one: write a prompt in ChatGPT, screenshot the ...

#ai #webdev #productivity #programming

Origin | Interest | Match

2 0 0 0
Preview
Do “Popular Tools” sections actually help SEO? While building AllInOneTools, I added a “Most Popular Tools” section on the homepage. At first, the...

Do “Popular Tools” sections actually help SEO? While building AllInOneTools , I added a “Most Popular Tools” section on the homepage. At first, the goal was simple: Help users start quickly...

#webdev #discuss #buildinpublic #productivity

Origin | Interest | Match

2 0 0 0
Preview
How to Architect AI Products That Improve Over Time Invitation: Now, I am officially active on X (Twitter). For new DevOps ideas, you can join me on X...

How to Architect AI Products That Improve Over Time Invitation: Now, I am officially active on X (Twitter). For new DevOps ideas, you can join me on X (Twitter) as well. Click Here Article Abstract...

#webdev #ai #programming #beginners

Origin | Interest | Match

1 0 0 0

The process for releasing a browser extension for Chrome, Edge, and Firefox was pretty straightforward. FF was sus because of inconsistent branding. But trying to release one for Safari is a royal pain in the butt. It's all designed to get you to spend $100 yr. Not sure it's worth it.

#WebDev

11 0 1 0

“My software has been far too stable recently. Gonna do some rebugging.” — Declan Chidlow

_____
#Development #Software #Programming #Coding #WebDev #Frontend #Backend #Quotes

1 0 0 0
Preview
Document: readystatechange event The readystatechange event is fired when the readyState attribute of a document has changed.

🦖 Random MDN: Document: readystatechange event 🦖

developer.mozilla.org/en-US/docs/Web/API/Docum...

The readystatechange event is fired when the readyState attribute of a document has changed.

#webdev

0 0 0 0
Preview
I Calculated What My $200/Month AI Subscription Actually Produced. Here's the Math. I pay $200/month for Claude Code Max. After 50 days, I wanted to know: is this rational? Not "is AI...

I Calculated What My $200/Month AI Subscription Actually Produced. Here's the Math. I pay $200/month for Claude Code Max. After 50 days, I wanted to know: is this rational? Not "is AI usefu...

#claudecode #ai #productivity #webdev

Origin | Interest | Match

1 0 0 0
Preview
How I Built a Niche Review Site for Squishy Toys (and What I Learned About SEO) Building a niche content site with Astro, Tailwind CSS, and structured data. Lessons on SEO strategy, schema markup, and affiliate monetization.

How I Built a Niche Review Site for Squishy Toys (and What I Learned About SEO) I never thought I'd build a website about squishy toys. But here we are. A few months ago, I was looking for a Ne...

#webdev #astro #seo #javascript

Origin | Interest | Match

2 0 0 0

Zigndoc build-in-public update: keep shipping, keep simplifying, keep improving the signing experience for contractors. That’s the whole game right now. #BuildInPublic #ConstructionTech #Startup #WebDev

7 0 3 0
Preview
Why You Should Stop Just Posting on Dev.to (and Where to Go Instead) The Developer’s Dilemma You’ve just spent three days debugging a complex Rails 8 migration...

Why You Should Stop Just Posting on Dev.to (and Where to Go Instead) The Developer’s Dilemma You’ve just spent three days debugging a complex Rails 8 migration or finally perfected your Arch Li...

#webdev #productivity #career #writing

Origin | Interest | Match

1 0 0 0
Preview
Day 41 of #100DaysOfCode — TypeScript on the Backend (Node.js + Express) JavaScript was originally built for browsers (frontend). But with Node.js and Express.js, you can run...

Day 41 of #100DaysOfCode — TypeScript on the Backend (Node.js + Express) JavaScript was originally built for browsers (frontend). But with Node.js and Express.js , you can run JavaScript on the s...

#webdev #programming #typescript #100daysofcode

Origin | Interest | Match

2 0 0 0
Preview
Privacy Policy for Your Side Project: A Developer's No-BS Guide You built a cool side project. Deployed it. Shared it on Twitter. Then someone asks: "Where's your...

Privacy Policy for Your Side Project: A Developer's No-BS Guide You built a cool side project. Deployed it. Shared it on Twitter. Then someone asks: "Where's your privacy policy?" P...

#webdev #beginners #security #legal

Origin | Interest | Match

1 0 0 0
Preview
JavaScript Scope Explained: Global, Function, and Block Scope - Makemychance JavaScript scope defines where variables can be accessed in a program. In simple terms, scope controls the visibility of variables inside your code. If you und

makemychance.com/javascript-s...
#javascript #softwareengineer #webdev

1 1 0 0
Post image

Day 61/100 of #100DaysOfCode

Solid ~2-hour session

Routes with JSON persistence - 10-15 min builds consistently

Self-debugging improving - caught syntax errors that've typically been some of my hardest to find

Starting/started SQLite theory

#reactjs #webdev #javascript #coding #learningtocode

4 0 0 0
Original post on caneandable.social

Link at end. makko is the markdown-based, people-oriented static site generator, that allows you to setup your dream blog in a matter of minutes: no complicated theming systems, no coding, little to no setup, simple to learn and understand, all of that under a specially tiny package, a portable […]

1 0 0 0
Preview
Internet Phone Book ❋ Issue 2 Hi :) Nice to meet you. We need a tiny bit of information to include your website in the Internet Phone Book ❋ Issue 2

#Business #Opportunities
Internet Phone Book, Issue 2 · Your chance to be in the next Internet Phone Book ilo.im/16b87z by Kristoffer Tjalve and Elliott Cost

_____
#Books #Websites #Blogs #IndieWeb #SmallWeb #Design #WebDesign #Development #DevOps #WebDev

1 0 0 0