Recent Posts
-
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 […]
-
Complete Python Bootcamp: Go from zero to hero in Python 3 FULL course free download (Google Drive)
Complete Python Bootcamp: Go from zero to hero in Python 3 Learn Python like a Professional! Start from the basics and go all the way to creating your own applications […]
-
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, […]
-
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 […]