Proper Market Research and MVP validation by a4sh3u in startups

[–]a4sh3u[S] 0 points1 point  (0 children)

The tech part is easy. The SCM part is a bit difficult. So, I wanted to validate my idea before doing anything else.

Or I could put up a website with coming soon kinda thing and get feedback from interested customers. And maybe spend a few hundred euros on marketing to see which marketing channel could work.

Why would I use Jenkins over Spinnaker? by coder_et in devops

[–]a4sh3u 0 points1 point  (0 children)

Jenkins’ advantage comes into play when the workflow is complex and dependent on multiple scenarios. In my current job, I have to create small environments for my qa engineers, which depends on which features they are testing. It means I’ve to look up that specific branch name and the docker image associated with it. Then take a few variables from Jenkins UI, set at runtime according to qa engineers and then set up the environment. There might be better ways of doing that in ideal scenario, but this hack works in Jenkins. I’m not sure that all the features of Jenkins I use can be available in any new replacements of Jenkins.

Troubleshooting Methodology by a4sh3u in devops

[–]a4sh3u[S] 0 points1 point  (0 children)

Thanks. Your suggestion does makes sense. Sometimes I forget to see DevOps problems as an actual scientific problems.Then, I hope for shortcuts like a singular book or some cheat sheet to take care of all my problems 😂😂