HN user

sancha_

209 karma
Posts0
Comments39
View on HN
No posts found.

This is also what I use. Others mention insomnia, but it does not support testing responses (validating them) with a script. With the Http Client in IntelliJ you can do that, as well as with Postman. But with Postman you need to import/export everything and put it into you projects, so you can check it in with your source code. Using IntelliJ you don't need to do that anymore too.

Having used Postman, Insomnia and the IntelliJ Http Client, the last one is the best out of them all.

I was about to buy a new MBP this year but held back because I already have 16GB of RAM and want more, actually need more. I often have the problem that my current MBP runs out of memory and when this happends it costs me like 30 to 60 minutes to get back to the point where I was when it ran out of it. So yeah, there are some of us that need more RAM.

How would you ever know it exists then. No, they should give you the option to be reminded again, or be done with it. But since we are talking about deleting all cookies, where do you think this information would be added?

The main reason I prefer Liquibase over Flyway does not exist anymore, that was being able to downgrade my DB schema. It really is a new feature in Flyway and they were against it for a godly long time: https://github.com/flyway/flyway/issues/109

And there is nothing in Flyway that Liquibase can't do and there is no reason to change back.

Dapps 8 years ago

Can someone explain to me why I should pay to use the dapp Twitter clone?

Yeah there is learning curve for ORM too. Never blindly use ORM without checking the queries it does to your DB. Enable the logs to see what it does, evaluate them, enhance the slow queries, if you don't know how, change those to raw sql.

I would never give up the development speed that using ORM gives me. And from experience there are at most half a dozen queries that I convert to raw sql in a huge project.

Thank you, great intro to react. Easy for me as a backend dev to follow and get a grasp of React.

One thing, the page loaded constantly itself, after reading half through the tutorial (3-4 minutes), I had about a hundred entries for the same page in the tab history. This makes the website aweful.

Apache Jackrabbit is not a content management tool. It is an implementation of JCR, a content repository. But yes I agree that it might suit some usecases better than a relational db. That being said, you still need something like postgres for data storage, even if you use JCR.