Skip to main content

What kind of software should I develop?

It is natural for you to start asking questions about the types or kinds of softwares to develop once you start walking without your legs shaking  in code. This question could be asked in other way like "What is the profitable kinds of softwares?". Note that I am not talking about the platform to develop for i.e whether it is a web application, desktop or mobile applications, am talking about the problem to solve. No one would like to provide a solution that nobody needs so, it is wise to always ask these kinds of questions. In response to the question "what kind of software should develop?", I think you should solve unsolved problems that are highly in demand. But if you want to make a great profit, developing business management software is always lucrative but, you need a good team and some bucks to hire marketers unless you are good at marketing yourself.
One thing I have come to understand about developing this kind of software is that you always need enough information before you start developing and these information often requires you to go to the environment that need the solution and study how things are being operated, interview the people operating the environment. It is after you have gotten this information that you start developing the solution but, the problem is that you can't just walk into an organization and start asking questions, while some organization might take it likely with you, some would not. That is why developers of these kinds of softwares always call themselves Software Consultants. You need a solution in your business, you call them and they take a detailed study about your environment and how you operate and develop you a befitting Software. This kind of software development is where the money comes in because as the developer, you get paid for the over all process of developing the software and also for technical support and training which you will render as soon as the project is completed.
And it doesn't just end there, you get paid for maintaining the software and this means a good stable source of income, you only stop getting paid if the company goes out of business or if they purchase another software for they will no longer need your support and maintenance because they no longer use your software.
If you really want to earn something big in software development, this is the way to go. Create a software that companies would pay for and write them proposal, but doesn't come easy because you will need helpers and no one would feel good helping you for free so you have to hire marketers, developers, technical writers and graphical designers. If you can bring this collection of skills together, you would be owning a software development company. To earn in this kind of software development, you must invest first. After this is done, develop android mobile apps or Windows Store apps at your free time and sell them in stores.
If the consultant method of software development is not your thing, you can specialize in developing good Windows Store apps and selling them through Windows Store, if you are so much talented, you can also develop android apps too.
Just as most pro will tell you, you have to know more about a little i.e you have to be good at one particular thing. If you have chosen to develop web apps make sure you do it very well and if you are developing for mobile platform make sure you are good.
Thanks for your time.

Comments

Post a Comment

Popular posts from this blog

Microsoft will allow you to upgrade your pirated Windows 7 or 8 to full Windows 10 for little or no amount.

Microsoft's latest Operating System has been trending for a while now, while some are still contemplating on who gets a free upgrade from the two previous Microsoft's Operating Systems just like the company promised and who wouldn't, Microsoft has announced that the upgrade to Windows 10 would be free for genuine Windows 7 or 8 users and there is a good news for pirated Windows 7 or 8 users, they too might go to the Promised Land for free or pay a little fee.Hmmm..., with this in place, you can see how determined Microsoft is to pull everyone into its Windows 10 ecosystem. You know, when Windows 10 Technical Preview was first announced along with how it's going to operate (Windows as a Service), I thought Microsoft is finally kicking Windows Pirates out of business, but it seems Microsoft is giving them one more chance to own a genuine Windows, maybe Windows 10  is going to be "un-piratable" (let's just hope MS gets it right).Hahaha!...., before I forget,

HOW TO WRITE, COMPILE AND RUN C++ CODE ON LINUX KALI

This article is for hackers who want to develop a c++ program on Kali Linux without having to install any additional software. While some would tell you that you need to install an additional software or a compiler in order to develop a simple program in c++ on Kali Linux, I am going to show you how to develop a c++ program on this distro right out of box. Your Linux Kali comes pre-installed with a c++ compiler called g++ so we are going to write a C++ hello word code and compile it with this compiler. Before we get started, first open up terminal and run to verify if this compiler is installed on you machine: g++ -v if the compiler is pre-installed, you should get the version information of the compiler, otherwise, you should get an error. Now let's jump right in. In your terminal window, type in: nano MyCpp.cpp to create a c++ file and lunch it in nano editor for editing. When nano opens, type in the following c++ code and press Ctrl+x then y and then R

LOAN MANAGEMENT SYSTEM (My Project Idea)

There are many companies that specializes on giving loan to people; they make their profits by collecting interest on any money they lend out, and before a loan can be given to any customer, the customer must provide a collateral and some details such as:  contact details and a reference/guarantor. When the loan is finally given to the customer, they charge interest based on the the amount given to the customer for a given period of time which could be daily, weekly, monthly or yearly.  For example, a company could be collecting interest based on a particular amount for a given period of time like: $200,000 loan would have an interest tag of $2,000  per month until the money is returned, and $100,000 would have an interest of $1,000 per month until the money is returned.  In  addition, the customers need to know when the time for them to pay their interest comes e.g.  at the end of the month or the timing model with which the calculation is being made. Usually, these companies sends ou