Live data from Hacker News

Viewing profile — jcolella

jcolella

HN member
Joined
Thu, Jan 05, 2017, 3:22 PM UTC
HN karma
100
Public activity
33 items

About jcolella

No profile information was provided.

Recent public activity

  1. story
    Ask HN: Documentation or getting starting with building a rules engine

    Hello all, I'm starting a new project at my company that will be building a rules based engine for compliance and I wanted to ask if anyone had any recommendations for resources on…

  2. comment
    Comment #37823134

    For those of us without a subscription: https://archive.ph/4IyOF

  3. comment
    Comment #35368398

    This is possibly one of the best written articles end-to-end I have read. Excellent job telling the story

  4. comment
    Comment #34266102

    I tried asking a simple how does ActionMailer work with the rails repository link and I'm receiving an error response.

  5. story
    Ask HN: Suggestions on storing entity-attribute-value model

    I'm building an attributes store for storing aggregated attribute values to be used for segmentation and targeting. I'm wondering if anyone has any suggestions for the storage of s…

  6. comment
    Comment #32920760

    At my last company, when we were building a greenfield application, we leveraged this pattern, at a time when GraphQL was not yet available. In my new company, I look at GraphQL an…

  7. comment
    Comment #32497191

    Awesome work on the launch!. I was wondering what the main difference between Nimbus and something like https://devspace.sh/ is?

  8. comment
    Comment #31430990

    For those that are getting a 404 not found, here's the link from archive: https://web.archive.org/web/20220519020040/https://addyosman...

  9. comment
    Comment #28036570

    I went through the exact same thing with Google. The interview was very impersonal, never going into if I'd be a great culture fit and it was simply on the basis of if I knew how t…

  10. comment
    Comment #27546691

    This is amazing. Great way to illustrate. What software did you use?

  11. comment
    Comment #26647113

    I used to be a big supporter and user of Sublime, using it for my day to day. Unfortunately, even though it still has faster boot time than VSC, the community around VSC is so much…

  12. comment
    Comment #21916356

    Just want to say this is great. Poor execution on the demo. README is incomplete. A basic getting started would have sufficed in this case.

  13. comment
    Comment #19599380

    I'm also using it as my default. I also find it great that with every release, they are pushing features that promote immutability; ReadonlyArray, and const assertions, to make dev…

  14. comment
    Comment #18989923

    The addition of vulnerability scanning was the only reason our company switched back to npm from yarn. Other than that, yarn offers a great experience

  15. comment
    Comment #18848979

    I cannot agree more with this. I love being able to search and see how libraries are being used in real life projects. It definitely helps.

  16. comment
    Comment #18527125

    Interesting article. Though, the article should provide alternatives and speak to how use other types of programming paradigms might solve the issues that the person in the article…

  17. comment
    Comment #18403858

    Great job. This is a great resource for a person like myself that is getting into the world of GraphQL

  18. comment
    Comment #18353234

    If you are using async/await, you also enjoy a performance boost. https://auth0.com/blog/nodejs-10-new-changes-deprecations/

  19. comment
    Comment #18205103

    @jtokoph, maybe this can be put in the examples for the `callbaxx-promise` library that will be surely be created after.

  20. comment
    Comment #17558564

    This is great. This empowering and in general knowledge sharing on building startups is why many companies are successful here in the US. Very cool

  21. comment
    Comment #17503802

    I ended up leveraging multi-stage building with Docker and have a gradle image as my builder image, build the jar, and copy that to the image that is going to get deployed.

  22. comment
    Comment #16971220

    I know that there are many backend solutions to this such as using a headless browser to generate the page and create a PDF, and Wkhtmltopdf, but I'm looking for a way to circumven…

  23. story
    Ask HN: What HTML to PDF Angular (typescript) solution are available?

    Hello everyone, I'm been looking for a fully frontend solution to take our generated html to PDF. I've come across jsPDF with html2canvas to sidestep the limitation of jsPDF fromHT…

  24. comment
    Comment #16903351

    Great stuff!. Specially at the beginning, webpack is intimidating and can turn complex quickly. Wish I had this when I began. Another add-on I would recommend is the addition of th…

  25. comment
    Comment #16839259

    I always say pick the best language for the type of problem that you are trying to solve. If your problem is heavy IO, than I recommend NodeJS, as that's the forte. Instead if the …