/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.labix.org
| | 128bit.io
3.4 parsecs away

Travel
| | To keep with the previous posting I made with MongoDB, I am going to show some Ruby code of how to connect and push data in to your database. If you take a look at the MongoDB driver page you see that there are a good number of programming languages that are supported by MongoDB.org along with tons that are supported by the community. My languages of choice is Ruby. It's a Supported language from MongoDB.
| | popey.com
5.1 parsecs away

Travel
| | This is a bit of a dayjob post, but as I maintain a bunch of snaps in my own time, I figured its not out of place here. Typically when I (or indeed any developer) uses snapcraft to build a snap, a snapcraft.yaml drives the process. Ill integrate some kind of CI or build system, and start publishing to the Snap Store. Usually, once created, the yaml doesnt need much in the way of changes.
| | rolisz.ro
6.8 parsecs away

Travel
| | I often need to set up a VM with a server to run some ML models. While I could package things in Docker and deploy them like that, whenever possible, I like to do things more directly, using systemd services. To create a systemd service, create a file called /etc/
| | jorge.olano.dev
23.7 parsecs away

Travel
| I set out to write a little static site generator, but why?