-
Problem Solving
When it comes to developing your SaaS idea, without a doubt problems will occur. And this is on top of the problem that you have set out to solve. As part of the build process problem solving is a big part of the development. If you are building an innovative SaaS platform that will require…
-
Developer
Ok, so you have done your homework & researched your idea. And now you are searching for a developer… So where do you start? Should you look overseas or go local… This decision will come down to several points that should be considered, here are some. Your experience in managing developers overseas, do you have…
-
Data governance & privacy
Who’s responsible for data governance & privacy of SaaS platforms… In my opinion, we all need to be held responsible to some degree, but in some cases, it does come down to the SaaS application and its purpose of use. There are several cases when the responsibility lies on both sides, for example; Let’s just…
-
Money
All start-ups will end up with a money problem or a lack of funding at some point, unfortunately, it’s one of the main reasons why most start-ups fail to get off the ground. My recommendation is to have a good understanding of the cost before starting any development. A tip, most developers are not great…
-
Start-up
Building a start-up business is not easy most start-ups do fail in the first year, most do not make it off the ground. Key Points Do your research, understand your market & the problem you are solving Have money behind you, what’s it going to cost to get your idea off the ground Ask for…
-
Release Pipeline
So what is a release pipeline, in a nutshell, it’s DevOps which is the automation build release process of the code of your SaaS. Your SaaS code should be stored within a repository like Git, which provides the history of all the code changes that have been made to your SaaS over time. Now it’s…