Tag: learn to code together
-
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 […]
-
How to Get Kids involved in Computer Science & Coding
How can you get kids involved in computer science and coding from a young age? Here are some easy steps and reasons why it’s beneficial to introduce kids to computer […]
-
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 […]
-
What is BigO Notation and Time Complexity?
When you try to solve a problem on some online websites, you probably come across some terms like BigO notation, O(n), O(1), O(n²), etc… or time complexity a couple of […]
-
Free Programming Ebooks
In this article, I’m going to summarize 69+ programming languages and computer science books that are free and available for everyone. It’s from a repository on Github and separated by […]
-
Numbering System: How to convert hexadecimal, decimal value to binary and vice versa?
In the previous article, we’ve talked about what is bitwise operation and why it matters in computer science. Most of the time when we do things with the bitwise operation, […]
-
Introduction to Bitwise Operation
Bitwise Operations Binary Number In mathematics and digital electronics, a binary number is a number expressed in the base-2 numeral system or binary numeral system, which uses only two symbols: […]
-
A Brief Introduction to Programming
In this article, I will give you a brief introduction to programming, learn important concepts related and how a program can be translated that computers can understand. First, what is […]