kwamedev.hashnode.devUnderstanding Bash Scripting Through a Backup ScriptIntroduction Bash scripting is a powerful tool every software engineer should possess. It allows users to automate tasks and manage systems efficiently. This article aims to explore various bash scripting concepts through the lens of a backup script....Dec 2, 2023·4 min read
kwamedev.hashnode.devDemystifying Algorithms and Data Structures: A beginner's guideWelcome to my inaugural blog post! This guide will introduce you to the fundamental concepts of algorithms and data structures, complete with easy-to-understand examples. Part 1: Algorithms Algorithms are like recipes for programmers and computers. T...Nov 25, 2023·3 min read