Viewing profile — bahmutov
bahmutov
HN member- Joined
- Thu, Sep 26, 2013, 5:10 PM UTC
- HN karma
- 56
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About bahmutov
No profile information was provided.
Recent public activity
-
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…
- story
-
comment
Comment #15706063
thank you, our small team at Cypress appreciates every little bit of good publicity
-
comment
Comment #15491263
- Docs: https://docs.cypress.io - GitHub: https://github.com/cypress-io/cypress - Gitter: https://gitter.im/cypress-io/cypress
- story
-
comment
Comment #13359599
Can I humbly submit my blog? https://glebbahmutov.com/blog/ - 3 years, 350 blog posts, mostly covering JavaScript / Node / code quality
- story
-
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…
-
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…
-
comment
Comment #11824860
We use "bates" https://github.com/luiscarli/bates by our own engineer
- story
- story
- story
-
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…
- story
-
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…
-
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…
-
comment
Comment #10824987
seems to flash for me, add a few todos and then hit reload
-
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
-
comment
Comment #10824974
Exactly!
-
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…
-
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/
-
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…
-
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…
-
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…