Skip to the content.

Getting into tech: explore the console

I recently talked with a friend who’d like to get into tech and didn’t know where to start. It can feel intimidating to think about starting into this field that techies have studied many years until they started their first job. But I also know some techies who came from a non tech background and now are excellent in their tech job. So I wanted to support her to get a first hands on glimpse into tech. 👩‍💻

If you’re also interested in getting into tech or want to support a non techie to become one, here’s what I shared with her to get started:

How do computers work?

Computers are structured in layers: the lowest level is the hardware.

She has a Mac, so I asked her to open “About this Mac” and we explored the hardware listed there: how many GB of RAM, how many TB of storage…

The software that runs on the hardware is itself composed in many layers:

How does the command line work?

To get her hands on with executing her first commands, I chose the command line because it requires no setup. I think if you want to get hands on it can be very frustrating to first install dependencies and configure your development environment. Nearly no setup is hazzle free and going through trial-and-error with cryptic error messages without understanding at which level they occur and how to find solutions might put you off to continue.

The console or terminal or shell however, is installed on every device as it is part of the operating system. I shared with her some UNIX commands. Both MacOS and Linux are based on UNIX. If you want to use them on a Windows machine, you need the Windows Subsystem for Linux.

It was fun for her to explore the console like that and I also really enjoyed the hour I spent unveiling the curtain and showing a glimpse into my techie world. 😃

I think this is an easy way to start into tech because it requires no setup (if you have a Mac or Linux System). Understanding these concepts already helps you to understand if you like the way of thinking like a techie. 🤓

Having the tools now to explore, go and find more commands, read their manpages and combine them! 🚀

⬅️ Back