Live data from Hacker News

Viewing profile — jennoo

jennoo

HN member
Joined
Tue, Jan 24, 2017, 8:30 PM UTC
HN karma
24
Public activity
10 items

About jennoo

No profile information was provided.

Recent public activity

  1. story
    Ask HN: What is your goto stack when building a MVP and why?

    I've been fiddling with a idea sometime and I want to turn it into a product. I first want to build a MVP. I can't make a decision stack I am going to use. I find it difficult to m…

  2. comment
    Comment #20597527

    Yes, lately I have noticed that always feels a bit cumbersome working with it. Where those built-in DBMS SQL or NoSQL?

  3. comment
    Comment #20597516

    Looks interesting, thank you. Have you used it yourself? If so how do you deal with queries like: 'my' private messages from a single user.

  4. comment
    Comment #20597506

    I also try to avoid ORM's but ditching them makes mapping to struct/objects cumbersome. How you deal with mapping joins in Go and node.js?

  5. story
    Ask HN: Which programming language do you think offers the best support for SQL?

    I find that a language as Go feels really tedious working with SQL, Java on the other end of the spectrum has many options but they feel pretty bulky. Whats your language of choice…

  6. story
    Ask HN: How do you deal with task/job scheduling?

    How do you handle recurring and time-based events in your software stack. Would you choose for a self hosted solution (i.e. Celery) or choose a hosted solution?

  7. story
    Ask HN: What do you think is the optimal educational path for a aspiring founder

    How would you describe the most ideal situation (university, mayor, extracurricular activities) for a aspiring founder? What are the DO's and DONT's for a student which pursues thi…

  8. comment
    Comment #16056736

    Does anyone recommend a good alternative which embraces the open source mentality so I am allowed to permanently store the data.

  9. comment
    Comment #13475358

    Yes you are right, please have look. I have updated the question text.

  10. story
    Ask HN: Which graph database would you advice?

    In terms of scalability, reliability and performance? And what are your thoughts about implementing a graph inside e.g. PostgreSQL or Cassandra? The graph will contain roughly abou…