home.social

#nobuild — Public Fediverse posts

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

  1. CW: Détails techniques 3/9

    Avantages (suite)

    - #nobuild : pas de build requis (oubliez npm et autres package.json) : le code écrit est exactement celui qui est exécuté sur le navigateur sans transformation. Les libs sont inclues dans un dossier "vendor" et ne sont pas téléchargées via un gestionnaire de dépendances (évite les #supplychainattack)

  2. CW: Détails techniques 3/9

    Avantages (suite)

    - #nobuild : pas de build requis (oubliez npm et autres package.json) : le code écrit est exactement celui qui est exécuté sur le navigateur sans transformation. Les libs sont inclues dans un dossier "vendor" et ne sont pas téléchargées via un gestionnaire de dépendances (évite les #supplychainattack)

  3. CW: Détails techniques 3/9

    Avantages (suite)

    - #nobuild : pas de build requis (oubliez npm et autres package.json) : le code écrit est exactement celui qui est exécuté sur le navigateur sans transformation. Les libs sont inclues dans un dossier "vendor" et ne sont pas téléchargées via un gestionnaire de dépendances (évite les #supplychainattack)

  4. CW: Détails techniques 3/9

    Avantages (suite)

    - #nobuild : pas de build requis (oubliez npm et autres package.json) : le code écrit est exactement celui qui est exécuté sur le navigateur sans transformation. Les libs sont inclues dans un dossier "vendor" et ne sont pas téléchargées via un gestionnaire de dépendances (évite les #supplychainattack)

  5. CW: Détails techniques 3/9

    Avantages (suite)

    - #nobuild : pas de build requis (oubliez npm et autres package.json) : le code écrit est exactement celui qui est exécuté sur le navigateur sans transformation. Les libs sont inclues dans un dossier "vendor" et ne sont pas téléchargées via un gestionnaire de dépendances (évite les #supplychainattack)

  6. The #lowbuild principle:

    Minimal dependencies. Maximum leverage.

    One build tool that solves a real problem, with escape hatches that scale to your needs.

    #nobuild is ideological. #lowbuild is pragmatic.

  7. The #lowbuild principle:

    Minimal dependencies. Maximum leverage.

    One build tool that solves a real problem, with escape hatches that scale to your needs.

    #nobuild is ideological. #lowbuild is pragmatic.

  8. The #lowbuild principle:

    Minimal dependencies. Maximum leverage.

    One build tool that solves a real problem, with escape hatches that scale to your needs.

    #nobuild is ideological. #lowbuild is pragmatic.

  9. The #lowbuild principle:

    Minimal dependencies. Maximum leverage.

    One build tool that solves a real problem, with escape hatches that scale to your needs.

    #nobuild is ideological. #lowbuild is pragmatic.

  10. The #lowbuild principle:

    Minimal dependencies. Maximum leverage.

    One build tool that solves a real problem, with escape hatches that scale to your needs.

    #nobuild is ideological. #lowbuild is pragmatic.

  11. 🌶️ #nobuild is a solo developer philosophy masquerading as universal advice.

    The append-only CSS problem that drove teams to Tailwind? Nobuild doesn't solve it. It ignores it.

    Let me make the case for #lowbuild instead...

  12. The reason your team's CSS file is tens of thousands of lines isn't because you used a build tool. It's because nobody knows what's safe to delete. That's a *coordination* problem. #nobuild doesn't fix coordination; it just gives you the same mess with more View Source pride.

  13. #nobuild can work for solo devs or small disciplined teams. You know your codebase. You can keep CSS lean through sheer will.

    But teams of 5, 10, 20 with varying frontend experience? You need guardrails. You need something that makes the wrong thing hard.

  14. 🌶️ #nobuild is a solo developer philosophy masquerading as universal advice.

    The append-only CSS problem that drove teams to Tailwind? Nobuild doesn't solve it. It ignores it.

    Let me make the case for #lowbuild instead...

  15. The reason your team's CSS file is tens of thousands of lines isn't because you used a build tool. It's because nobody knows what's safe to delete. That's a *coordination* problem. #nobuild doesn't fix coordination; it just gives you the same mess with more View Source pride.

  16. #nobuild can work for solo devs or small disciplined teams. You know your codebase. You can keep CSS lean through sheer will.

    But teams of 5, 10, 20 with varying frontend experience? You need guardrails. You need something that makes the wrong thing hard.

  17. 🌶️ #nobuild is a solo developer philosophy masquerading as universal advice.

    The append-only CSS problem that drove teams to Tailwind? Nobuild doesn't solve it. It ignores it.

    Let me make the case for #lowbuild instead...

  18. The reason your team's CSS file is tens of thousands of lines isn't because you used a build tool. It's because nobody knows what's safe to delete. That's a *coordination* problem. #nobuild doesn't fix coordination; it just gives you the same mess with more View Source pride.

  19. #nobuild can work for solo devs or small disciplined teams. You know your codebase. You can keep CSS lean through sheer will.

    But teams of 5, 10, 20 with varying frontend experience? You need guardrails. You need something that makes the wrong thing hard.

  20. 🌶️ #nobuild is a solo developer philosophy masquerading as universal advice.

    The append-only CSS problem that drove teams to Tailwind? Nobuild doesn't solve it. It ignores it.

    Let me make the case for #lowbuild instead...

  21. The reason your team's CSS file is tens of thousands of lines isn't because you used a build tool. It's because nobody knows what's safe to delete. That's a *coordination* problem. #nobuild doesn't fix coordination; it just gives you the same mess with more View Source pride.

  22. #nobuild can work for solo devs or small disciplined teams. You know your codebase. You can keep CSS lean through sheer will.

    But teams of 5, 10, 20 with varying frontend experience? You need guardrails. You need something that makes the wrong thing hard.

  23. #nobuild can work for solo devs or small disciplined teams. You know your codebase. You can keep CSS lean through sheer will.

    But teams of 5, 10, 20 with varying frontend experience? You need guardrails. You need something that makes the wrong thing hard.

  24. The reason your team's CSS file is tens of thousands of lines isn't because you used a build tool. It's because nobody knows what's safe to delete. That's a *coordination* problem. #nobuild doesn't fix coordination; it just gives you the same mess with more View Source pride.

  25. 🌶️ #nobuild is a solo developer philosophy masquerading as universal advice.

    The append-only CSS problem that drove teams to Tailwind? Nobuild doesn't solve it. It ignores it.

    Let me make the case for #lowbuild instead...

  26. 🚀 Just simplified the #frontend workflow of my #django project template, with the #nobuild approach and the #vendoring of CSS/JS dependencies.

    More details in an upcoming blog post soon. codeberg.org/David-Guillot/dja

    #webdev

  27. 🚀 Just simplified the #frontend workflow of my #django project template, with the #nobuild approach and the #vendoring of CSS/JS dependencies.

    More details in an upcoming blog post soon. codeberg.org/David-Guillot/dja

    #webdev

  28. 🚀 Just simplified the #frontend workflow of my #django project template, with the #nobuild approach and the #vendoring of CSS/JS dependencies.

    More details in an upcoming blog post soon. codeberg.org/David-Guillot/dja

    #webdev

  29. 🚀 Just simplified the #frontend workflow of my #django project template, with the #nobuild approach and the #vendoring of CSS/JS dependencies.

    More details in an upcoming blog post soon. codeberg.org/David-Guillot/dja

    #webdev

  30. 🚀 Just simplified the #frontend workflow of my #django project template, with the #nobuild approach and the #vendoring of CSS/JS dependencies.

    More details in an upcoming blog post soon. codeberg.org/David-Guillot/dja

    #webdev

  31. My esteemed followers, you have posted a total of 375,809 statuses to the #fediverse. 22% of you have posted in the last 24h. You are a chatty bunch! ;-)

    Check out my new #sideproject: *fedi-followers*. A privacy-friendly fediverse #followers explorer as #localonly #staticwebapp, decentrally hosted on the #ipfs. See who's actually following (and unfollowing) you over time and much more.

    fedi--followers-data0-one.ipns

    #decentralization #mastodev #esmodules #importmaps #nobuild #indexeddb #preact

  32. My esteemed followers, you have posted a total of 375,809 statuses to the #fediverse. 22% of you have posted in the last 24h. You are a chatty bunch! ;-)

    Check out my new #sideproject: *fedi-followers*. A privacy-friendly fediverse #followers explorer as #localonly #staticwebapp, decentrally hosted on the #ipfs. See who's actually following (and unfollowing) you over time and much more.

    fedi--followers-data0-one.ipns

    #decentralization #mastodev #esmodules #importmaps #nobuild #indexeddb #preact

  33. My esteemed followers, you have posted a total of 375,809 statuses to the #fediverse. 22% of you have posted in the last 24h. You are a chatty bunch! ;-)

    Check out my new #sideproject: *fedi-followers*. A privacy-friendly fediverse #followers explorer as #localonly #staticwebapp, decentrally hosted on the #ipfs. See who's actually following (and unfollowing) you over time and much more.

    fedi--followers-data0-one.ipns

    #decentralization #mastodev #esmodules #importmaps #nobuild #indexeddb #preact

  34. My esteemed followers, you have posted a total of 375,809 statuses to the #fediverse. 22% of you have posted in the last 24h. You are a chatty bunch! ;-)

    Check out my new #sideproject: *fedi-followers*. A privacy-friendly fediverse #followers explorer as #localonly #staticwebapp, decentrally hosted on the #ipfs. See who's actually following (and unfollowing) you over time and much more.

    fedi--followers-data0-one.ipns

    #decentralization #mastodev #esmodules #importmaps #nobuild #indexeddb #preact

  35. My esteemed followers, you have posted a total of 375,809 statuses to the #fediverse. 22% of you have posted in the last 24h. You are a chatty bunch! ;-)

    Check out my new #sideproject: *fedi-followers*. A privacy-friendly fediverse #followers explorer as #localonly #staticwebapp, decentrally hosted on the #ipfs. See who's actually following (and unfollowing) you over time and much more.

    fedi--followers-data0-one.ipns

    #decentralization #mastodev #esmodules #importmaps #nobuild #indexeddb #preact

  36. I've built a thing.

    Sometimes my follower count seemingly fluctuates at random. To understand why, I dug into the #MastodonAPI and created "fedi-followers":

    A privacy-friendly #fediverse #followers explorer as local-only static web app, decentrally hosted on the #ipfs. See who's actually following (and unfollowing) you over time and much more.

    fedi--followers-data0-one.ipns

    #mastodev #javascript #webapp #staticwebapp #nobuild #esmodules #importmaps #indexeddb #preact #htm

  37. I've built a thing.

    Sometimes my follower count seemingly fluctuates at random. To understand why, I dug into the #MastodonAPI and created "fedi-followers":

    A privacy-friendly #fediverse #followers explorer as local-only static web app, decentrally hosted on the #ipfs. See who's actually following (and unfollowing) you over time and much more.

    fedi--followers-data0-one.ipns

    #mastodev #javascript #webapp #staticwebapp #nobuild #esmodules #importmaps #indexeddb #preact #htm

  38. I've built a thing.

    Sometimes my follower count seemingly fluctuates at random. To understand why, I dug into the #MastodonAPI and created "fedi-followers":

    A privacy-friendly #fediverse #followers explorer as local-only static web app, decentrally hosted on the #ipfs. See who's actually following (and unfollowing) you over time and much more.

    fedi--followers-data0-one.ipns

    #mastodev #javascript #webapp #staticwebapp #nobuild #esmodules #importmaps #indexeddb #preact #htm

  39. I've built a thing.

    Sometimes my follower count seemingly fluctuates at random. To understand why, I dug into the #MastodonAPI and created "fedi-followers":

    A privacy-friendly #fediverse #followers explorer as local-only static web app, decentrally hosted on the #ipfs. See who's actually following (and unfollowing) you over time and much more.

    fedi--followers-data0-one.ipns

    #mastodev #javascript #webapp #staticwebapp #nobuild #esmodules #importmaps #indexeddb #preact #htm

  40. I've built a thing.

    Sometimes my follower count seemingly fluctuates at random. To understand why, I dug into the #MastodonAPI and created "fedi-followers":

    A privacy-friendly #fediverse #followers explorer as local-only static web app, decentrally hosted on the #ipfs. See who's actually following (and unfollowing) you over time and much more.

    fedi--followers-data0-one.ipns

    #mastodev #javascript #webapp #staticwebapp #nobuild #esmodules #importmaps #indexeddb #preact #htm