Recursion is an exciting concept in computer science. Unlike popular opinions, it is not a data structure nor an algorithm. It is a concept. The idea of recursion is quite similar to that of loops and iterations - although not entirely. This incompleteness makes the concept of recursion a confusing subject amongst programmers. When writing computer code using loops, we work sequentially, having a start...

Technological innovation in commerce is nothing new as we continue to embrace digitization across all industries. The internet, rising from a commodity to a household asset in two short decades, played a significant role in changing the course of its foundation. eCommerce is challenged and forced to evolve in the COVID era, pushed to embrace innovation more rapidly. Among these solutions lies live chat, a...

JavaScript Promise rolled out in ES6 in 2015, and it operates within a similar domain as a promise between people. As a person makes a promise, so does JavaScript, hence the name – Promise in JavaScript. Here is an example that includes both types of promises: "I promise to learn JavaScript Promise by the end of this year". Human promises are not the result of...

So, you’ve graduated high-school, or even made it through university. If you’re reading this article, we expect you to understand at least the basics of Prime Numbers. These numbers are incredible, and they are critical as the fundamental building blocks of all numbers. In addition, they help us understand the universe. If aliens ever send us a message, it will be through prime numbers since...

What makes an application a groundbreaking app like Uber or TikTok? Can anyone ever predict whether an app will succeed or sink into oblivion like 99% of all mobile applications? Even though the success of a software solution is determined by a wide variety of aspects, including economic and social situations, we believe that learning the following ingredients will drastically enhance your chances of creating...

Unique web app features become possible when developed as part of a robust framework. Software engineers choose the libraries and tools that best suit the final goal, and everything necessary to achieve it. Web solutions traditionally involve a custom approach, and consequently – a custom network. Since JavaScript frameworks are notoriously useful for building websites, web creators prefer them. But what framework is best for...

Psychology is a very extensive science, but as you probably already know, it is closely related to design. Good design without knowledge of psychology is rather the exception, not the rule. Knowledge of psychology and basic principles of perception and behavior are the main allies of a good designer. In this article, we will single out and explain with examples the 15 most important psychological...

Quantum computing has been an infant technology for a while now, and it would take more time for it to become an inseparable part of our lives with the intensity of technologies like smartphones or the Internet of Things. Before going into the nitty-gritty of quantum computers, we need to set straight the difference between them and the computer you are now using to read...

AI (Artificial Intelligence) is a hot topic in the Tech World. IT websites for jobs scream for Data Scientists, Senior Python Devs, or just anyone well versed in the secrets of Machine Learning. How AI-ready is your company? For non-tech mere mortals, the thought of AI in a company can bring about a climate of fear and mistrust. “They’re going to replace everyone with robots!”...

In 1976, Niklaus Wirth published a book titled 'Algorithms + Data Structures = Programs.' In the 2020 decade, that statement still stands true. Data structure is the arrangement of data in memory. They are essential for organizing, processing, retrieving, accessing, and storing data.Data structures usually work together with algorithms. They hold the data while algorithms solve problems using the data.Data structures are one of the...

For editorial questions, or anything that is related to our Blog and Articles published, please contact editor@codecoda.com. We are always happy for inspiration and comments on our articles and love your feedback!