Hello there!

This is my first blog post, where I’m testing out the site’s Markdown features and seeing how everything looks. It’s also a chance to introduce myself to any potential recruiters who happen to stop by ;). I’ll be posting more about the interesting things I learn, my project journey, and maybeeee even a few fun personal stories along the way!
The Beginning
I had always dreamed of studying in Canada as a kid… uhmm, actually, my dad was the one who decided to send me, and I just went with the flow. Five years later, I haven’t regretted it one bit.
One thing I did always dream of, though, was studying Computer Science… and it all started with trying to install modded Minecraft (yes, I know, it’s a canon event).

Fast forward from trying to locate the .minecraft folder to now, pursuing a CS degree. Even though my dad kept begging me to study Electical Engineering… and, to be honest, he still does.
Now
Currently, my main focus is on data analytics and machine learning, but I also enjoy building software in general. One of the reasons I created this blog is to keep myself motivated to continue learning and creating consistently, rather than relying on short bursts of motivation. Hopefully, this blog will help keep me accountable. Expect to see more posts about my projects, the things I learn, and my journey along the way.
The rest of markdown features
Testing the rest of the features that i could not shove in the introduction:
Table:
| Games | Foods | Hobbies |
|---|---|---|
| Mincraft | Chicken | Badminton |
| Team Fight Tatics | Chocolate | Biking |
List:
- 1
- 2
- First
- Second
Code block:
public class Main {
public static void main(String[] args) {
System.out.println("Hello");
}
}
Quote:
“When you engineer?!” - Dad
That it for the test! Thank you for stopping by!