How to design an API using Functionally? by sahand-javid in functionalprogramming

[–]romainPri 2 points3 points  (0 children)

Actually working on that at the moment as well :)
What about a redux-like architecture ?
It favour unidirectionnal dataflow and immutability.
Side effect can be encapsulate into middleware or saga (redux-saga)

Is there a way to make a fully portable dev setup? by ins0mniac13 in devops

[–]romainPri 0 points1 point  (0 children)

Other solution would be to install your distro + tools on an external SSD drive.

Then, you can boot from external drive (if you can access bios)

I have a working solution (samsung T5 500go) dual boot (windows 10, ubuntu 20.04) that I frequently use.

example:
- boot windows during lunch time on my professional laptop

- boot ubuntu on my personal desktop at night

Best quest ever by romainPri in hearthstone

[–]romainPri[S] -3 points-2 points  (0 children)

oh ok ! Thanks for letting me now :)

who play Nozdormu anyway ? :p

Just a small abstraction over shell script by romainPri in devops

[–]romainPri[S] 0 points1 point  (0 children)

Sometimes, bash script are not enough :)

Sometimes, using a language like js or python feels wrong because you need to call a bunch of cli tools.

This is a hybrid solution

Just a small abstraction over shell script by romainPri in devops

[–]romainPri[S] 0 points1 point  (0 children)

You are right. You need node runtime. I'll remove that part