
Here are the some of my writings on Studying in Germany
Sternenstaub und Selbstzweifel
Sternenstaub und Selbstzweifel – Ein Versuch, das Glück zu begreifen Ich frage mich oft, was ich eigentlich getan habe, seit ich geboren wurde. Wie viele Momente meines Lebens habe ich wirklich als „glücklich“ empfunden? Und noch wichtiger: Wie viele davon habe ich auch wirklich bewusst erlebt? Diese Gedanken kommen nicht aus einer Krise – eher […]
Studieren in Deutschland: Krankenversicherung & Arbeit – Meine Erfahrungen und Wege
Ein persönlicher Leitfaden für internationale Studierende Als ich zum ersten Mal nach Deutschland kam, dachte ich, dass ich meine alte Krankenversicherung weiter nutzen könnte. Allerdings stellte sich die Situation – wie so oft in Deutschland – als etwas komplizierter heraus. Wenn du zum Studium nach Deutschland kommst, musst du dich zunächst bei einer gesetzlichen Krankenkasse […]
Artificial Intelligence
🌐 General Artificial Intelligence (AI) A master note for understanding the broad landscape of Artificial Intelligence. Use this as a starting point to explore deeper topics. 📘 What is Artificial Intelligence? Artificial Intelligence (AI) refers to the simulation of human intelligence in machines that are programmed to think, reason, learn, and make decisions. It encompasses […]
Daily Life & Culture
I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo. I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, [...]
University Life
University Life I am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.
HomePage
Hi, I am Ekrem. I am a Developer/Pentester who write about the things, I am passionate about
Unit Testing in Java
Unit testing Isolates one piece of code and verifies that piece is working correctly. In Java that piece of code is going to be a class or a function inside of the class. Unit Testing With Maven If you are using maven and want to test your code with unit testing I recommend Junit. If [...]