Versioning-software-applications

Versioning Web Applications Products.

Versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software.

Within a given version number category (major, minor), these numbers are generally assigned in increasing order and correspond to new developments in the software.

Read more…

Modular approach in Laravel application (1)

Modular approach in Laravel Application

Laravel is a great framework, not only because of the elegant syntax, rapid development tool but also because of the ecosystem & open source packages available for it. These packages help a lot to reduce the development time.

Modules

Modules are similar to packages with there own Models, View, Controller, Migrations and other classes.

By default in a Laravel application all Controllers, Models goes inside app/ folder, Migrations, Seeder, Providers etc have there own folder.
As the application grows, these directories become cumbersome. Searching logics for a particular section of the application become difficult.

Read more…

cost-of-web-application-website-development

What is the cost of Website or Web Application Development?

“What is the cost of this website/web application Development” is the first question we hear from prospective clients.

And our answer goes with many other questions.

  • Can you share the complete requirements?
  • Is the requirement in above question 100%?
  • Do we expect some changes in requirements as the application development progresses to reflect market/users need?
  • Do you want us to use a particular technology stack or you’re open to our suggestions?

Every unique detail, be it design or a feature, means a certain amount of time and talent of a specialist. That means that before telling you even an approximate price we need to evaluate your project and calculate main stages of its development. So, Getting down to the cost is perhaps the last thing we do after completely understanding the requirement.

Read more…

framework-cms-better-choose-for-web-application.png

A Framework or a CMS? What is better to choose?

While developing a website the first technical decision which needs you need to take is ‘what technical stack to use so that it meets all our requirement ?’, and somewhere in the process it also includes ‘What to choose – CMS or MVC framework ?’

In this article, I am sharing my personal experience which helps me to decide between CMS and MVC framework. But before that, lets us have a brief introduction of CMS and MVC framework.

Read more…

choose-best-hosting-web-application-shared-vpn-dedicated-cloud-hosting

[ Detailed ] Choose best hosting for your web application

While working with many entrepreneurs, start-up founders, business leader having less web technical knowledge we often got asked the question, ‘which type of hosting should we purchase to meet our need of having a high performance secured website ?’.

There are several web hosting packages available, such as shared hosting, VPS, dedicated hosting, and cloud hosting. And your hosting requirements will depend on the kind of applications you want to run on your hosting account. For a less technical person choosing one is difficult. In this post I will be writing about all these hosting types and a guide to choosing one.

Read more…

optimizing-php-web- application

Practical and useful tips on speeding up your web applications

Speed of a website matters !

You’re using a web application, it takes 5-10 sec to load each page or to complete ajax requests. How does it feels ? Awful, isnt’ it ? You will lose up your patience and will switch to a suitable alternative.

Similarly, you own a SaaS application with a good user interface and many useful functionalities. A end-user sign-up and found it to be slow enough for his use. Every page keeps on loading for 5-10 seconds.
Will she come back again to your ? Will she upgrade her package from free to a paid member ?

This is why speed of a website matters.
Read more…