Recent Posts
-
A few ways to solve the Palindrome problem in JavaScript
I first joined freeCodeCamp over one year ago, this is a great place to start learning to code and especially, it’s free. But for a long time, I hadn’t visited […]
-
Greeting JavaScript: Thanos Snap Effect Tutorial with JavaScript
Thanos’ snap effect is one of the best Easter egg from Google that I really like. But since Google obfuscate their code, it’s a little bit hard to see the technique […]
-
How to live without Google, comprehensively
Despite all the convenience and quality of Google’s sprawling ecosystem, some users are fed up with the fishy privacy policies the company has recently implemented in Gmail, Chrome, and other […]
-
Why Should You Learn C first? And The Best Book to Start
When comes in term what is the best programming language for beginners, C always is one of the first choices from this list. First appeared in 1972, 47 years ago, […]
-
What are IPython features & how to install and use it?
WHAT IS IPYTHON? If you’ve previously downloaded Python 3, you probably started the Python 3 interpreter by typing the following command into your computer’s terminal: python3 Starting the Python interpreter […]
-
Learn React from Scratch: Creating your first React App
Creating a React App Introduction to React Every year, a bunch of frameworks has been released based on JavaScript programming language. After getting accustomed to and have some prerequisites in […]
-
Learn Python 3 The Hard Way (Free PDF)
In 2020, Python 2 has been deprecated and no longer support. If you’re looking for a great book to start learning Python 3 this year, I want to introduce an […]
-
Tired of reading tutorials? Check out those awesome Youtube channels to learn to code for free!
Reading tutorials is a great way to learn, but there are still some other learning methods that help us learn to code effectively by watching, hearing and seeing the visualized […]
-
Think Python: How to Think Like a Computer Scientist (free PDF)
Think Python 2nd Edition by Allen B. Downey Besides Learn Python the Hard Way 3rd Edition, Think Python: How to Think Like a Computer Scientist is also a great introduction to Python […]