Rust Installation
Install Rust and Cargo package manager on a system
Install Rust and Cargo package manager on a system
What is Raft, what are the alternatives, and why even build Raft? How are we going to build it?
This episode of the VIM series explores the different ways of setting up Vim on different environments.
Getting Unix machine configuration synchronized across multiple devices and a faster way to switch devices while maintaining the same experience.
As a divide and conquer algorithm, in this article, we look deeply into merge sort, simplifying its core concepts with a binary search algorithm.
Learn how time tracking is implemented from the hardware.
Brief Programming languages have the notion of constants which means “variables that can not be mutated once declared and initialized”. Go also has almost the same meaning, but in a different context. To initialize a variable as a constant with a value of 10, we can do something like this: 1 const DISCOUNT = 10 In Go, constants mean “storing a literal to a variable”, this can be seen as a version of pattern matching in Erlang. ...
This post shares how you can run an old version of Go while still having your machine’s default Go - which is newer.
Use node taint, toleration, and node affinity the right way
Echoing like a PRO in VIM