Posts by Nicolas Florth:
How to Host a Private Git Remote on Dropbox (Step-by-Step Guide With Code Examples)
4th December 2025
Developers often want a simple, free, private Git remote that works across devices without relying on GitHub or GitLab.A great option is to use Dropbox as your own Git remote, by creating a bare Git [...]
Unexpectedly, here is a JS error I found on developer.mozilla.org
2nd May 2025
I was looking over the documentation for JS events and because the time permits I clicked on "Test your skills: Events" link from the JS Events page to see what it is about. The Events 1 section h [...]