O
O
olijen2017-02-10 16:31:43
PHP
olijen, 2017-02-10 16:31:43

Quickly release an idea (aka chik-chik in production)?

Maybe someone will think the question is stupid, but here's the point:
I have such a hobby - to invent. I like to come up with something innovative, from a small project / plugin to large structures with complex architecture. But there is not enough time to implement "as needed", and this is not the main activity after all. Gradually sawing one problem so that later it does not live up to expectations (or, as often happens, it was rethought / flaws were found) is also not. But we are all people and we all want to believe in our ideas, but the reality is cruel.
That's why I've been marking any ideas in my journal lately - I describe them in general terms, draw the interface, highlight the problems / contradictions that the idea will solve and note what the idea's disadvantages are. Well, you get the idea.
And I already have a full magazine of such ideas from small to large. I figured if I could figure out how to implement a minimal version of every idea and show it to people, it couldn't get any worse. Yes, someone can steal and do better - cards in hand. After all, this is a hobby, right?
I propose to think about how and with what tools you can quickly implement small projects. Personally, I know JavaScript, Node, PHP5 (Yii), MySQL, Angular, React, Bush... In short, I'm more friendly with the web. But it is also interesting how it would look in any other areas.
Total:
Imagine that there is a very simple project. Literally several CRUD interfaces, authorization, profiles... I.e. a couple of evenings at the most. Nothing technically unique, but (perhaps) a valuable and unique idea. How to release all this happiness to people in order to hear opinions, collect feedback, focus on the audience ...
And even more interesting, how to prepare some kind of environment in which you can quickly and controlledly release such zero-iteration mini-products?
I myself tend to a large npm base, which seems to have everything - just take it and collect it like a constructor. At least more experience in Yii.
I think all this will be useful for outsourcers.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
gimntut, 2017-02-10
@gimntut

Everything has already been thought of before us.
See how heroku and netlify.com work
git push to publish. When publishing, all dependencies are automatically pulled.
For the zero iteration, I use the following bundle of services:
backend: scorocode.ru - everything has to be done manually, besides, not the highest quality service, but there is the functionality I need and Russian technical support for the
frontend: netlify.com - everything is automated here from and before.
ui-framework: webix - allows you to create an interface of any complexity in a couple of minutes and also has just awesome Russian-language technical support .
Frontend logic, backend authorization, language - javascript.
This is if you do not need to work with the OS. But if you suddenly need to compress pictures, recognize text, or read from Excel, then heroku is definitely the choice.

A
Andrey Pletenev, 2017-02-18
@Andrey_Pletenev

In order for people to understand and accept your idea, there is no need to start its implementation, especially since you are not going to finish it.
Moreover, the initial implementation may create additional difficulties for those who will bring it to the end, because. the toolkit you choose may be foreign to them.
1) Type in the search engine "Bank of ideas".
2) Choose one of the many banks.
3) Throw a description of your ideas there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question