home.social

#webarchitecture — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #webarchitecture, aggregated by home.social.

  1. 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: devfest.modena.it/speakers/mar
    🔗 Biglietti: devfest-modena-2025.eventbrite

    #DevFestModena #TechTalk #Hypermedia #WebArchitecture #HTMX #SimplifyYourCode

  2. 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 workflows

    This architectural shift simplified everything—no front-end framework, no runtime overhead. Worth trying if you’re client-side-JS-fatigued.

    🔗 paulwelty.com/server-side-dash

    #WebArchitecture #Dashboards #Nodejs #PKM #AIworkflows #MCP