Recent Posts
-
Technical skills are not enough, here are the crucial “Soft” Skills that you need to become a great developer
This post was originally posted on the freeCodeCamp community by Thomas Lombart, you can refer it here. A few weeks ago, I interviewed someone who wants to become a developer. […]
-
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, […]
-
Hacking WPA/WPA2 Wi-fi with Hashcat Full Tutorial 2019
For the most part, aircrack-ng is ubiquitous for wifi and network hacking. But in this article, we will dive in in another tool – Hashcat, is the self-proclaimed world’s fastest […]
-
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 […]
-
Understand How Bubble Sort, Insertion Sort and Merge Sort Work with 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 […]
-
Why should you learn JavaScript as the first approach – according to Quincy Larson – freeCodeCamp founder
There are lots of reasons why I recommend learning JavaScript as your first programming language, instead of Python or Java. Before I talk about these programming languages, let me clarify: […]
-
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 […]