Alessio Pomaro · @alessiopomaro
98 followers · 711 posts · Server mastodon.uno

โšก L'ottimizzazione di richiede la conoscenza dello stack tecnologico e la padronanza del frontend.
๐Ÿค” Prevedo molti compromessi e valutazioni di costi/benefici, in cui la sarร  l'ultimo aspetto considerato.
๐Ÿ˜‡ Ma spero di sbagliarmi.

seroundtable.com/inp-search-ra

#INP #ux #seo #CoreWebVitals #webdev

Last updated 1 year ago

Simon Praetorius · @s2b
93 followers · 381 posts · Server norden.social

This is exciting: I will hold a lightning talk about Responsive Images on September 28th at the HTML Meetup Hamburg! In fact, this will be my first public talk at a non-TYPO3 event. ๐Ÿ˜ฌ๐ŸŽ‰

The @hhtml meetup organized by @lea starts at 6pm and features three more talks Iโ€˜m already looking forward to.

hhtml.de/events/2023-09-28-thi

#hamburg #webdev #html #meetup

Last updated 1 year ago

xq · @ikskuh
95 followers · 139 posts · Server layer8.space

I also started using with first, then

It really feels like a modern way to work with the . I can quickly build web applications that run smoothly, are reactive to my data and their changes.

The build process is scary tho, and i still don't understand a bit of it.
Svelte itself is a brilliant mix of HTML with a reactive and declarative interface to the DOM and i really love it.

#svelte #javascript #typescript #web #webdev #js #ts

Last updated 1 year ago

Hasan Ali · @hasanhaja
29 followers · 301 posts · Server fosstodon.org

I made a mistake in my previous post about Web Components, and what began as a correction turned into a fairly detailed exploration of HTML, JSX and XML.

โœจ Check out my latest resource-packed post on HTML โœจ
๐Ÿ”— dev.to/hasanhaja/web-fundament

Previous post:
๐Ÿ”— dev.to/hasanhaja/web-fundament

#html #webcomponents #webdev

Last updated 1 year ago

Fixing a bug which had to do with exactly this problem took me 2 hours today... That's called life of a programmer, I guess.

#programming #frontend #javascript #webdev

Last updated 1 year ago

Robert Rothenberg · @rrwo
106 followers · 101 posts · Server floss.social

A common technique for spammers is to rely on pages that display URL parameters on the page. For example, you get a search result page that says something like

No pages with found with "Meet sexy women at sexy-woman.example.com"

usually in Korean or Chinese.

Spammers assume that Google etc will index these pages as referring pages to their website.

So it's helpful to detect this and return a 400 or 404 status code.

#webdev #webDevelopment #antispam #SEO

Last updated 1 year ago

Totally with ะฎ :questified: · @yuliyan
220 followers · 1610 posts · Server nahe.social

Kollege hatte heute einen guten Tipp. Vielleicht hilft es anderen auch. Mir hats geholfen.

#frontend #backend #webdev #clownforbreakfast #technik #edv #it #support

Last updated 1 year ago

Adrian Tombu ๐ŸŒฑ · @to
255 followers · 95 posts · Server hachyderm.io

Another day, another rejection ๐ŸŽ‰

I recently crossed a hundred applications in the last four months, all of which Iโ€™m qualified for. If it was not for the 4-day week, my job hunting would have ended after 5 applications back in June ๐Ÿ˜‘

#FediHire #rust #rustlang #typescript #nodejs #saas #webdev

Last updated 1 year ago

Sherri W (SyntaxSeed) · @syntaxseed
804 followers · 1570 posts · Server phpc.social
Juan Fernandes · @juanfernandes
229 followers · 284 posts · Server hachyderm.io

Just read: Year three in the books - Dana Byerly - danabyerly.com/notes/year-thre

#webdesign #webdev

Last updated 1 year ago

Robert Gerlach · @combatwombat
6 followers · 41 posts · Server hachyderm.io

Turns out, if a website doesn't want to be embedded in an iframe due to its Content Security Policy headers, you can just strip those out in a browser extension and embed the site anyway. With declarativeNetRequest.ModifyHeaderInfo in Manifest v3 (developer.mozilla.org/en-US/do) and webRequest.onHeadersReceived for v2 (developer.mozilla.org/en-US/do).

Then inject some JS in the framed site, do stuff and send data out via postMessage. Relatively easy scraping of dynamic sites.

#webdev

Last updated 1 year ago

Robert Gerlach · @combatwombat
6 followers · 40 posts · Server hachyderm.io

After the recent changes to IMDbs trivia page, v1.5.0 of the Letterboxd IMDb Trivia Extension should be more reliable now: github.com/combatwombat/lb-imd

No more GraphQL shenanigans and back to scraping the site, now in a hidden iframe. Hopefully they change their HTML less often than their API endpoints.

#Letterboxd #imdb #webdev

Last updated 1 year ago

Franรงois Best · @Franky47
166 followers · 386 posts · Server mamot.fr

You have a web application server that receives a request to /page?a=1&a=2.

You can handle only one value, not an array.

Which one do you use?

#webdev

Last updated 1 year ago

Talking to co-workers I asked for recommendations around architectural design patterns for web applications. I got some good suggestions for some Java-based books but being on the front end I tend not to touch the Java stuff in our apps too much.

Are there any good resources out there for JavaScript/HTML-based design patterns for working with large-scale applications?

#javascript #frontend #typescript #webdev

Last updated 1 year ago

Tim Van Dijck · @timvandijck
136 followers · 269 posts · Server mas.to

Bun looks cute, and it's probably a great technical achievement... But... It has been a while since I last thought "damn I wish npm was faster"...

#webdev #bun

Last updated 1 year ago

Dew Drop โ€“ September 11, 2023 (#4022)

Top links today:
- Which version of .NET MAUI should you use
- Your Xamarin.Forms apps need to migrate to .NET MAUI by May โ€˜24
- .NET Monthly Roundup - Aug โ€˜23
- Reserve your Kalahari Room this month for TechBash
- WPF File Dialog improvements in .NET 8
- iOS debugging w/ Windows - VS Code Extension
- iOS debugging w/ Windows - Hot Restart

alvinashcraft.com/2023/09/11/d

#dotnet #ai #cloud #webdev #windowsdev #mobiledev #csharp #visualstudio #dotnetmaui #DewDrop

Last updated 1 year ago

Amanda · @amanda
372 followers · 748 posts · Server social.spejset.org

It's funny how if you go back in time in the Stack Overflow developer survey it gets harder and harder to read.

#webdev

Last updated 1 year ago

Franรงois Best · @Franky47
165 followers · 385 posts · Server mamot.fr

I've been debugging a issue for hours, and only just realised it's due to a 14 year old bug on Firefox..

bugzilla.mozilla.org/show_bug.

How's your morning doing? ๐Ÿ˜…

#css #webdev #webdesign

Last updated 1 year ago

Grant ๐Ÿ‘พ · @TheRussellParadox
11 followers · 65 posts · Server hachyderm.io

Going to take my astro site off of vercel and start self hosting on a raspberry pi. Will be lots of fun. I might even go back to the drawing board and rebuild my site using htmx/ bun or go the Rust route instead with something like leptos idk. Anyways I finished hackers and ghost in the wires. Both good books!

#rust #webdev #javascript #idk #indie

Last updated 1 year ago

Cory Dransfeldt :prami: · @cory
278 followers · 2835 posts · Server social.lol

๐Ÿ“: Semi-automated hashtags for syndicated posts coryd.dev/posts/2023/semi-auto

#eleventy #webdev

Last updated 1 year ago