Blog - Yµn ^…^ ƒ(x) aka. Yunus Emre Vurgun

Blog
by... Yµn ^…^ ƒ(x)

The thing I personally like about computer science

Posted on February 21, 2024 by Yµn ^…^ ƒ(x) aka. Yunus Emre Vurgun

The thing I personally like about computer science is that it teaches you how to think. Many people guess it is only about telling computers what to do. It is not the case at all. At the heart of it, it focuses on advanced logic, problem solving and constantly reasoning. It is so broad, that you can actually solve problems unimaginable to some with it, even without using any code at all.

Read More

Differences Between Java and JavaScript Variables

Posted on June 9, 2023 by Yµn ^…^ ƒ(x) aka. Yunus Emre Vurgun

In this post, I will be giving a brief introduction to the fundamental differences between the variables in two of the most popular programming languages: Java and JavaScript. In Java, almost every variable has a data type. For example, if a variable is a 'String', then it will be declared as "String myStringName = 'Hello';". If it is an integer, it will be declared as "int".

Read More

How Did They Come Up With Node.js & How Does it Work?

Posted on June 9, 2023 by Yµn ^…^ ƒ(x) aka. Yunus Emre Vurgun

Are you one of those developers who cannot think of a world without JavaScript? Or do you not code if you don't have JavaScript running as a server-side language? Then this post might be interesting for you. We are going to explore the core ideas behind Node.Js and its surrounding components. I'm no expert when it comes to running JavaScript on the back-end.

Read More