Tag: learn to code together
-
32-bit vs. 64-bit processor architecture?
Hello friends, in this article, we’ll talk about what is 32-bit and 64-bit architecture or 32-bit and 64-bit hardware and software systems, what is the difference between them. How they […]
-
Familiar With Arrays? But What About The Linked-List?
In computer science, the term data structure is used to describe a data organization and storage format that enables efficient access and modification. Simply put, the data structure is a […]
-
Greeting JavaScript: break, continue statements, while and do-while Loops
In some previous articles, we’ve learned how to use some of the for loops to loop over the array, string and so forth. In this article, we are going to […]
-
Connecting with Computer Science: What is REST?
REpresentational State Transfer REST, or REpresentational State Transfer, is an architectural style for providing standards between computer systems on the web, making it easier for systems to communicate with each […]
-
Primitive vs. Reference Value in JavaScript – What is the difference?
In some previous articles, we’ve gone through some programming concepts in JavaScript. We already know that JavaScript provides six primitive types as undefined, null, boolean, number, string, and symbol which […]
-
Learn Python and Ethical Hacking from Scratch FULL free download [Updated]
Learn Python and Ethical Hacking is the comprehensive course for beginner to learn Python and also ethical hacking at the same time. Created by Zaid Sabih, an expert ethical hacker, […]
-
Bitwise Manipulation: Logical and Shifting Operations
In the previous article, I’ve just introduced some concepts related to computer science and more specifically bitwise operation. We learned how what is bitwise operation is in general, and how […]
-
Bubble Sort, Insertion Sort and Merge Sort in JavaScript
A computer system is a machine that connects computer hardware with computer software. In order to have a good computer with a fancy speed, it depends upon many factors, from […]
-
The Definitive Guide to the JavaScript Objects
Like arrays, objects are used to store data, but instead of storing data in a single variable and you can access its elements by index. Object grants us the collection […]