Pages:
Author

Topic: [ANN] [PRE-ICO] [MVP] Buddy | Decentralized Development Automation Platform - page 26. (Read 23407 times)

jr. member
Activity: 305
Merit: 1
I am Spanish Translator @fsaemichgan
I reserved the Spanish Translations, please send me pm if accept.

• Language: Spanish
• Reference to previous works: https://docs.google.com/spreadsheets/d/13bRjL8S0hjy9NaRIpfNkUPSoUIoYVsAeZGhmiAsGFa0/edit?usp=sharing
• Translating Whitepaper, ANN thread, Bounty Campaign Thread.
• ERC-20: 0x94BeB60c65fdfc12A5B6D600EB4F3184707c716D
• Telegram user: @fsaemichigan
full member
Activity: 171
Merit: 101
great project. I really like. the dress-up signature campaign is over this week. I'd like to support the project and participate in Bounty campaigns. good luck buddy team. Cool
legendary
Activity: 2170
Merit: 1789
I'd love to reserve Indonesian translation.
member
Activity: 233
Merit: 10
Reserved Filipino  translation
Bitcointalk name: jamesllaneta
ETH Address: 0xc71F29748249D12A9bedC1c01A3998FD22408cfa
jr. member
Activity: 238
Merit: 5
Reserved Russian translation
Bitcointalk name: slonbegemot
Portfolio: https://docs.google.com/spreadsheets/d/1f3Ox1TkwZS59fGYxVvXTh2DSI_dvI2k_IwkoGDDfR5I/edit#gid=0
ETH Address: 0x6eDE460aC55eA76E21E1b06d0F3D6Ad6794aAC04
member
Activity: 406
Merit: 22
HQ German Translator
Bitcointalk User: su1kata

native language: german
Part of Bounty you apply: all documents
Profillink: https://bitcointalksearch.org/user/su1kata-1557307
Telegram User: crypto

ETH Adresse: 0x0067BE655B02DEd0a459524d539D8710585Df6Aa
Previous Work: https://drive.google.com/open?id=1rQEPO1jqWbrJGYsApfJsU2tuEitO7G8sgQT9TiratGk
newbie
Activity: 56
Merit: 0
great idea, good luck dev. this is interesting project.
newbie
Activity: 171
Merit: 0
The Idea of this project looks like quite interesting, but now it's only Idea. I'd like to see how it will be developed and realized.
newbie
Activity: 128
Merit: 0
Verrrrrry interesting project!

need Japanese translation ?  I would like to apply it.
I will be able to send resume if you want.
Please let me know it.  I will PM to you.
Best regards,
copper member
Activity: 43
Merit: 0

To get decentralization, you need some sort of hosting right? Is there incentive for users to use their own drive space to help make the platform more decentralized?
No. You can run Buddy on your own machine and make it part of the Automation GIRD. In return you will earn tokens.

You can already install Buddy on your computer. Buddy has an auto-update mechanism so as soon as the Automation GRID is ready, you can be part of it.

Mac guide:
https://buddy.works/knowledge/standalone/installation-mac-osx

Linux guide:
https://buddy.works/knowledge/standalone/installation-linux

Try it in the Cloud with DigitalOcean:
https://buddy.works/knowledge/standalone/installation-digitalocean
full member
Activity: 644
Merit: 101
I think a cool feature could be a bounty board for programs people want developed. Developers could use to make some extra money while bringing in new users to the platform looking for work or jobs they need done.

Oh yeah I remember a project a while back trying to do that. Not a bad idea.
sr. member
Activity: 756
Merit: 250
I think a cool feature could be a bounty board for programs people want developed. Developers could use to make some extra money while bringing in new users to the platform looking for work or jobs they need done.
member
Activity: 231
Merit: 10
The idea of developers is really interesting, to create a system with its market place and unite on it buyers, developers and users who provide their resources is really cool
egretia
member
Activity: 185
Merit: 10
Those are some big partners. Very impressive.
jr. member
Activity: 182
Merit: 1

