One of the first things I learned when programming professionally is that global variables are bad. We all take it for granted that it’s bad practice to write code that relies heavily on global state but the other day I was working with a 3rd party native... (more…)
Read more »
Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works seamlessly with the data from your filesystem, operating system, and a growing number of file formats to make it easy to build powerful command... (more…)
Read more »
This book is for people familiar with C or C++ who are thinking of using Rust.
Read more »
In this article we'll explore the difference between String and str in Rust and when to use which. (more…)
Read more »
Mini-Programmable Configuration Language. Contribute to cympfh/cumin development by creating an account on GitHub. (more…)
Read more »