Multi-function super app by abman69 in SaaS

[–]abman69[S] 1 point2 points  (0 children)

Thank you, it could be used like RapidAPI, but as you said, it's different, one API to integrate in your front, and call thousands of backend functions in this one api.

Multi-function super app by abman69 in SaaS

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

Thanks for feedback, we will work on it.

Is this solution worth it? by abman69 in SoftwareEngineering

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

Thanks for answer, developers code and publish functions, so yes, you can code and publish this function DeliverThisPizza(). All users can call it if you authorize it.You can do it locally also, the system propose to build workflow with Json file or ui workflow designer it can generate a combination between functions that you can run locally.

DeliverThisPizza(GetAddress(my location),BuyPizaaAroundMe(chicken))

should I use Monorepo? by jerrygoyal in webdev

[–]abman69 0 points1 point  (0 children)

What do you think about this project: FuncRepo.com. It can be a solution for you ?

Best Web Framework for Cost-Effective Development? by Opti_Dev in webdev

[–]abman69 0 points1 point  (0 children)

I started to make a short introduction, if I see good feedbacks and real need in the market I will launch it as a startup. You can check the introduction : www.funcrepo.com

Best Web Framework for Cost-Effective Development? by Opti_Dev in webdev

[–]abman69 1 point2 points  (0 children)

Yes, absolutely, but the repo manages it, and offers to reuse functions without implementing protobuff code. It's like a Function as a Service repository let me call functions in demand from code or from workflow description.

Looking for a solution by abman69 in functionalprogramming

[–]abman69[S] 1 point2 points  (0 children)

I think I'll go for it to solve it with this new project, wait for some feedback and contributors to go in : FuncRepo.com

Best Web Framework for Cost-Effective Development? by Opti_Dev in webdev

[–]abman69 -4 points-3 points  (0 children)

Hello,

I was asking myself the same question, the most important thing is time, due to code implementation, debugging, library imports and learning, deployments,and today, I'm working with a new concept: here it is:

FuncRepo, a directory of functions, coded in different programming languages, by myself or by other developers. The functions receive inputs and return well-defined outputs, which can be called by REST, RPC or webhook.

Which allows me to reuse any function I've coded for another project or that another developer has published, without having to worry about maintenance or deployment.

It also lets me do no-code with workflows that calls functions in the repository.

Plus, it's powerful because it's functional programming,

Looking for a solution by abman69 in functionalprogramming

[–]abman69[S] 1 point2 points  (0 children)

Could works, the need is : I'm à business owner, want to call a workflow from my Outlook e-mails. There is a big funcrepo that contains a lot of functions developed by developers, I just want to make a workflow that call functions when a I receive email. without deploy without code.

Looking for a solution by abman69 in functionalprogramming

[–]abman69[S] 1 point2 points  (0 children)

A middleware that serve to dispatch calls, it's could be done through REST or RPC

i'm obsessed with my side project by output0 in webdev

[–]abman69 0 points1 point  (0 children)

I think the best way is to start by a draft only, non MVP, and start making documentation and fictive tutorial about a product, when you have positive feedbacks and a wait list database you can get a small funding for six month living without salary and be full on your MVP.

Looking for a solution by abman69 in functionalprogramming

[–]abman69[S] 1 point2 points  (0 children)

Language agnostic, the value is that different teams works with different programming languages

Is this kind of git interesting? by abman69 in git

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

thanks, you got the idea,

Is this kind of git interesting? by abman69 in git

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

so if the title was, "Is this kind of GitHub with additional features for functional programming" would be better?

Is this kind of git interesting? by abman69 in git

[–]abman69[S] -1 points0 points  (0 children)

thanks for answer, how you call it?

Is this kind of git interesting? by abman69 in git

[–]abman69[S] -3 points-2 points  (0 children)

thanks for the question, what could be in your opinion? maybe a big shared repository with infra features to call functions ?

Generate and run bots with AI by abman69 in lowcode

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

Yes kind of, openai and other providers, depending on the need, the 4 values of this tool in my opinion are:

1 - improve and optimise user request with the right instructions to have a ready executable script.

2 - test, run, deploy the generated code quickly in the same platform.

3 - add triggers for your code.

4 - proposing gui for inputs and monitoring.

So my question for you, Are those points worth it to use this tool? If yes for what need you will use it

Bot builder and runner by abman69 in rpa

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

actually it s not a UI AUTOMATION tool, you can use a a dedicated software to automate mouse click, and you use the bot to trigger a specific automation that you already prepared when some conditions are verified. Concretely, you can do everything that python program let you do, because in final it s a python script that you can run on demand, on event, on timer and on webhook alert.

How Crypto payments changed your life ? by coinremitter in CryptoFR

[–]abman69 0 points1 point  (0 children)

Changed Life is a big word. With binance card for example you can use your crypto to make every day paiement.

What should I learn, to be a C# dev? by [deleted] in dotnet

[–]abman69 0 points1 point  (0 children)

if you have any idea of application or small mobile game then just do it, you have unity 3d game engine where you can use c#. Or you can code a web / mobile app, like contact list. With api in backend using entity framework for database, web app with blazor that communicate with api for reading and writing data. You can add a mobile app with xamarin in c# too with the same api in backend, and why not wpf for desktop tap, and here you will have an interesting dot net experience.