Text editors are an important part of any operating system, learning how to use them and mastering them is must have skill for anyone who wants to use a computer, especially if you want to do some programming and code writing.... Read More
Articles found : 15
search term: programming journey
Run C++ code effortlessly online with cpp.sh. Discover features like instant compilation, a user-friendly interface, and easy code sharing. Perfect for students, educators, and developers.... Read More
One of the best things in Bash is the extensive tools we can use to manipulate strings. you can extract substrings , replace or delete them, and do much more... Read More
Often times when we are editing our files, we need a faster way to produce hundreds, even thousands of lines with repetitive content or lines that have some variables that change on every line and it would be tedious to write them manually. Here comes Python.... Read More
Shell scripting is the language of Linux Command Line, it is the most used language under linux because you can assimilate and use all other languages in your scripts. you can use Python scripts, All the operating system programs and commands, you can even run php scripts right from your terminal or shell scripts.... Read More