questlog, to gaming
@questlog@mstdn.games avatar

Hi there! Happy sunday!

I took the time to release a small but important update many of you asked for already!

now has alternative names in the database (currently indexing; in a few hours everything should be there). So you'll be able to search for games like you know them!

Everything about that and the full changelog with other changes in this post.
https://ko-fi.com/post/Alternative-titles-are-here-M4M2L375S

thomasreggi, to programming

I am a big proponent of a programming paradigm where writing code and building up relationships and connections leads to the emergence of new, unforeseen connections and avenues. Instead of leading you down the wrong paths and requiring rewrites, coding should sculpt and shape connections, offering surprising new connections for free. #software #code #programming #webdev #javascript

kaiserkiwi, to webdev
@kaiserkiwi@corteximplant.com avatar

Choosing the right icon is hard. 😅
So many possibilities and so many possibilities that you don't understand the icon. Sometimes I wish I also had design skills. #Coding #WebDev

tanepiper, to webdev
@tanepiper@tane.codes avatar

Wolfenstein 3D - but done purely in HTML and CSS, with some Svelte + JS - https://wolfensvelte-3d.vercel.app/ #webDev

rolle, to opensource
@rolle@mementomori.social avatar

Mastodon Bird UI v1.5.3 released! :neon_skull:

Changelog:

  • Fix #25: User avatars in notifications are sometimes links to my profile instead of theirs (thanks @carlwgeorge!)

Live demo: https://mementomori.social

Source code: https://github.com/ronilaukkarinen/mastodon-bird-ui

#OpenSource #Mastodon #MastodonBirdUI #CSS #UI #WebDev #MastoAdmin

ArneBab, to webdev German
@ArneBab@rollenspiel.social avatar

Dryads Sun came in at position 7 in the for gamers! https://itch.io/jam/games-for-blind-gamers-2/rate/2043845

All games in the jam: https://itch.io/jam/games-for-blind-gamers-2/results

If you want to write a game like Dryads Sun yourself, just clone https://hg.sr.ht/~arnebab/dryads-sun — the game is free licensed under AGPL and the tooling under LGPL (so unfree games are possible, though that’s not what I write).

nosherwan, to webdev
@nosherwan@fosstodon.org avatar

🧐
Head Scratching moment

So now people are questioning Serverless.

I have mainly created monoliths as a full stack dev.

I am trying to get into serverless, but now this 👇🏼

https://youtu.be/qQk94CjRvIs

#serverless
#monolith
#architecture
#webdev

edhowland, to webdev

SE Radio is "Much Listen Podcast"
This week's episode is on in where Philip Winston interviews Bastian Gruber. and his excellent book:
Rust Web Development.
They talk about the Rust programming language and how it is different from more traditional webdev stacks.
Covers and
@bastian
https://www.se-radio.net/2023/05/se-radio-562-bastian-gruber-on-rust-web-development/

accordionpolar, to SmallWeb
WebAxe, to webdev
@WebAxe@a11y.info avatar
odddev, to javascript
@odddev@hachyderm.io avatar

@activenode just published a great video about #NextJS server actions! Check it out here: https://youtu.be/jsEJsi2FD1U
Great new feature.

#JavaScript #Web #WebDev #Dev

odddev, to webdev
@odddev@hachyderm.io avatar

Apparently, #Chrome is shipping @scope. More information about it here: https://keithjgrant.com/posts/2023/04/scoped-css-is-back/

#css #scope #web #dev #WebDev

odddev, to webdev
@odddev@hachyderm.io avatar

Don't forget to test your websites with throttled connection and without JS 🤓
I just discovered a bug in my personal website because I forgot the latter.

#web #WebDev #dev

nintendo, to webdev

#webdev check this outtttttttttt

#my-art #webdev

nintendo, to webdev

#webdev i updated my site. yay

#webdev

schrottkatze, to rust

Okayyyy, new Instance, new fedi software, new !

I'm Schrottkatze, I'm a hacker catgirl from germany and I'm a rust programmer, a 3d artist. I used to do webdev things, I still do way too much, and because of that I also accidentally ended up being a design nerd, so ya that too. Basically anything with computers will get me interested.
I'm quite very passionate about digital rights, privacy, accessibility and free software as well.
Don't be disillusioned by me daily driving NixOS and Xmonad, I don't actually know much, if anything at all, about functional programming but... well, I try, okay?

anyway meow! :3

Now the boring part, the hashtags:

nintendo, to webdev
invicticide, to webdev
@invicticide@mastodon.gamedev.place avatar

My personal website has been using #jekyll for years, but I update it very infrequently, and every time I need to, some jekyll/ruby dependency or another has somehow broken or gotten out of date, and I have to dig around in docs to remember how to fix it.

It's getting real old.

Is there a better, simpler, lighter weight #webdev solution for #markdown based static sites these days?

thomasreggi, to webdev

HTMX is trending again on hacker news, it's making me think more and more about the deno / typescript library I created "HTMX Components" and perhaps revisiting it with fresh eyes. I'd love feedback on the approaches in there. I think @deno_land has the potential to be the first-class server to utilize HTMX. It just makes sense to use JSX...

🧑‍💻 https://github.com/reggi/htmx-components

📝 https://news.ycombinator.com/item?id=35829733

bgawalt, to programming

Question for people who make websites, especially hobby websites, that use cookies:

what do you put in those cookies? They're allowed to be up to like 4KB for your whole domain, right?

That both seems like too much for "just" a user/session ID, while also being too little to hold actual state (like, game history & stats) for a website with a dozen toys on it.

#webdev

michael,
@michael@thms.uk avatar

@bgawalt incidentally I once worked at a company where I was assigned a weird bug: if you added too many items to their shopping cart, it would eventually push the oldest item out, every time you added a new item.

Turns out they stored the entire shopping cart (sku, quantity, price for each individual item) in the cookie. (Thankfully they did at least do server side validation upon submission of order)

I genuinely couldn’t believe it 😁

#webdev #cookie #WebDevelopment

nmronline, to science
@nmronline@mstdn.science avatar
danjac, to programming
@danjac@masto.ai avatar
michael, to programming
@michael@thms.uk avatar

The other day I discovered a shortcoming of WCAG 2 contrast ratings:

It appears that sometimes text with a lower contrast can actually be easier to read:

https://blog.thms.uk/2023/05/colour-contrast-and-accessibility?utm_source=mastodon

#css #a11y #accessibility #wcag #contrast #webdev

thomasreggi, to programming

I'm bothered that https://www.webcomponents.org/publish uses NPM packages as the main way to publish a web component. I want a better web-component "package manager", something that's simple, uses module imports, can use Tailwind and TypeScript, and just plops out a URL like Deno packages do. It would support LIT and webc. I'd want a storybook-like UI and sample code. #webcomponent #webcomponents #webdev #javascript #js #software #frontend #css #html

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • InstantRegret
  • mdbf
  • ethstaker
  • magazineikmin
  • GTA5RPClips
  • rosin
  • thenastyranch
  • Youngstown
  • osvaldo12
  • slotface
  • khanakhh
  • kavyap
  • DreamBathrooms
  • JUstTest
  • Durango
  • everett
  • cisconetworking
  • Leos
  • normalnudes
  • cubers
  • modclub
  • ngwrru68w68
  • tacticalgear
  • megavids
  • anitta
  • tester
  • lostlight
  • All magazines