Latest Articles
How to create, read, write and append to file in Go
Go languages allows developers to create, read and append to a file. In the Go standard library, there is the os package that provides the utilities needed to
Getting started with Golang Generics
We end this section by stating some useful facts about golang generics:
Show Line Numbers in Vim [Absolute, Relative, Hybrid]
vim relative line numbers active using :set relativenumber and :set rnu. relative line numbers inactive using :set norelativenumber and :set nornu. relative …
Using Counter in Bash with Practical Examples
Using the + and – Counter Operators, Using the += and -= Counter Operators, Using the ++ and — Counter Operators in Bash
JavaScript replaceWith() Method
To make use of the JavaScript replacewith method, we need to reference the element/node that we want changed and add the new element/node as an argument. Also, …