To get decentralization, you need some sort of hosting right? Is there incentive for users to use their own drive space to help make the platform more decentralized?
copper member
Activity: 43
Merit: 0
Those are some huge partners. I freaking love the verify button too. You can clearly see and verify you guys are not just pulling these big brands out of no where and claiming them as partners. Is there someone on the team that has worked with these companies before and had good contacts to get the partnerships?
No, we've built the partnerships using partner's official channels.
copper member
Activity: 43
Merit: 0
I decided to check out Buddy first hand at https://buddy.works, and I have to say I'm blown away. The utility even so early on is miles ahead of what we're using at my work. As soon as I get back Monday I'm scheduling a meeting with my team lead and showing him and hopefully we will be able to implement it department wide. That's how good this app is!
Thanks!
copper member
Activity: 43
Merit: 0
Automation is sure taking a new level of growth, many aspect utilizing automation technology.
Event in software development they implementing automation to check on their software to stress it and check an error out of it.
So Buddy making  good decision for making an automation project.
Indeed. Please try our working product as it's winning customers all over the world:
https://buddy.works/

This is basically a decentralized development environment? What makes it automated?

Thank you for the question!

It's a decentralized development platform which offers both: development automation and development environments (for testing, staging and previews).

When it comes to what makes it automated, I will use an example. Let's assume that there is a company called Rentcherry.
Rentcherry is an example of a Decentralized Home Rental Platform. It
leverages blockchain technology to provide seamless rental experience.

The platform stack consists of:
  • Node.js for the front-end page
  • Spring Framework, Java, for the back-end logic
  • Truffle, an Ethereum development framework, for their smart
    contract which handles trust logic of multi-party rental agreements
  • Slack for team communication
  • Sentry for error tracking
  • DigitalOcean droplet for front-end page hosting
  • Amazon Elastic Beanstalk for back-end application hosting
  • Amazon S3 for large media files such as tutorial videos
  • Ethereum Blockchain which runs their smart contract
  • IFPS for storing data that requires an immutable distribute
    data store

Rentcherry uses several pipelines to handle their development workflow,
each for development, staging and production. In this example we will
analyze their staging pipeline.


  • Slack Notify the Team that a new staging release has just
    been initiated
  • Node.js Build and test the front-end application with
    an npm test
  • Gulp Minify CSS, optimize images and encode videos to an
    optimal format
  • S3 Deploy all static assets to the Amazon S3 bucket &
    invalidate outdated CloudFront objects (optional)
  • DigitalOcean Deploy the Node.js app to the DigitalOcean droplet
  • Maven Run Maven to build and test the back-end
  • Securify Run Securify analysis—an example of how
    continuous security testing can easily become a part
    of a proper Continuous Delivery pipeline
  • Truffle Run truffle compile in a preconfigured Truffle
    environment, launch a TestRPC & execute truffle test.
    Once finished, kill the TestRPC
  • Rinkeby Deploy the smart contract to the Rinkeby Testnet for
    staging. This action also passes the address of the
    deployed contract to the next action
  • Amazon Elastic Beanstalk Push the artifacts from the Maven action to Amazon
    Elastic Beanstalk with the previously deployed smart
    address set in the back-end configuration file
  • Verify Compare the smart contract’s source code from the
    repository with what has been actually deployed to the
    blockchain (additional safety check)
  • IFPS Deploy legal documents such as terms of service to
    IFPS (only if changed)

This pipeline, with all its steps, is executed on every push to
the stage branch, meaning that the application is ready for final testing
and is close to production release. This is what makes it automated.

So is it really decentralized if it is hosted on Amazon's servers?
In the example we demonstrated how Buddy can be used to deploy apps to Amazon's servers, not that it runs on it (it can).

The decentralization, among others, is in the Automation GRID that we are proposing. Page 61 in the whitepaper.
Pages:
Jump to: