Coding Career Articles

A personal collection of self-made tutorials that help me better understand some concepts and I think can help you in your development career.

Writing your first bash script

Bash scripting is an extremely useful and powerful part of system administration and development. It might seem scary the first time you do it as it was for me but bear with me as this is not meant to be an extensive guide to bash scripting, but just a straightforward guide to getting started with making your first script and learning some basic bash syntax.

Getting started with Python

Your Python journey starts here. Learn the basics and begin building your coding skills.