
Go Language
What is Go Language? Wikipedia says: “Go (often referred to as golang) is a free and open source […]
What is Go Language? Wikipedia says: “Go (often referred to as golang) is a free and open source […]
The docker website describes docker this way: “Docker is the world’s leading software container platform. Developers use Docker […]
What is cURL? Wikipedia says: “cURL is a command line tool for getting or sending files using URL […]
Most computer programmers use more than one text editor. I have Notepad++, Sublime Text, Atom and Visual Studio […]
Sometimes you want to be able to easily work with two or more files at one time. You […]
In Sublime Text you can set up a “project” that has more than one folder and more than […]
Do you need to convert some text from one case to another? Perhaps you left the Caps lock […]
Do you need to generate a random number? You can download an app or go to a website […]
The Sublime text editor is one of the more popular text editors out there for developers. It is […]
Grunt is a JavaScript task runner. As the website https://gruntjs.com/ says: “In one word: automation. The less work […]
Here is what Wikipedia says about Abstraction (software engineering): “In software engineering and computer science, abstraction is a […]
Here is what Wikipedia says about a source-to-source compiler: “A source-to-source compiler, transcompiler or transpiler is a type […]