✏️ Blog

✏️ Blog

Welcome to my blog πŸ”₯!
How to Switch Between Monitor & Managed Mode on a WiFi-Adapter using a Bash Script
How to Switch Between Monitor & Managed Mode on a WiFi-Adapter using a Bash Script

This short post is a step-by-step guide on how to activate monitor mode on a WiFi adapter.

Profile Image

Sep 14, 2022 β€’ 3 min read

Python *args and **kwargs - How to Use Them Guide
Python *args and **kwargs - How to Use Them Guide

*args stands for non-keyword arguments and **kwargs for keyword arguments. In your code, you don’t have to use the same names (args and kwargs). Importantly are the asterisks in front of the argument name. We use them when we are unsure about the number of arguments in our function.

Profile Image

Jun 3, 2022 β€’ 2 min read

A New World - Soundtrack
A New World - Soundtrack

A new world is a piece about exploring an utterly new Exo-Planet. Imagine you’re in space, and you look out of the window. You see a new world that gets bigger and bigger as you move towards it. After breaking through the atmosphere, you land with your rocket.

Why I Study Mechanical Engineering
Why I Study Mechanical Engineering

Today's blog post is for anyone interested in a career in mechanical engineering. I will give you my insights into being a mechanical engineering student. This post should cover all the questions I had had before I started this study back in 2020.

Star Wars Meet Pirates and Hobbits
Star Wars Meet Pirates and Hobbits

This is a piano arrangement I composed back in 2020 when Switzerland was in lockdown. It's a combination of the music played in Star Wars, Pirates of the Caribbean, and Hobbits.

How to Create a New Conda Environment with Terminal
How to Create a New Conda Environment with Terminal

Learn how you can create your Conda environment for your next python projects!

Profile Image

Jan 5, 2022 β€’ 1 min read

Short Explanation On How To Use Protocols in Swift Xcode
Short Explanation On How To Use Protocols in Swift Xcode

Protocols are like certificates that are adopted by a class, structure, or enumeration.

Profile Image

Nov 13, 2021 β€’ 1 min read

How to Use Git and GitHub - A Beginner's Tutorial
How to Use Git and GitHub - A Beginner's Tutorial

Github is a place where you can host and review your code, manage projects, and build software alongside millions of other developers. Git helps you to version control your project files.

Profile Image

Nov 11, 2021 β€’ 11 min read