HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mnembrini

no profile record

Submissions

Running Out of Database Connections in Production

engineering.3ap.ch
2 points·by mnembrini·5 tahun yang lalu·0 comments

Using HATEOAS with REST APIs

engineering.3ap.ch
6 points·by mnembrini·5 tahun yang lalu·1 comments

Strapi for Headless CMS

engineering.3ap.ch
1 points·by mnembrini·5 tahun yang lalu·0 comments

RabbitMQ vs. Pub/Sub: Choosing a Message Queue for Your GCP Project – Part 1

engineering.3ap.ch
3 points·by mnembrini·5 tahun yang lalu·0 comments

comments

mnembrini
·10 bulan yang lalu·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
·10 bulan yang lalu·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
·tahun lalu·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
·3 tahun yang lalu·discuss
Interesting design but a bit hard to use on mobile :) will have to check it out later
mnembrini
·4 tahun yang lalu·discuss
To be fair if the fixes are trivial they shouldn't need any extra context from a ticket to understand
mnembrini
·4 tahun yang lalu·discuss
The direct links are giving a 404 for me
mnembrini
·4 tahun yang lalu·discuss
This seems exactly what you are looking for https://www.causal.app/
mnembrini
·4 tahun yang lalu·discuss
You want this https://github.com/bayne/dot-http
mnembrini
·5 tahun yang lalu·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
mnembrini
·5 tahun yang lalu·discuss
D approach: https://maikklein.github.io/soa-d/
mnembrini
·5 tahun yang lalu·discuss
A Csv editor/viewer in Rust using druid. Very early stage, but the goal is to open large files (1 GB and over) easily and have some good filtering / sorting options. Excel stops at a certain amount of rows, LibreOffice is ok but slow and other editors I looked are not cross platform I know you can just import a Csv into a sql DB but it can be finicky it can take some time to map the columns, filter out invalid data etc. This can and should be all be automated
mnembrini
·5 tahun yang lalu·discuss
It's pretty hard to measure end-to-end delay, Nvidia is only getting to it now with https://www.nvidia.com/en-us/geforce/news/reflex-low-latency...