HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mnembrini

no profile record

Submissions

Running Out of Database Connections in Production

engineering.3ap.ch
2 points·by mnembrini·há 5 anos·0 comments

comments

mnembrini
·há 10 meses·discuss
In Intellij if you open a PR it will highlight lines that have changed in the PR differently (even from multiple commits) and you can click on the colored border to see the version of the code on the main branch
mnembrini
·há 10 meses·discuss
2 yes, although if you are splitting only one regular character the implementation doesn't use a Regen internally

3 is not an issue anymore since java 22 https://blog.jetbrains.com/idea/2024/02/constructor-makeover...
mnembrini
·ano passado·discuss
About workflow recovery: if I'm running multiple instance of my app that uses DBOS and they all crash, how do you divide the work of retrying pending workflows?
mnembrini
·há 3 anos·discuss
Interesting design but a bit hard to use on mobile :) will have to check it out later
mnembrini
·há 4 anos·discuss
To be fair if the fixes are trivial they shouldn't need any extra context from a ticket to understand
mnembrini
·há 4 anos·discuss
The direct links are giving a 404 for me
mnembrini
·há 4 anos·discuss
This seems exactly what you are looking for https://www.causal.app/
mnembrini
·há 4 anos·discuss
You want this https://github.com/bayne/dot-http
mnembrini
·há 5 anos·discuss
There are some example links in this post about HATEOAS

https://engineering.3ap.ch/post/using-hateoas-with-rest/

I think the main distinction according to the original paper is if you are doing just HTTP CRUD ( not REST) or also HATEOAS