Live data from Hacker News

Viewing profile — 1marc

1marc

HN member
Joined
Tue, Jun 23, 2009, 6:43 PM UTC
HN karma
5
Public activity
8 items

About 1marc

No profile information was provided.

Recent public activity

  1. comment
    Comment #35131262

    This is how most of the FrontendMasters.com website is made. Go/Hugo templates and vanilla JavaScript. People are always shocked at how fast our website is. Write the code necessar…

  2. comment
    Comment #31298884

    With some patterns they can follow, vanilla js does indeed scale so well that it becomes boring. There’s no longer any code to rewrite for the latest and greatest frameworks. No de…

  3. comment
    Comment #31298167

    Agreed, esbuild is nice. And adding TypeScript at some type of scale probably makes sense. Not sure where that line is, but in this simple example I’m trying to avoid all external …

  4. comment
    Comment #31298137

    Thank you! Agreed!

  5. comment
    Comment #31296928

    People definitely notice speed and performance. They won’t complain about it generally, sure… but there’s plenty of data and case studies on the fact that users care https://nitrop…

  6. comment
    Comment #31295837

    Ooo fastdom looks great! Thanks for the link.

  7. comment
    Comment #31295823

    I did this style to mimick modern framework code — taking the state (todos) and render the state of the world every time. If the browser had a DOM diffing api this would be more ef…

  8. comment