Live data from Hacker News

Viewing profile — bahmutov

bahmutov

HN member
Joined
Thu, Sep 26, 2013, 5:10 PM UTC
HN karma
56
Public activity
45 items

About bahmutov

No profile information was provided.

Recent public activity

  1. comment
    Comment #25385575

    Wow, someone has submitted Cypress.io here - probably because we just crossed 25k stars on GitHub. We at Cypress do read these comments, and we definitely understand both the posit…

  2. story
  3. comment
    Comment #15706063

    thank you, our small team at Cypress appreciates every little bit of good publicity

  4. comment
    Comment #15491263

    - Docs: https://docs.cypress.io - GitHub: https://github.com/cypress-io/cypress - Gitter: https://gitter.im/cypress-io/cypress

  5. story
  6. comment
    Comment #13359599

    Can I humbly submit my blog? https://glebbahmutov.com/blog/ - 3 years, 350 blog posts, mostly covering JavaScript / Node / code quality

  7. story
  8. comment
    Comment #12807259

    warning: posting my own website https://glebbahmutov.com/ Has links to blog / slides / github and list of GitHub projects with search. Allows people and myself to quickly find some…

  9. comment
    Comment #12708460

    I have been using Dokku for a year for personal side projects and it has been awesome. Each release brings good features, fixes bugs and in general improves it. Setting up could ne…

  10. comment
    Comment #11824860

    We use "bates" https://github.com/luiscarli/bates by our own engineer

  11. story
  12. story
  13. story
  14. comment
    Comment #11241112

    I blog at https://glebbahmutov.com/blog/ as a reminder to myself how some problems are solved. Now people at work, especially new hires, comment how 50% of my communication or answ…

  15. story
  16. comment
    Comment #10829651

    That's why I recommend using PouchDB to work with whatever API is available. Storage limits are harder to work around, but if your HTML snapshot weights more than 50MB (or even 1MB…

  17. comment
    Comment #10824995

    The app saves its state in whatever form it wants. The demo saves it in localStorage that is very limited. One really should look at something better like IndexedDB or WebSql (or s…

  18. comment
    Comment #10824987

    seems to flash for me, add a few todos and then hit reload

  19. comment
    Comment #10824977

    ok, server-side rendering, why don't you run the entire server inside the ServiceWorker then for speed? https://github.com/bahmutov/express-service

  20. comment
  21. comment
    Comment #10824971

    The blog post author (Gleb Bahmutov) here. Thanks for commenting, this is a cool experiment I worked on, just trying to eliminate the bootstrapping delay. Will be happy to answer a…

  22. comment
    Comment #10807225

    The only one anyone needs - is the list of fake todos, generated using https://github.com/bahmutov/fake-todos See demo at http://glebbahmutov.com/fake-todos/

  23. comment
    Comment #10790312

    Take a look at https://github.com/bahmutov/PE-N-starter - PouchDB (which later can proxy to CouchDB), Express and Node. Much better DB and no locking you to any rendering framework…

  24. comment
    Comment #10746195

    Well, consider that you have not paid anything for these packages, can you complain that authors do not follow the semver? If you want to protect yourself and upgrade reliably - th…

  25. comment
    Comment #10687977

    While the author is down on automatic file name scans, I see nothing wrong in using tools to catch easy mistakes. How many people do regular code / package reviews? Did not think s…