List Headline Image
Updated by Andy Clark on Mar 20, 2015
 REPORT
Andy Clark Andy Clark
Owner
10 items   1 followers   0 votes   30 views

Software Solutions

Education Voucher Management System - CodeWebber
CodeWebber Team built a SaaS based application Education Voucher Management System (EVMS). This EVMS application allowed client to offer different solutions to different schools based on their need.
Invoicing System - CodeWebber
Codewebber Team built the accounting platform application which is a SaaS based, this invoicing software application that allowed to offer different invoicing solutions to different customers based on their need.
CodeWebber Team developed an accounting software for management accounting. This SaaS based accounting is use to track brand wise revenues, sales targets and cash flow.
Codewebbers team built the datacenter portal for customers as well as the admin portal for the datacenter operators. CodeWebber was the right development partner for the client due to our expertise in servicing and managing datacenter processes.

VisionCarma is a Process Management Software and Internet Application Software used to manage, monitor, control and lead the entire operations for Carmatec.

Education Voucher Management System(EVMS) is a SaaS based multi tenant system / application that enables schools to purchase a module that manages the process for invoice and education voucher management.

Job Oriented Training Programs - CLIMB Education | Codewebber

CLIMB Education Bangalore offers job oriented training programs in enterprise server management and Software Programming in Linux, PHP and Ruby on Rails Training.

MySql 5 introduced the concept of stored procedure functionality. If you have already worked on other DBMS (Database management System) or Mysql, you might be familiar with the concept of stored procedure. We will learn more about it in detail here.

I have always wondered how to store procedures with CakePHP, as I knew it will reduce the DBhits and will definitely make the application faster and usable. I have searched on google if any class was available. Everyone was talking about $this->query(“call yourpeocedure()”); and they are getting results as desired, hence, it is fine and we can get the desired result.

PostgreSQL is a much more mature product. Apparently, MySQL is fast when concurrent access levels are low, and when there are many more reads than writes. On the other hand, it exhibits low scalability with increasing loads and write/read ratios.