Live data from Hacker News

Viewing profile — cfrover

cfrover

HN member
Joined
Sat, Jun 26, 2021, 9:07 PM UTC
HN karma
7
Public activity
4 items

About cfrover

No profile information was provided.

Recent public activity

  1. comment
    Comment #30117196

    There is also this Github Discussions thread on how it compares with things like Cypress, which is a E2E testing tool used by lots of people on the frontend web. TLDR: Playwright c…

  2. story
    Ask HN: Network Topology visualization UI libraries for Web?

    Ask: Is anyone familiar with any network topology visualizer libraries for the web? About: I am software engineer looking for a UI library to help visualize network topologies / co…

  3. comment
    Comment #27656175

    Joshua Waitzkin, US Chess Champion, Taichi Push Hands World Champion, covers the topic of intuition several times in his book the Author of the Art of Learning . I highly recommend…

  4. comment
    Comment #27645887

    In the javascript world, we have test frameworks like jest which provide mocking implementations. How does `spy` (also a JS/TS lib) compare with Jest? - https://jestjs.io/docs/mock…