Posts
All the articles I've posted.
Shell Scripting Basics - Beginner's Guide - Part II
Updated: at 07:20 PMPart II - Shell scripting is the code that is designed to run in the Unix shell. This means that you can write these generic pieces of instructions and execute them directly from the shell on Linux and MacOS.
Shell Scripting Basics - Beginner's Guide
Updated: at 07:20 PMShell scripting is the code that is designed to run in the Unix shell. This means that you can write these generic pieces of instructions and execute them directly from the shell on Linux and MacOS.
Reason for developing in GO
Updated: at 01:10 AMGO is like a hot kid in the market with all the latest features needs to face modern problems in almost every field. The main reason is that GO is a comparatively new language. Programming languages like C & C++ which was developed in 90s could not quite evolve with the modern complexities of the systems. GO solves all of the same problems with much simpler syntax ( which mean less development time) with almost the same performance which leads to the next point.