Trending

#Webdev

Latest posts tagged with #Webdev on Bluesky

Latest Top
Trending

Posts tagged #Webdev

2/2:
🚗 June 25th: Ian Dunning - TBA, but #AI-orientated & <YOU? - new speakers welcome, get in touch>

At Charles St. SHU, all on last Thursday of every month
#Sheffield #Meetup #TechMeetups #WebDev #WebDesign #UX #FrontEndSheff @sheffield.digital

0 0 0 0
Preview
Can We Use A collection of websites focused on browsers usage and features.

#Development #Collections
Can We · Websites focused on browser usage and features ilo.im/16aegg by Mehdi Merah

_____
#Browsers #DevTools #Accessibility #Privacy #Emails #WebStandards #WebPlatform #WebDev #Frontend

0 0 0 0
Post image

Section 3: React State ✅
Completed the "Chef Claude" and Sound Pads course projects.

Covered:
- Props vs. State & Data flow
- Complex `useState` (Arrays/Objects)
- React Forms (`Object.fromEntries`)
- Conditional Rendering & API Basics

scrimba.com/learn-react-...
#ReactJS #WebDev

0 1 0 0
Screenshot of the comments section of my website (post linked in body), from Drega and Monz.

Drega says: "loving that oat cake & need to try making it sometime 👀 i've been doing batch cooking on weekends for easy weeknight dinners (curries, stir fries, stews) but that looks like a nice way to have an easy & healthy breakfast ready for multiple days. currently all i have in that niche is smoothies which get old & lack chew"

Monz says: "Awesome post dude!! I’d love to visit a buff, snake-themed coffee shop when I go to Chicago."

Screenshot of the comments section of my website (post linked in body), from Drega and Monz. Drega says: "loving that oat cake & need to try making it sometime 👀 i've been doing batch cooking on weekends for easy weeknight dinners (curries, stir fries, stews) but that looks like a nice way to have an easy & healthy breakfast ready for multiple days. currently all i have in that niche is smoothies which get old & lack chew" Monz says: "Awesome post dude!! I’d love to visit a buff, snake-themed coffee shop when I go to Chicago."

Ridiculously proud of how good my custom little comment section looks on my website >:3

And also omg I didn't have email notifs setup right and I only just NOW added these...I appreciate my cool friends, thank you for nice comments UwU

#webdev

cobra.monster/blog/2026-01...

7 0 0 0
Original post on front-end.social

🦖 OES_vertex_array_object: isVertexArrayOES() method
✅ Widely available (from Apr 2018)

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

The OES_vertex_array_object.isVertexArrayOES() method of the WebGL API returns true if the passed object is a […]

0 0 0 0

✨ Mini Spotify on Firefox is also released, it's always so much fun to keep your extension compatible on different browsers, isn't it? 😂

👉 addons.mozilla.org/en-US/firefo...

#BuildInPublic #FirefoxAddOn #WebDev #DevLog #MusicLovers

2 0 1 0
Post image

Animation Retargeting can be really annoying and complicated. Babylon.js 9.0 makes it a snap with a new Animation Retargeting Tool!

#Babylon9Release #3D #WebDev #gamedev #indiedev #WebDevelopment #webgl #gamedevelopment #IndieDevs

6 1 0 0

In a world of infinite, perfect AI text, high-signal writing will be defined by its flaws. Personal voice is the only thing that won't be commoditized. Write like a human, even if it's messy. That's where the actual connection happens. #webdev 5/5

0 0 1 0
Post image

Another week, another desk setup 🙃

WTF is wrong with me? 😅

#DevLife #WorkspaceSetup #BuildInPublic #GameDev #IndieDev #SoloDev #WebDev #DevCommunity #SideProject

11 2 0 0

Having a complete bloody nightmare with my computer! Firstly, my @microsoft.com Windows o/s just decided that it didn't want to work anymore, granted it was a #windows10 installation.... Then, as I primarily use my computer for #webdev, I decided to install a @linuxkernel.bsky.social distro.

0 0 1 0
Preview
FontFace: family property The FontFace.family property allows the author to get or set the font family of a FontFace object.

🦖 Random MDN: FontFace: family property 🦖

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

The FontFace.family property allows the author to get or set the font family of a FontFace object.

#webdev

0 0 0 0
Preview
ColorFlow - Advanced Mesh Gradient Generator & Editor Create stunning mesh gradients with ColorFlow. Professional gradient editor with real-time preview, customizable control points, and export options.

#Design #Tools
ColorFlow · A powerful mesh gradient generator and editor ilo.im/16ayao by ls graphics

_____
#Images #Gradients #Effects #Animations #Colors #WebDesign #Development #WebDev #Frontend

1 0 0 0
Post image

Every image should be: compressed, properly sized, WebP format, descriptively named, and have alt text. Images tank performance. #WebDev #PageSpeed,

0 1 0 0
Preview
From Lerna to Changesets If you've been following the saga of my Pedalboard monorepo, you'll know that Lerna and I have a......

It’s time to bid farewell to Lerna -
"From Lerna to Changesets" by Matti Bar-Zeev #DEVCommunity
dev.to/mbarzeev/fro...

#monorepo #js #npm #lerna #webdev

0 0 0 0

Reacquainting myself with CSS while tinkering with my own site.

Modern CSS seems to have solved so many old issues from the past & added so many possibilities. Impressive & overwhelming at the same time 😄

If you have tips for modern references / books, let me know.

#Web #WebDev #CSS #Development

0 2 1 0
Preview
Profile Page Update: Little Updates Hello again. Its been another million eon since I’ve done any updates to my profile page, or any updates to any of my projects at all. Last month, itch app received quite a big update , where the El.....

Just updated my #itchio profile page!

itch.io/blog/1459365...
#css #webdev #devlog

3 2 1 0
Bluebird Tasks Bluebird Task Management - Organize your projects

I've also just created the public task board for Bluebird Documentation (BBD). Link is below!

tasks.bluebird-documentation.com/board/1

#coding #documentation #writing #webdev #buildinpublic

3 1 0 0

When handling premium asset delivery, ACID compliance isn't optional—it's the foundation. Postgres seems to be the industry standard here, but is there a compelling reason to stick with the MariaDB roots? Seeking opinions.

#Database #SQL #WebDev #BuildInPublic

2 0 2 0
TypeDefinition({ node, document }) {
        const { to: from } = document.fromCoords(node.content[1]);
        const { from: to } = document.fromCoords(node.content[2]);
        node.content = [
          ...node.content.slice(0, 2),
          ...readTokens(...),
          ...node.content.slice(2),
        ];
        return node;
      },

TypeDefinition({ node, document }) { const { to: from } = document.fromCoords(node.content[1]); const { from: to } = document.fromCoords(node.content[2]); node.content = [ ...node.content.slice(0, 2), ...readTokens(...), ...node.content.slice(2), ]; return node; },

☝️ Renaming destructured elements can make code much more readable. Or more confusing. It's really up to you.

#javascript #webdev

0 0 0 0
Image post

Image post

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

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

3 1 0 0
Video

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

3 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

10 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