doefom, to webdev
@doefom@mastodon.social avatar

Recently a friend of mine pointed me towards HTTPie, a currently free Postman alternative which feels quite similar but less bloated. Also, besides the desktop app they've built a CLI client supporting form submissions and what not which is super fun to use. I personally prefer working with UIs in most cases but judging from GitHub with 32k stars as of today there might be some folks that feel a little different about the CLI topic.

Check it out here: https://httpie.io/

Crell, to security
@Crell@phpc.social avatar
cferdinandi, to webdev
@cferdinandi@mastodon.social avatar

🐝🎧 New ADHD ftw! Podcast:
Episode 13 - The temporal dead zone https://adhdftw.com/podcast/the-temporal-dead-zone/

WebAxe, to webdev
@WebAxe@a11y.info avatar

The Ultimate Guide to Automatic Accessibility Testing in CI/CD for React Apps
https://a5h.dev/post/how-to-test-for-a11y-in-react-app-cicd/

Jeremiah, to webdev
@Jeremiah@alpaca.gold avatar

Every time I have to code a HTML table I miss Macromedia Dreamweaver a whole fuckin’ lot. Where is the open source version of that?

I wish VS Code had a barebones WYSIWYG editor. I think it would replace most Markdown use cases for me.

#WebDev

josh, to microsoft
@josh@vickerson.me avatar

Parts of get up to 76% faster by dropping in favor of Web Components.

React's days may finally be coming to an end 🤞

https://blogs.windows.com/msedgedev/2024/05/28/an-even-faster-microsoft-edge/
————

cferdinandi, to webdev
@cferdinandi@mastodon.social avatar
joelanman, to webdev
@joelanman@hachyderm.io avatar

so you can't tell XHR requests not to follow redirects (but just return them instead) and Fetch requests don't have a progress api. This seems a bit broken. I'm now sending a xhr=true query to my back end and redirecting or not based on that, clunky.

#webdev

ryantownsend, to webdev
@ryantownsend@webperf.social avatar

Oliver Lingberg just published an interview with me about the industry and my upcoming talk at his conference Pixel Pioneers on June 14th: https://pixelpioneers.co/blog/speaker-spotlight-ryan-townsend

If you're considering coming you can get 10% off with the code 'Friends10', making the price just ~£140 ex VAT. Student tickets are also available for £60 – exceptional value! Full details 👉 https://pixelpioneers.co/

A talking-head video with Ryan Townsend sat at a desk.

hl, to webdev
@hl@social.lol avatar

The free WiFi is so bad it should become the new standard for testing website over slow connections. They /really/ want you to buy the upgrade.

dulvui, to CSS
@dulvui@mastodon.social avatar

If you ever wondered how to force clear the browser's cache of your css:
style_1.0.css
style_1.1.css
style_1.2.css
...

Simple but effective.

#css #webdev #cache

NeussWave, to webdev German

Ich mag eine #Website machen, möglichst reines #HTML 4, möglichst ohne #Javascript. CSS 3 wenns sein muss, sonst eher 2.

Die Website soll möglichst auf Chrome genauso laufen wie auf Netscape (die Älteren werden sich erinnern...) und auch in Text-Browsern wie Lynx oder w3m.

tl;dr: Die Seite soll auch noch funktionieren, wenn javascript und css ausfallen.

Wie würde ich da denn "Tabs" machen? Oder was wären Alternativen zu tabs?

#Webdev #Programming

doefom, to webdev
@doefom@mastodon.social avatar

Oh man, there are so many #HTML tags I didn't know about. One of those is the <abbr> tag that can be useful when working with abbreviations. Here's a short example.

#webdev #webdevelopment

image/png

cferdinandi, to webdev
@cferdinandi@mastodon.social avatar

🐝🎧 New ADHD ftw! Podcast:
Episode 12 - Standup meetings suck if you have ADHD https://adhdftw.com/podcast/standup-meetings-suck-if-you-have-adhd/

wez, to webdev
@wez@fosstodon.org avatar

In 2024, for a locally hosted app that should feel fast, are there good reasons to prefer a pagination UX for an html table vs. showing all ~5k rows and just scrolling through them?

FWIW, I dislike the pagination UX, and resent seeing images load lazily on a 10Gbps network.

The underlying query is essentially instant; the bottleneck appears to be the browser, and I can ~solve that by batching DOM updates.

What's the prevailing wisdom here?

seaotta, to webdev
@seaotta@toot.cafe avatar

Hey crew - It's a perfect weekend to stock up on technical & educational books this weekend as EVERYTHING is 50% over at Manning Publications!

That means my book "Design for Developers" is 50% off! Snag a physical copy so you get all the pages in color (it makes a difference!)

🔗 https://www.manning.com/books/design-for-developers?utm_source=stimac&utm_medium=affiliate&utm_campaign=book_stimac_design_4_19_22&a_aid=stimac&a_bid=5f6ba095

kubikpixel, to security
@kubikpixel@chaos.social avatar

Isn't RSA the current secure solution for the corresponding encryption/security on the browser with JavaScript?

»Galois/Counter Mode and random nonces:
It turns out you can encrypt more than 2^32 messages with AES-GCM with a random nonce under certain conditions. It’s still not a good idea, but you can just about do it.«

🤔 https://neilmadden.blog/2024/05/23/galois-counter-mode-and-random-nonces/
👨‍💻 https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/encrypt#rsa-oaep_2


kubikpixel, to webdev German
@kubikpixel@chaos.social avatar

DomainFilter

A fully-typed class for filtering a list of domain names in various ways

📝 https://crock.github.io/DomainFilter/


davidbisset, to webdev
@davidbisset@phpc.social avatar
doefom, to Laravel
@doefom@mastodon.social avatar

Macros are one thing I enjoy using the most in #Laravel. It's a way to extend the functionality of many built-in #Facades by providing custom callbacks for a specific key.

One production example I use macros for fairly often is what I call the "admin alert". Especially in smaller applications I want to get notified whenever an error or an event occurs the admin (mostly that's me) should know about.

Here's what this might look like.

#webdev #webdevelopment

docalabordage, to webdev French
@docalabordage@mamot.fr avatar

Mastodon #jerecrute ! Une asso dont je suis membre cherche à refaire son site internet, avec un CMS libre tant qu'à faire, plutôt sur SPIP. est ce que vous connaissez des boites qui propose des presta sur SPIP ? #webdev

XeroLinux, to foss
@XeroLinux@fosstodon.org avatar

I so much want to use this theme but translating site with Google Translate is making it hard lol. Can anyone here help me with it ?

https://solitude.js.org/

chris_hayes, to ChatGPT
@chris_hayes@fosstodon.org avatar

Recruiters using ChatGPT beware, hehehe.

Related - if anyone is looking for a web dev with agency experience working on modern headless + serverless stacks, toot in my general direction.
#chatgpt #ai #webdev

doefom, to webdev
@doefom@mastodon.social avatar

Here's another interesting tag. <mark> lets you highlight certain parts of your text to draw extra attention to it.

One real world example where this can be especially useful is highlighting the parts of your search results that match the search query. Or at least that's where I regularly use it.

Any more ideas on where this might be useful?

image/png

croc, to webdev
@croc@mastodon.social avatar

🤓 This is gonna be a extremely nerdy toot, but my most favorite piece of code I ever wrote is a small TypeScript library complete with unit tests that makes it super simple to filter a list of domain names by various criteria.

https://github.com/crock/domainfilter
https://www.npmjs.com/package/domainfilter

#domains #webdev #code #typescript #javascript

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