Rotating a 3D object mentally vs computationally
Fun fact: In computer graphics programming, rotating a 3D object would require a matrix multiplication which generally takes same amount of computational steps.
Read MoreFun fact: In computer graphics programming, rotating a 3D object would require a matrix multiplication which generally takes same amount of computational steps.
Read MoreToday, data science plays a key central role in transforming the way industries operate. By understanding and making use of advanced analytical tools and technology, companies can boost their efficiency, improve decision-making, and stay competitive.
Read MoreThe 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 MoreIn 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 MoreAre 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