Cleanup Laravel code and pushing to BitBucket (Git) repository
Understanding how JIRA works with BitBucket
Featuer management process from BA, SRS, Git repo to code review...Read More
Cleanup Laravel code and pushing to BitBucket (Git) repository
Understanding how JIRA works with BitBucket
Featuer management process from BA, SRS, Git repo to code review...Read More
One of the recent projects required integrating a 3rd party application. The backend was developed using CodeIgniter v3 running on PHP v5+. I emphasized on standards and chose SOAP as the integration ...Read More
These are the files for the workshop I conducted for PULZ 2015, organized by Ananda College ICT Society, Sri Lanka’s biggest school based ICT convention, on 24th May 2015....Read More
Pagination requires reading a record set twice: Once to read the whole set so that it can count the total number records Then to read a window of records to display Here’s my way of doing it: Us...Read More
One of the common issues with MVC controller is to use the same controller method to show a form and then process it’s content, once we receive POST....Read More
If you are restricted by the web hosting company about how many databases you can create, there is a trick you can use to get the maximum out of that ‘single’ database. The answer is to use a pref...Read More