Pages:
Author

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

newbie
Activity: 116
Merit: 0
Will Buddy be represented at any upcoming blockchain conferences?
full member
Activity: 644
Merit: 101
Do you guys have any plans to combat token volatility in any way?

Be part of the sharing economy. Join the Automation GRID, develop or sponsor apps for the DevOps Marketplace and earn on their each usage Smiley

It's very easy to be part of the sharing economy. Just click a button and your Buddy instance will do everything for you Smiley

How does the affect volatility? Sorry, not sure I understand.
Our first line of defence against token volatility is making it easy to earn the token thanks to being part of our Automation GRID. If you need a few tokens daily to run your development automation you can use those that you earned when your idle server was working for someone else. It maybe not enough, but it helps reduce effects of the token price changes. There are a few other ways to earn the tokens, all is described in our whitepaper.



Interesting. That makes more sense. I'll definitely be reading that portion of the whitepaper to get a full understanding, but it sounds like you guys have figured it out. Very cool.
full member
Activity: 378
Merit: 100
I notice how Buddy has an established and working product for INC. Are there any other big-name clients like this?
full member
Activity: 294
Merit: 100
coin sales information is very clear and interesting with the total supply of coins is not excessive, how much the allocation of funds for each item developed such as ICO? and also when is the coin listing in exchange?
sr. member
Activity: 756
Merit: 250
What language is Buddy written in and why?
full member
Activity: 476
Merit: 100
I just tested Buddy's integration with amazon web services. I have to say, it is very deep and and supports all AWS services that I'm using at work. I definitely plan to play with it more.
newbie
Activity: 127
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?
full member
Activity: 486
Merit: 101
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!
sr. member
Activity: 399
Merit: 250
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?
newbie
Activity: 116
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.

Rentcherry Staging Pipeline

https://files.buddy.works/ico/bitcointalk/rentcherry.png

Steps Description

  • 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.

Also, the platform itself maybe called automated as it has auto-scaling features: pages 60 & 62 in our whitepaper.

Incredibly detailed overlook on what it takes to build a decentralized platform. This is awesome!! I just bought a textbook on building Ethereum decentralized platforms for $60 and they don't have any examples as high quality as this sadly.
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.

Rentcherry Staging Pipeline



Steps Description

  • 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.

Also, the platform itself maybe called automated as it has auto-scaling features: pages 60 & 62 in our whitepaper.
copper member
Activity: 43
Merit: 0
Do you guys have any plans to combat token volatility in any way?

Be part of the sharing economy. Join the Automation GRID, develop or sponsor apps for the DevOps Marketplace and earn on their each usage Smiley

It's very easy to be part of the sharing economy. Just click a button and your Buddy instance will do everything for you Smiley

How does the affect volatility? Sorry, not sure I understand.
Our first line of defence against token volatility is making it easy to earn the token thanks to being part of our Automation GRID. If you need a few tokens daily to run your development automation you can use those that you earned when your idle server was working for someone else. It maybe not enough, but it helps reduce effects of the token price changes. There are a few other ways to earn the tokens, all is described in our whitepaper.
full member
Activity: 588
Merit: 100
How does the token economics work on a project like this? First I've seen anything like it to be honest.
sr. member
Activity: 770
Merit: 250
Are you guys doing any exciting promotions? I've noticed a lot of new ICO's doing giveaways and stuff on Twitter.
full member
Activity: 644
Merit: 101
Do you guys have any plans to combat token volatility in any way?

Be part of the sharing economy. Join the Automation GRID, develop or sponsor apps for the DevOps Marketplace and earn on their each usage Smiley

It's very easy to be part of the sharing economy. Just click a button and your Buddy instance will do everything for you Smiley

How does the affect volatility? Sorry, not sure I understand.
newbie
Activity: 154
Merit: 0
when exchange, so i can buy at lower than ico price
jr. member
Activity: 182
Merit: 1
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?
newbie
Activity: 9
Merit: 0
copper member
Activity: 43
Merit: 0
I'll watch this thread. Interesting project.
Please do, thanks!
Pages:
Jump to: