09/01/2023
We're thrilled to share that we've given our online tools site a fresh look and made it easier to use!
The navigation bar is now more straightforward and intuitive, so you won't get lost while working.
We've shortened the tool descriptions and are more to the point, so you can quickly find what you need.
And if you want to get rid of the ads, you can now easily do so by clicking the "remove ads" button at the top right.
We hope you enjoy the updated site and find it helpful in your work. Thank you for using our tools!
You may visit the tools site here: codeofaninja.com/tools/
29/06/2022
How to use workspaces in VS code? https://youtu.be/hU8xGLWlW68
I believe this will help you focus on one project at a time which will make you more organized and efficient as a coder or tester.
How to use workspaces in VS code?
In this tutorial, I will show you how to use workspaces in VS code. If you have lots of projects with different repositories, it is better to put only the re...
22/03/2022
Many of you are asking for video versions of our tutorials. Here's the first one: https://youtu.be/ptuXG7Zix74
This 40-minute video was based on our PHP Shopping Cart Tutorial using MySQL database.
We'd love to hear your feedback so we can improve the quality of our video tutorials! You can send them to [email protected]
Thank you for supporting our work!
PHP Shopping Cart Tutorial using MySQL database
The text version of this tutorial and source codes are available in our blog: https://codeofaninja.com/php-shopping-cart-tutorial-using-mysql-database/Thank ...
09/03/2022
We are improving our PHP Shopping Cart Tutorial!
We improved sections 1-4 so far. We added more code explanations. Corrected file names. Removed unnecessary texts. Added an output screenshot.
Check it out! https://codeofaninja.com/php-shopping-cart-tutorial/
05/03/2022
Your list of downloads is now sorted by purchase date. This will help you identify your recent purchases and download them if needed.
03/03/2022
We added our new links on our "Subscribe" page because you can connect with us either via email or social media.
We will release a brand new tutorial on the blog and on YouTube soon so please follow our links!
Go: https://codeofaninja.com/subscribe/
02/03/2022
We updated several accounts with the correct list of purchased source codes. We're glad many of you found our new member's area useful!
28/02/2022
Our new member's area is now live!
Once you register and log in, you can see the list of all your purchases in one place. No need to repeatedly scan your email for your purchases.
You can also download the latest version of the source codes anytime because it is now connected to our code repository. No need to ask for the latest version.
Our member’s area is currently only for our customers who purchased any of our source codes.
More details here: https://codeofaninja.com/new-members-area-launched/
New member's area launched! - CodeOfaNinja
Our new member’s area is now live! Our member’s area is currently only for our customers who purchased any of our source codes. Once you register and log in, you can see the list of all your purchases in one place. No need to repeatedly scan your email for your purchases. You can also download.....
16/01/2020
"The big optimizations come from refining the high-level design, not the individual routines." ~ Steve McConnell, Code Complete
06/03/2019
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ~ Martin Fowler