Bello's Blog

Bello's Blog

Follow
homeTechstack MediaHTMLSoftware EngineeringJavaScriptReactAlgorithm
Series

Software Engineering

This series covers everything to become a successful software engineer. We cover the following: Front-End Engineer, Back-End Engineer, Full-Stack Engineer, etc.

Articles in this series

Shell Navigation

May 25, 20236 min read 312 views

Shell Navigation: Installation, Common Commands, and File System · Installation Search the terminal on your Operating system, but if you are using...

Shell Navigation

Files Manipulation

May 27, 20236 min read 51 views

When working with files and directories, there are basic commands that can be used for manipulation. These commands include: cp (copy) mv (move) rm...

Files Manipulation

Mastering Linux Command Line

May 27, 20236 min read 43 views

The Linux command line is a powerful tool for executing tasks and managing your system efficiently. However, to navigate the command line with...

Mastering Linux Command Line

Exploring File Contents with Common Commands in Linux

May 28, 20233 min read 32 views

In Linux, there are several commands you can use to examine the contents of text files. Let's take a closer look at these commands, their...

Exploring File Contents with Common Commands in Linux

Writing Pseudocode: A Beginner's Guide

May 28, 20237 min read 307 views

Pseudocode is a valuable tool for expressing algorithms in a high-level and abstract manner. It serves as a bridge between human understanding and...

Writing Pseudocode: A Beginner's Guide

A Comprehensive Guide to Git

May 29, 202313 min read 172 views

Introduction Git has revolutionized the way developers collaborate and manage their code. Whether you're a beginner or an experienced developer,...

A Comprehensive Guide to Git