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.

Profile Image

Mar 25, 2022 • 6 min read

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.

Profile Image

Mar 20, 2022 • 3 min read

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

.gitignore Template for Python Projects and Mac Users
.gitignore Template for Python Projects and Mac Users

This is a useful .gitignore file that I'm using for python projects on a mac. I thought it would be handy to publish it on my website so that others can use it as well. Feel free to copy it!

Profile Image

Oct 28, 2021 • 1 min read

How to Reduce RAM Usage of Ghost and MySQL on DigitalOcean Droplet
How to Reduce RAM Usage of Ghost and MySQL on DigitalOcean Droplet

In this quick tutorial, I'll show you how I reduced the RAM usage of Ghost and MySQL on my DigitalOcean Droplet. I'm using the cheapest available droplet, which you can get for 5$ per month. So let's get started!

Profile Image

Oct 5, 2021 • 2 min read