Announcing Rust 1.53.0
The Rust team is happy to announce a new version of Rust, 1.53.0. Rust is a programming language that is empowering everyone to build reliable and efficient software.
Source: Announcing Rust 1.53.0.
The Rust team is happy to announce a new version of Rust, 1.53.0. Rust is a programming language that is empowering everyone to build reliable and efficient software.
Source: Announcing Rust 1.53.0.
This article will walk you through the process of setting up a Git server which can be pushed to, cloned from, and browsed, using a static site generator called stagit as a front-end. You can see my stagit-made site at git.theohenson.com.
Requirements:
- Some sort of Linux server (it could be as simple as a Raspberry Pi, or a VPS).
- At least a basic understanding of Git and the shell.
- A way to serve HTML files.
Source: Creating a Self-Hosted Git Server, an article by Theo Henson.
I happened to discourage using an ORM in our company internal Slack and suddenly found myself needing to explain some problems common in ORMs. I got a little bit carried away, and the explanation turned into this blog post.
I’m certainly not alone with this opinion, see for example here, here, or Ted Neward’s classic.
Source: Why avoid an ORM, an article by Jyri-Matti Lähteenmäki.