Blog

Knowledge sharing had always been our goal.

Explore the unique thoughts and experiences straight from the minds of our think tanks.

Fokrul Hasan
Tips for Setting Up Cron Job in CakePHP Project

Cron is a feature that allows you to run specific functions at a certain time automatically. All we need to do is create the function and then set the cron to call that function. Then, it will call the function automatically in our selected time. 

 

Makdia Hussain
Learn how to Build Productivity Application With ReactJs

In this article, you will learn how to build a simple productivity application with ReactJs. 

Gayle Diniz
Introduction to Mobile app testing

Nowadays, mobile phones have evolved from normal communication devices to a gadget that can basically do everything. For example: getting directions, booking tickets (flights, bus, movie, etc), shopping, ordering food, etc. In this article, I will be talking about the testing process of these applications.