Salta al contenuto

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Web Development

1 Discussioni 1 Post View Original

<p>Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development</p>
<h4><strong>What is web development?</strong></h4>
<p>Web development is the process of creating websites or web applications</p>
<h4><strong>Rules/Guidelines</strong></h4>
<ul>
<li>Follow the programming.dev site rules</li>
<li>Keep content related to web development</li>
<li>If what you’re posting relates to one of the related communities, crosspost it into there to help them grow</li>
<li>If youre posting an article older than two years put the year it was made in brackets after the title</li>
</ul>
<h4><strong>Related Communities</strong></h4>
<ul>
<li><a href="https://programming.dev/c/html" rel="nofollow">!html@programming.dev</a></li>
<li><a href="https://programming.dev/c/css" rel="nofollow">!css@programming.dev</a></li>
<li><a href="https://programming.dev/c/uiux" rel="nofollow">!uiux@programming.dev</a></li>
<li><a href="https://programming.dev/c/a11y" rel="nofollow">!a11y@programming.dev</a></li>
<li><a href="https://programming.dev/c/react" rel="nofollow">!react@programming.dev</a></li>
<li><a href="https://programming.dev/c/vuejs" rel="nofollow">!vuejs@programming.dev</a></li>
<li><a href="https://programming.dev/c/webassembly" rel="nofollow">!webassembly@programming.dev</a></li>
<li><a href="https://programming.dev/c/javascript" rel="nofollow">!javascript@programming.dev</a></li>
<li><a href="https://programming.dev/c/typescript" rel="nofollow">!typescript@programming.dev</a></li>
<li><a href="https://programming.dev/c/nodejs" rel="nofollow">!nodejs@programming.dev</a></li>
<li><a href="https://programming.dev/c/astro" rel="nofollow">!astro@programming.dev</a></li>
<li><a href="https://programming.dev/c/angular" rel="nofollow">!angular@programming.dev</a></li>
<li><a href="https://programming.dev/c/tauri" rel="nofollow">!tauri@programming.dev</a></li>
<li><a href="https://programming.dev/c/sveltejs" rel="nofollow">!sveltejs@programming.dev</a></li>
<li><a href="https://programming.dev/c/pwa" rel="nofollow">!pwa@programming.dev</a></li>
</ul>
<h4><strong>Wormhole</strong></h4>
<ul>
<li><a href="https://programming.dev/c/cool_github_projects" rel="nofollow">!cool_github_projects@programming.dev</a></li>
</ul>
<p>:::spoiler Some webdev blogs
Not sure what to post in here? Want some web development related things to read?</p>
<p>Heres a couple blogs that have web development related content</p>
<ul>
<li><a href="https://frontendfoc.us/">frontendfoc.us</a> - [<a href="https://frontendfoc.us/rss/" rel="nofollow">RSS</a>]</li>
<li><a href="https://wesbos.com/blog">wesbos.com/blog</a></li>
<li><a href="https://davidwalsh.name/">davidwalsh.name</a> - [<a href="https://davidwalsh.name/feed" rel="nofollow">RSS</a>]</li>
<li><a href="https://www.nngroup.com/articles/">www.nngroup.com/articles/</a></li>
<li><a href="https://sia.codes/posts/">sia.codes/posts/</a> - [<a href="https://sia.codes/feed/feed.xml" rel="nofollow">RSS</a>]</li>
<li><a href="https://www.smashingmagazine.com/">www.smashingmagazine.com</a> - [<a href="https://www.smashingmagazine.com/feed/" rel="nofollow">RSS</a>]</li>
<li><a href="https://www.bennadel.com/">www.bennadel.com</a> - [<a href="https://www.bennadel.com/rss" rel="nofollow">RSS</a>]</li>
<li><a href="https://web.dev/">web.dev</a> - [<a href="https://web.dev/feed.xml" rel="nofollow">RSS</a>]
:::
:::spoiler Credits
Icon base by <a href="https://delapouite.com/" rel="nofollow">Delapouite</a> under <a href="https://creativecommons.org/licenses/by/3.0/" rel="nofollow">CC BY 3.0</a> with modifications to add a gradient
:::</li>
</ul>

  • Are SPA architectures are an industry-wide mistake?

    mpa spa
    1
    1
    0 Votazioni
    1 Post
    3 Visualizzazioni
    rimu@piefed.social
    Most SPAs seem to only serve one or two 'soft' navigations after the initial 'hard' navigation (the one that loads the entire app upfront), meaning the cost is not being amortized across many requests, negating the whole point of the architecture.