Programming, Articles & Reviews

Easy4PHPUnit: Simple And Basic PHP Unit Testing Framework

Easy4PHPUnit Tests Results

Easy4PHPUnit Tests Results

A basic PHP unit testing framework that I created as a personal learning exercise. Unit testing can be done in four easy steps. The UML diagram of the framework architecture, a quick tutorial, a video tutorial, and a link to the GitHub repo containing the source code are all provided.


Building And Integrating CppUnitLite in Eclipse on Linux

Building And Integrating CppUnitLite in Eclipse on Linux

Building And Integrating CppUnitLite in Eclipse on Linux

A detailed tutorial on how to build the CppUnitLite framework as a static library using Eclipse on Linux. The tutorial also demonstrates how to use and integrate the library you just built to do unit testing in any of your C++ projects.


N-Queens Problem Solution in C++

N-Queens Problem Solution in C++

N-Queens Problem Solution in C++

A simple solution to the N-Queens problem in C++. The solution is non recursive and uses back-tracking.


My Experience With Linux Distros

My Experience With Linux

My Experience With Linux

[Out-dated] An article I wrote to express my feelings about the Linux Distros I tried.

Leave a comment