Roberto Tonino

Roberto Tonino @robertotonino

Location:
Udine, Italy
Joined:
Jun 11, 2020

Roberto Tonino
articles - 3 total

How to work in multiple branches of the same repo at the same time

You can use Git worktrees 🌲 to achieve so. Just cd in a git repo and run git worktree add...

Learn More 2 0Jan 28 '22

How to fix express-js CORS requests that use req.session.id

I had a problem: I had an express-js server serving the frontend by directly serving an HTML...

Learn More 4 0Jan 5 '22

1 small tip to improve your code readability

(Kevin Du photo on Pexels) Code readability is important. When you find yourself in situations like...

Learn More 65 16Sep 25 '20