#webarchitecture — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #webarchitecture, aggregated by home.social.
-
Volevo invitarvi all'appuntamento imperdibile (e gratuito) del DevFest Modena 2025 il 4 e 5 ottobre alla Fondazione San Carlo nel pieno centro della città. 🏙️
Io terrò una sessione sulle Hypermedia-Driven Applications (HDA) dove scopriremo insieme come Roy Fielding e Tim Berners-Lee avessero già la ricetta perfetta per il web del futuro! 👌
🔗 Talk e profilo: https://devfest.modena.it/speakers/marco-breveglieri/
🔗 Biglietti: https://devfest-modena-2025.eventbrite.it#DevFestModena #TechTalk #Hypermedia #WebArchitecture #HTMX #SimplifyYourCode
-
New blog post: I rebuilt my dashboards to use server-side data fetching via Python
Instead of hitting the DB from the browser, I pre-fetch data on the server and serve static HTML/JS.
🚀 Super fast
🔒 Cleaner security
🤖 Ready for AI workflowsThis architectural shift simplified everything—no front-end framework, no runtime overhead. Worth trying if you’re client-side-JS-fatigued.