πŸ’» Tech

πŸ’» Tech

Coding, app and web development, engineering, AI, robotics. There are lots of tech areas that I'm interested in. Maybe there's also one waiting for you...
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

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.

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

Local Data Persistency with User Defaults and Codable using Swift 5
Local Data Persistency with User Defaults and Codable using Swift 5

Today we’re going to be looking at how we can save data into a .plist file as well as get it back from that file. But first things first, what is actually β€œLocal Data Persistency” and why is it important for app developers? Feel free to skip that part if you are already familiar with that term.

Profile Image

Oct 28, 2021 β€’ 6 min read