Quick Tricks Application Data Sync with WebDAV Use WebDAV in your application to sync files (sqlite in my case) between devices. Storage backed by NextCloud, AWS S3, Google Drive, Dropbox and more
Linux SSH Port Forwarding for local development Motivation We have an application with a single frontend and a micro service backend. When we were smaller it was feasible to run everything on our laptops while developing locally. Those days ended. However we were able to make a relatively small change to the local setup to allow developers
Linux Override DNS with /etc/hosts Tell your computer which IP address to use for a hostname with the /etc/hosts. Handy for development and other scenarios.