Best of MediumAugust 2023

  1. 1
    Article
    Avatar of medium_jsMedium·3y

    15 Terrible Advice for Web Developers

    Fotis Adamakis came up with 15 terrible advice for Web Developers. The advice is full of useful articles and great advice to create robust and maintainable applications. But what if you don't like your colleagues and want to ruin their day?

  2. 2
    Article
    Avatar of medium_jsMedium·3y

    A Front-End Application Folder Structure that Makes Sense

    The goal is to apply some kind of modularisation that will make the codebase easier to understand by setting boundaries between features and minimizing code coupling and side effects. By default when scaffolding a new project using one of the popular front-end frameworks the component structure is flat and follows no hierarchy whatsoever.

  3. 3
    Article
    Avatar of medium_jsMedium·3y

    5 Must-Have Tools for Building Web Applications with Next.js App Router

    Next.js App Router Server-only, Saas UI, TailwindCSS, Turbopack, the use() hook, and Tailwind CSS are among the tools that can enable you to build web applications with Next.JS App Router faster. The Pages Router was introduced as an intended replacement for the Pages Router.