**eli5:** It is easy to make computers do things. Quasar is there to make that even easier. Utopian is the most easiest way for people to work together. Easy + even easier + most easiest = AWESOME! **tl;dr;** The MIT-Licensed Quasar Framework has begun to work together with @utopian-io and this *#introduceyourself* talks about what Quasar is, where it is going and how we envision working collaboratively with steemians. **repo:** https://github.com/quasarframework/quasar  ## Intro Today's very model of a modern front-end needs to not only load virtually instantly, be reactive and look good - it must also work perfectly on all the screens that might show it. In the not so distant past, development teams would take some user stories from marketing, wireframes from a designer and flowcharts from an engineer and Frankenstein it once for the website, rebuild it for iOS and then do it again for Android. If they were making a programme for Windows, Mac (or rarely Linux), they would have to do it again for each of their targets - and usually in a different flavour of a coding language while paying dues to the respective constraints of the respective operating systems. Bigger organisations would have separate teams for each operating system, and this led not only to exploding costs, but also to code fragility - especially when business logic changed somewhere... This put software development, like hardware development, quite simply (and some would argue purposefully) out of reach of many people with good ideas but not necessarily the resources or experience to write good, clean code in 6 different high-level representations of byte code. For some graphics-intensive applications, this approach is still unavoidable because of quirks in the history of computing and its entanglement with capitalism and education. But that story, dear friends, is something that is about to <center> <img alt="change" src="https://cdn.steemitimages.com/DQmQiFso1P6PUEnNNoacf7SLZtxfALqH1csEEHTtX7XcYEy/change.jpg" /> Photo: cc-by @nothingismagick </center> ## Now Really, for a great majority of projects that only need a data-centric thin-client, such an archaic approach is usually overkill. What do these projects need? They need a database, a communications pipe, a display and some method of interaction. The good news is that the "programming languages" we associate with "the internet" have grown up quite a bit since their inception in the 1990s. If Sir Tim Berners-Lee's HTML laid the groundwork for the nervous system of the modern web, then Hรฅkon Wium Lie's and Bert Bos' CSS sculpted the face and Brendan Eich's Javascript grew the muscles. But children grow up, and like evolution from VIM to VS Code, the modern stack brings amazing features like shadow dom, dynamic css and even strongly-typed languages that transpile to javascript. <center> <img src="https://cdn.steemitimages.com/DQmNosHj7Lb2dhRDmz892rWQDD16kiZu73Z5mytZtfJBax7/real_programmers.png" alt="real programmers" title="Real programmers set the universal constants at the start such that the universe evolves to contain the disk with the data they want." /> Image: Real Programmers. cc-by-nc Randall Monroe (<a href="https://www.xkcd.com/378/">permalink</a>) </center> Naturally, all of these amazing new features of modern development also bring with them an explosive degree of complexity like code linters, transpilers, build pipelines, testing rigs and hundreds of interconnecting dependencies. In fact, there are so many different technologies, that navigating their waters is a tradecraft for itself. Which is why many developers are turning to Quasar because they need to get stuff done right, right now. Quasar takes the guesswork out of putting together the right babel transpilers and webpack chains. Every artefact built by Quasar is reproducible and so solid, that you can be sure that the errors encountered actually originated between YOUR chair and the keyboard. :) ## What is it exactly? The Quasar Framework is a node.js command-line-interface and a vue.js component library for developing and publishing a website; for building and optimising a progressive web-app; a way to make native apps for Linux, MacOS and Windows with Electron; and even a system for creating mobile apps for Android and iOS with Cordova. It does all of this from one user-maintained code-base using tricks of the trade, best-practices and a curated selection of node modules. **And it is 100% open source with a liberal MIT license.** **If you want to learn what Quasar is and what it can do for you**, read the [Introduction to Quasar](https://quasar-framework.org/guide/introduction-to-quasar.html), but here is a quick overview of ways you can use it: * UMD/Standalone (embed into an existing project through CDN, progressive integration) * Starter Kit handled by Quasar CLI (**the premium experience, recommended**) * Vue CLI 3 plugin | Feature | UMD | Starter Kit | Vue CLI 3 Plugin | | --- | --- | --- | --- | | Embed into an existing project | **Yes** | - | **Yes** | | Progressive integration of Quasar | **Yes** | - | - | | Ability to serve Quasar from CDN | **Yes** | - | - | | Build SPA, PWA | **Yes** | **Yes** | **Yes** | | Build SSR (+ optional PWA client takeover) | - | **Yes** | ?? | | Build Mobile Apps, Electron Apps | **Yes** | **Yes** | - | | Dynamic RTL support for Quasar components | **Yes** | **Yes** | **Yes** | | Uses Quasar CLI | - | **Yes** | - | | Tree Shaking | - | **Yes** | **Yes** | | SFC -Single File Component | - | **Yes** | **Yes** | | Advanced configuration | - | **Yes** | - | | Unit & end to end testing | - | **Soon** | **Yes** | A growing force in the industry, the Quasar CLI leverages Evan Youโs **Vue 2** : โa progressive framework for building user interfacesโ and produces distributable artefacts from one set of code using a **Webpack-4** hot-reloading development server, **Babel-7** AST transpiling, **eslint** code linting, **ES6** constructs and **stylus** css preprocessing. Out of the box it offers over 120 custom components, 9 directives and 13 plugins, all of which adhere to the latest Material Design specification. It will run on any modern operating system, can be integrated in any CI and its distributables are trusted by thousands of developers and their clients. <center> <img src="https://cdn.steemitimages.com/DQmcq1RyYJQQ3SasEuVjFjqgToxKkeTGKhaNQ4Dd29a4vU4/quasar_components.png" /> Interrelatedness of Quasar Components. Image: cc-by @nothingismagick & GastroGeek </center> ## The very near future... In the fourth quarter of 2018, Quasar will release its version 1.0.0. After years of development it is has reached the point of maturity where there are no further features needing inclusion. To prepare for the celebration of this accomplishment, we are currently finishing the rebranding process and will release our new visual identity along with the publication of an entirely redesigned landing page and feature-rich documentation site that uses Quasar SSR (that we hope to translate with the help of Utopian). In our first major point release, everything will work as comfortably and solidly as it does now, but the internals will be cleaner and more consistent! The biggest changes under the hood will be our commitment to testing and CI. Specifically all of the components will be unit tested (with Jest) and we will run a complete suite of (webdriver-based) e2e tests on all platforms - before publishing minor and major point update releases, which will be signed. We will also make the unit tests and snapshots available for those who require testing in their projects, so they can start new projects with 100% coverage. ## Utopian and Quasar As fate would have it, two teams with similar visions of empowering open source have decided to join forces. Utopian.io is building their new platform with Quasar, and Quasar is looking to be a lighthouse in the very solitary ocean of web development. We are proud to be technical partners, which means that our two teams help each other to learn and use each other's platforms by leveraging knowledge and experience. Sharing best practices through direct lines of communication is not only an exciting way to make sure that things get done right, but it is also a catalyst for collaborative innovation -- such as our forthcoming Vue-centric and Quasar-themed webinar about publishing on Steem with Utopian, or Quasar's soon-to-launch @fundition campaign. (Don't worry - you'll hear about it all when the time comes!!!) ## Quasar and Utopian Quasar will be publishing contributions on Utopian in order to keep everybody up to date with its development status, blog articles about awesome projects made with Quasar, tutorials about best practices, and even the documentation. As Quasar gathers power on Steem, we will start publishing tasks regarding important areas of the project where we need insight and contributions, such as translations, test-writing, bug-fixing and even copy-writing. Along the way we will mentor developers using Quasar in how they can use the same approach for their projects. Also, we expect to contribute our deep knowledge of design to help graphic designers and artists take on Quasar-specific tasks. ## More? If you, your team or your organisation would like to find out ways that we can directly collaborate, please leave a comment below - or join our Discord server and send @nothingismagick a message. If you are using Quasar right now, let us know and we'll help you get more coverage. And finally, please get in touch if you need bespoke components, features or architectural consulting - you will be working with the team that built the framework! If you still want to find out more about the Quasar Framework, or even get involved in its bright future, please consider: COMPONENTS: https://github.com/quasarframework/quasar CLI: https://github.com/quasarframework/quasar-cli THE DOCS: https://quasar-framework.org/ DISCORD: http://chat.quasar-framework.org/ FORUM: https://forum.quasar-framework.org/ And don't forget to [Vote Utopian.io for witness!](https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1)
author | quasarframework |
---|---|
permlink | the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community |
category | quasarframework |
json_metadata | {"tags":["quasarframework","utopian-io","blog","open-source","introduceyourself"],"users":["utopian-io","nothingismagick","fundition"],"image":["https://cdn.steemitimages.com/DQmQETJRCAyHyfzFJyaXmtU7RrDKQgxu77nV2eLECaCGtd4/quasar_utopian.png","https://cdn.steemitimages.com/DQmQiFso1P6PUEnNNoacf7SLZtxfALqH1csEEHTtX7XcYEy/change.jpg","https://cdn.steemitimages.com/DQmNosHj7Lb2dhRDmz892rWQDD16kiZu73Z5mytZtfJBax7/real_programmers.png","https://cdn.steemitimages.com/DQmcq1RyYJQQ3SasEuVjFjqgToxKkeTGKhaNQ4Dd29a4vU4/quasar_components.png"],"links":["/@utopian-io","/trending/introduceyourself","https://github.com/quasarframework/quasar","/@nothingismagick","https://www.xkcd.com/378/","https://quasar-framework.org/guide/introduction-to-quasar.html","/@nothingismagick","/@fundition","/@nothingismagick","https://github.com/quasarframework/quasar"],"app":"busy/2.5.6","format":"markdown","community":"busy"} |
created | 2018-08-25 12:31:54 |
last_update | 2018-08-25 19:40:54 |
depth | 0 |
children | 81 |
last_payout | 2018-09-01 12:31:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 493.294 HBD |
curator_payout_value | 162.490 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10,312 |
author_reputation | 23,125,618,889,327 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,318,252 |
net_rshares | 451,036,561,451,713 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
simba | 0 | 125,334,747,477 | 100% | ||
mod-tamichh | 0 | 132,549,950,303 | 100% | ||
gekko | 0 | 4,546,591,950 | 100% | ||
acidyo | 0 | 10,935,830,366,351 | 80% | ||
stellabelle | 0 | 1,236,821,402,582 | 56.87% | ||
digitalplayer | 0 | 3,316,415,030 | 100% | ||
hedge-x | 0 | 35,030,329,969 | 100% | ||
christoryan | 0 | 1,822,950,997 | 100% | ||
geoffrey | 0 | 1,648,406,774,350 | 100% | ||
grey580 | 0 | 73,603,241,077 | 100% | ||
roelandp | 0 | 1,365,477,953,363 | 100% | ||
ausbitbank | 0 | 6,326,412,001,981 | 100% | ||
thelindvall | 0 | 132,044,741,168 | 100% | ||
igster | 0 | 94,964,759,003 | 44% | ||
transisto | 0 | 2,720,319,151,250 | 100% | ||
dimon14 | 0 | 27,419,297,165 | 87% | ||
heimindanger | 0 | 255,153,547,232 | 100% | ||
qonq99 | 0 | 1,695,971,309 | 100% | ||
steelman | 0 | 8,446,136,923 | 100% | ||
fabien | 0 | 1,827,615,923,334 | 100% | ||
williambanks | 0 | 1,636,571,795 | 100% | ||
merej99 | 0 | 88,083,142,447 | 100% | ||
ekitcho | 0 | 2,228,190,759,899 | 100% | ||
azizbd | 0 | 21,579,828,188 | 20% | ||
t3lin | 0 | 6,490,383,075 | 100% | ||
protegeaa | 0 | 118,965,492,701 | 100% | ||
badassbarbie | 0 | 8,942,570,857 | 100% | ||
albensilverberg | 0 | 198,591,279,661 | 100% | ||
dennishlewis | 0 | 338,855,152,736 | 100% | ||
steemitpatina | 0 | 24,986,124,258 | 80% | ||
aaronsuncamacho | 0 | 3,150,883,948 | 100% | ||
etcmike | 0 | 49,021,074,480 | 25% | ||
saphira | 0 | 199,415,371 | 100% | ||
techguru | 0 | 254,289,414 | 100% | ||
jonathanyoung | 0 | 132,394,752,851 | 100% | ||
jeff-kubitz | 0 | 7,252,159,262 | 100% | ||
moondancer762 | 0 | 5,266,592,784 | 100% | ||
ibringawareness | 0 | 246,349,311 | 100% | ||
largelyuseless | 0 | 4,817,787,283 | 100% | ||
greer184 | 0 | -23,232,144,782 | -100% | ||
ancientofdays | 0 | 249,477,179 | 100% | ||
roswellrockman | 0 | 4,523,288,545 | 50% | ||
techslut | 0 | 395,385,085,933 | 100% | ||
luisreqquel | 0 | 581,870,875 | 100% | ||
steemito | 0 | 6,538,792,712 | 100% | ||
ghostwriter | 0 | 16,743,707,040 | 100% | ||
experiment | 0 | 87,486,562,135 | 100% | ||
voronoi | 0 | 24,269,824,717 | 100% | ||
minersean | 0 | 2,456,911,388 | 100% | ||
goverz | 0 | 2,310,109,242 | 100% | ||
jumowa | 0 | 42,778,913,748 | 100% | ||
aniestudio | 0 | 18,530,143,564 | 40% | ||
nicesky82 | 0 | 2,236,150,747 | 100% | ||
firesteem | 0 | 2,617,947,599 | 30% | ||
henryking | 0 | 266,032,199 | 100% | ||
zephyraijunzo | 0 | 131,236,697,217 | 100% | ||
dcaroa | 0 | 3,859,950,970 | 50% | ||
munawar1 | 0 | 940,462,000 | 100% | ||
borislavzlatanov | 0 | 8,646,207,542 | 100% | ||
gunina | 0 | 146,447,468 | 49.5% | ||
ucukertz | 0 | 4,389,922,880 | 100% | ||
battleaxe | 0 | 5,292,728,950 | 4% | ||
lordneroo | 0 | 27,621,160,884 | 100% | ||
leggy23 | 0 | 16,312,137,186 | 11% | ||
bootyp | 0 | 561,240,709 | 100% | ||
tbnfl4sun | 0 | 21,413,753,731 | 15% | ||
marvindean | 0 | 677,924,958 | 100% | ||
cryptocurator | 0 | 22,314,044,165 | 40% | ||
khussan | 0 | 344,521,202 | 100% | ||
xplosive | 0 | 2,233,616,469 | 100% | ||
jakipatryk | 0 | 65,727,002,126 | 100% | ||
jacoblesterread | 0 | 593,742,065 | 100% | ||
fredrikaa | 0 | 311,900,923,701 | 100% | ||
helo | 0 | 24,097,044,834 | 100% | ||
suitablybored | 0 | 315,994,877 | 100% | ||
mercadosaway | 0 | 371,942,056 | 25% | ||
anasboss | 0 | 4,963,030,788 | 100% | ||
jamila-ym | 0 | 546,037,959 | 100% | ||
edb1984 | 0 | 991,118,514 | 100% | ||
jmromero | 0 | 4,885,171,801 | 100% | ||
jorgedr0id | 0 | 9,793,691,689 | 100% | ||
sphinx | 0 | 229,759,947 | 100% | ||
injiskitchen | 0 | 13,900,800,574 | 100% | ||
goodam | 0 | 1,369,636,605 | 100% | ||
knowledges | 0 | 19,272,215,501 | 100% | ||
ufv | 0 | 2,130,943,219 | 100% | ||
trenz | 0 | 34,305,180,384 | 100% | ||
st3llar | 0 | 639,748,340 | 3% | ||
edgarcaole | 0 | 139,650,542 | 100% | ||
luigi-tecnologo | 0 | 1,197,530,996 | 4% | ||
jacekw | 0 | 6,684,449,226 | 30% | ||
myfinanceteacher | 0 | 11,783,554,401 | 100% | ||
freetosteemdream | 0 | 881,557,108 | 100% | ||
joshvel | 0 | 326,900,259 | 100% | ||
ankarlie | 0 | 174,853,477 | 100% | ||
chiefurag | 0 | 1,399,524,490 | 100% | ||
pachu | 0 | 501,386,507 | 100% | ||
appreciator | 0 | 89,335,868,336,212 | 76.92% | ||
dwealth28 | 0 | 575,021,011 | 100% | ||
steemitri | 0 | 30,075,984,018 | 25% | ||
rafroldan | 0 | 592,452,832 | 100% | ||
gregory.latinier | 0 | 46,655,007,587 | 100% | ||
stanhopeofficial | 0 | 53,012,209,100 | 100% | ||
g0nr0gue | 0 | 7,693,467,353 | 100% | ||
prover | 0 | 455,520,553 | 100% | ||
morphewq | 0 | 182,720,487 | 30% | ||
zisan012 | 0 | 595,247,504 | 100% | ||
cifer | 0 | 5,115,916,297 | 73% | ||
zest | 0 | 8,271,609,372 | 20% | ||
sk43 | 0 | 6,718,825,952 | 100% | ||
debraycodes | 0 | 4,022,163,896 | 100% | ||
newsteemians | 0 | 435,844,878 | 10% | ||
buildawhale | 0 | 52,023,773,685,630 | 70% | ||
leveuf | 0 | 4,221,185,681 | 20% | ||
robertfigueiredo | 0 | 145,783,006 | 100% | ||
hira-bashir | 0 | 491,625,266 | 100% | ||
revisesociology | 0 | 4,978,851,090 | 5% | ||
twunders | 0 | 0 | 50% | ||
espoem | 0 | 112,659,383,038 | 100% | ||
mrom | 0 | 196,008,309 | 100% | ||
upme | 0 | 42,211,967,755,112 | 68% | ||
leonardog | 0 | 321,734,511 | 100% | ||
vitae | 0 | 56,041,593,269 | 100% | ||
lagson3 | 0 | 195,662,437 | 100% | ||
emdesan | 0 | 137,340,634 | 3% | ||
pierlave | 0 | 3,612,395,667 | 100% | ||
jrawsthorne | 0 | 9,911,674,745 | 100% | ||
loshcat | 0 | 3,012,271,619 | 100% | ||
elear | 0 | 7,820,109,821 | 100% | ||
pratik27 | 0 | 3,391,623,675 | 100% | ||
utopian-io | 0 | 68,105,639,961,778 | 100% | ||
shammi | 0 | 2,094,453,093 | 50% | ||
favcau | 0 | 57,329,305,802 | 100% | ||
imon | 0 | 574,370,461 | 100% | ||
postpromoter | 0 | 41,639,214,339,573 | 34.02% | ||
ssghsti | 0 | 5,978,047,140 | 100% | ||
nithog | 0 | 508,202,403 | 100% | ||
bobinson | 0 | 1,670,623,506 | 15% | ||
myeasin | 0 | 2,897,246,417 | 100% | ||
steemtaker | 0 | 1,839,392,856 | 5% | ||
tuanis | 0 | 3,067,314,967 | 14% | ||
dizzyapple | 0 | 2,372,342,684 | 50% | ||
dantealfaiz | 0 | 609,442,224 | 100% | ||
jhiecortez | 0 | 285,677,819 | 50% | ||
ayasha | 0 | 7,721,103,182 | 80% | ||
katerinaramm | 0 | 39,242,300,313 | 100% | ||
smartsteem | 0 | 88,642,091,353,217 | 73.56% | ||
hugo.exe | 0 | 1,907,925,051 | 100% | ||
hakansahin | 0 | 118,917,420 | 30% | ||
ccworld | 0 | 1,437,988,128 | 30% | ||
renato297 | 0 | 200,430,979 | 100% | ||
jewelrana876 | 0 | 1,628,549,583 | 100% | ||
jahedkhan | 0 | 77,050,350 | 2.5% | ||
ajayyy | 0 | 7,735,705,648 | 100% | ||
fitnessfirst | 0 | 830,211,378 | 100% | ||
debasis | 0 | 2,445,929,097 | 100% | ||
maczak6603 | 0 | 162,491,964,060 | 100% | ||
egotheist | 0 | 13,500,130,695 | 100% | ||
visterhook | 0 | 437,398,948 | 10% | ||
maggiea | 0 | 313,847,913 | 100% | ||
berksenol67 | 0 | 588,235,545 | 100% | ||
khurramzte | 0 | 607,227,795 | 100% | ||
ibrahimdheer | 0 | 497,864,181 | 100% | ||
jennet6688 | 0 | 586,142,956 | 100% | ||
ms10398 | 0 | 30,098,394,412 | 100% | ||
sachincool | 0 | 29,004,187,312 | 100% | ||
fortunex | 0 | 3,386,592,908 | 99% | ||
patchi02 | 0 | 216,170,260 | 50% | ||
juecoree | 0 | 14,231,274,898 | 100% | ||
abeba | 0 | 543,122,809 | 100% | ||
ayemmanuel | 0 | 518,287,554 | 100% | ||
naturicia | 0 | 27,995,241,757 | 100% | ||
amosbastian | 0 | 73,820,804,169 | 100% | ||
aidab21 | 0 | 1,108,863,669 | 100% | ||
iguazi123 | 0 | 742,149,586 | 100% | ||
bartheek | 0 | 1,456,807,874 | 10% | ||
jestemkioskiem | 0 | 59,974,525,894 | 100% | ||
grzesiekb | 0 | 156,363,195,122 | 100% | ||
elizabethjuliet | 0 | 541,979,630 | 100% | ||
oups | 0 | 16,192,766,099 | 100% | ||
thundernox | 0 | 573,926,682 | 100% | ||
indianteam | 0 | 106,112,767 | 10% | ||
viperblckz | 0 | 843,131,046 | 25% | ||
gandalfthewhite | 0 | 911,532,503 | 100% | ||
michaelrondon | 0 | 196,361,314 | 100% | ||
j12d | 0 | 980,877,597 | 100% | ||
dervisturgut | 0 | 2,825,698,075 | 100% | ||
tobias-g | 0 | 103,178,834,995 | 100% | ||
ali14 | 0 | 1,054,042,155 | 100% | ||
sergnak | 0 | 610,877,201 | 100% | ||
freddysanchez | 0 | 78,494,235 | 100% | ||
josephace135 | 0 | 12,650,476,361 | 100% | ||
criticalmass | 0 | 2,431,553,734 | 100% | ||
didic | 0 | 7,477,723,045 | 20% | ||
shiftedconscious | 0 | 384,545,951 | 100% | ||
nripendra | 0 | 203,094,568 | 100% | ||
akashsen0502 | 0 | 192,292,771 | 100% | ||
maxpatternman | 0 | 12,394,643,557 | 50% | ||
dr-frankenstein | 0 | 1,207,982,452 | 100% | ||
joelasnawi | 0 | 598,202,477 | 100% | ||
roj | 0 | 16,937,618,465 | 100% | ||
dreamryder007 | 0 | 151,264,520 | 100% | ||
memsteem | 0 | 610,675,755 | 100% | ||
deeledonio | 0 | 286,892,525 | 50% | ||
jev1981 | 0 | 607,842,477 | 100% | ||
yunyun3014 | 0 | 282,826,617 | 50% | ||
muntadhar | 0 | 607,395,412 | 100% | ||
erikklok | 0 | 12,540,827,435 | 100% | ||
carlosph601 | 0 | 596,531,928 | 100% | ||
rofilm | 0 | 1,305,644,640 | 100% | ||
allisgood | 0 | 3,317,845,110 | 100% | ||
reazuliqbal | 0 | 28,495,529,723 | 100% | ||
laptopy2005 | 0 | 82,501,195 | 100% | ||
jnlhen05 | 0 | 292,987,391 | 50% | ||
krassi | 0 | 10,033,195,283 | 100% | ||
electromurat | 0 | 841,257,271 | 100% | ||
senku | 0 | 16,509,093,529 | 43% | ||
romualdd | 0 | 4,544,037,251 | 100% | ||
john.difool | 0 | 549,621,316 | 100% | ||
bitgion | 0 | 586,508,150 | 100% | ||
otaku00 | 0 | 169,134,908 | 100% | ||
elizah | 0 | 265,468,397 | 50% | ||
markshayen | 0 | 239,785,600 | 100% | ||
forthesestreets | 0 | 577,418,026 | 100% | ||
zaku | 0 | 46,908,243,308 | 6% | ||
notg0ne | 0 | 203,005,802 | 100% | ||
healthgym | 0 | 565,197,937 | 100% | ||
modestus | 0 | 215,976,136 | 100% | ||
mancato | 0 | 513,307,968 | 100% | ||
dulshika8 | 0 | 586,004,238 | 100% | ||
effofex | 0 | 1,204,139,089 | 10% | ||
khudgabbar | 0 | 4,405,756,442 | 100% | ||
michaeladkins | 0 | 144,590,805,353 | 100% | ||
h0nest | 0 | 298,901,315 | 50% | ||
alitavirgen | 0 | 63,032,631,660 | 100% | ||
barbie.doll | 0 | 338,570,421 | 50% | ||
munawardi | 0 | 528,504,895 | 100% | ||
fundition | 0 | 34,702,248,258,286 | 85% | ||
paulavg | 0 | 586,152,569 | 100% | ||
elsll | 0 | 592,101,894 | 100% | ||
codebull | 0 | 1,162,960,900 | 100% | ||
josedelacruz | 0 | 3,578,199,981 | 100% | ||
mhossain | 0 | 2,880,240,837 | 100% | ||
eadghe | 0 | 608,450,282 | 100% | ||
aerhielle | 0 | 276,860,568 | 50% | ||
asterkusener | 0 | 327,904,525 | 100% | ||
nikkimariel | 0 | 426,393,153 | 50% | ||
abbyzd | 0 | 273,949,312 | 50% | ||
diegohiroshi | 0 | 610,092,090 | 100% | ||
sheikhsayem | 0 | 3,276,393,397 | 100% | ||
andreasgrubhofer | 0 | 52,583,001,985 | 100% | ||
bafi | 0 | 8,409,624,582 | 25% | ||
mcnil | 0 | 219,522,963 | 50% | ||
marklester23 | 0 | 215,149,394 | 50% | ||
annelaurie | 0 | 91,841,528 | 50% | ||
irelandscape | 0 | 12,286,324,898 | 100% | ||
programmingtech | 0 | 453,736,281 | 100% | ||
abby462 | 0 | 92,531,920 | 50% | ||
miaka | 0 | 65,062,756 | 50% | ||
marcosbh | 0 | 58,100,014 | 100% | ||
xorimaxo | 0 | 350,154,758 | 100% | ||
photobomber | 0 | 449,944,503 | 100% | ||
hauser | 0 | 608,847,541 | 100% | ||
bangladesh1 | 0 | 595,474,435 | 100% | ||
nafis-fuad | 0 | 574,882,676 | 100% | ||
alexiblue | 0 | 447,320,213 | 100% | ||
shila | 0 | 134,274,802 | 100% | ||
jonalynurcales | 0 | 218,780,682 | 50% | ||
theshadowek | 0 | 1,069,512,879 | 100% | ||
merlis | 0 | 373,703,007 | 100% | ||
rogz06 | 0 | 6,516,762,079 | 100% | ||
haraldsylwester | 0 | 5,017,014,623 | 100% | ||
sandiiyong | 0 | 1,188,203,841 | 100% | ||
asifalirao4570 | 0 | 2,473,169,659 | 100% | ||
kalibur | 0 | 543,016,741 | 100% | ||
shah.sameem | 0 | 607,218,240 | 100% | ||
djarumsuper | 0 | 563,148,778 | 100% | ||
farhan.sidiqui | 0 | 4,914,042,770 | 100% | ||
nfaith | 0 | 1,330,016,915 | 50% | ||
tanzil2020 | 0 | 164,076,989 | 50% | ||
rozaaceh | 0 | 610,052,160 | 100% | ||
vvanycall | 0 | 549,455,058 | 100% | ||
swidnica | 0 | 7,591,289,336 | 100% | ||
robin112 | 0 | 510,840,241 | 100% | ||
proxyaccount | 0 | 140,498,791 | 50% | ||
tonymon | 0 | 587,062,904 | 100% | ||
tamaxadi | 0 | 384,757,329 | 100% | ||
gobow | 0 | 10,675,505,786 | 100% | ||
pawelc | 0 | 6,337,446,850 | 100% | ||
xorseet | 0 | 489,171,992 | 100% | ||
gormogon | 0 | 49,367,895,383 | 10% | ||
supsnehal | 0 | 360,015,557 | 100% | ||
kamikomi | 0 | 99,280,941,477 | 100% | ||
piano99 | 0 | 25,049,911,120 | 100% | ||
remind-me | 0 | 98,747,400 | 100% | ||
arthas69678 | 0 | 607,808,448 | 100% | ||
petertomas | 0 | 529,566,462 | 100% | ||
drsensor | 0 | 3,381,844,189 | 100% | ||
ingerardi | 0 | 607,196,200 | 100% | ||
wilsonthe | 0 | 1,062,478,621 | 100% | ||
noobster | 0 | 1,791,275,612 | 100% | ||
francisco93ros | 0 | 574,136,460 | 100% | ||
muzee1 | 0 | 143,374,556 | 100% | ||
supersane | 0 | 1,030,220,248 | 100% | ||
houdak | 0 | 595,391,051 | 100% | ||
taithanhvu | 0 | 425,429,862 | 100% | ||
sitri | 0 | 202,884,520 | 100% | ||
ax3 | 0 | 66,994,450 | 1% | ||
bflanagin | 0 | 7,125,571,608 | 100% | ||
asaha | 0 | 124,507,771 | 100% | ||
bukuem | 0 | 2,950,028,442 | 100% | ||
obiobi | 0 | 327,897,849 | 100% | ||
adelsz | 0 | 604,185,402 | 100% | ||
litenight | 0 | 385,575,549 | 100% | ||
yarifranceschi | 0 | 0 | 0% | ||
jcdrums | 0 | 607,267,570 | 100% | ||
skmedia | 0 | 1,075,571,523 | 100% | ||
panfilo | 0 | 198,596,751 | 100% | ||
vezo | 0 | 461,553,891 | 100% | ||
ozraahamad | 0 | 607,199,326 | 100% | ||
spnlnv | 0 | 0 | 0% | ||
quiti | 0 | 595,540,354 | 100% | ||
dponbl4 | 0 | 563,477,842 | 100% | ||
donaldtrump12 | 0 | 544,052,542 | 100% | ||
isantonella | 0 | 597,675,922 | 100% | ||
luc.real | 0 | 69,030,446 | 25% | ||
kit9 | 0 | 415,065,470 | 100% | ||
haiberd | 0 | 585,944,333 | 100% | ||
judethedude | 0 | 1,045,820,209 | 100% | ||
cynder2000 | 0 | 451,687,542 | 100% | ||
rachiid | 0 | 1,221,375,611 | 100% | ||
revelic12 | 0 | 610,459,442 | 100% | ||
how-trendy | 0 | 581,821,185 | 100% | ||
nadjette | 0 | 70,172,336 | 100% | ||
blessing786 | 0 | 15,549,111,163 | 100% | ||
intro.bot | 0 | 2,813,886,523 | 5% | ||
happy33 | 0 | 61,377,526 | 100% | ||
javiermurillo | 0 | 234,529,041 | 100% | ||
iauns | 0 | 47,716,992,577 | 100% | ||
avengersayem | 0 | 573,883,375 | 100% | ||
boomtube | 0 | 585,341,282 | 100% | ||
bnerdy | 0 | 274,377,173 | 100% | ||
icsan | 0 | 360,428,279 | 100% | ||
evecenla | 0 | 470,390,499 | 100% | ||
jacob-miller | 0 | 497,381,481 | 100% | ||
shahnawaz-alam | 0 | 609,701,199 | 100% | ||
betgames | 0 | 190,267,233,272 | 100% | ||
ohsnap | 0 | 1,174,254,598 | 100% | ||
limefury | 0 | 1,406,024,917 | 100% | ||
dgboptm | 0 | 120,257,617 | 100% | ||
nicknomad | 0 | 11,614,822,022 | 100% | ||
sujanmaharjan | 0 | 359,465,291 | 100% | ||
steemituplife | 0 | 94,341,065 | 100% | ||
agromeror | 0 | 28,928,305,822 | 100% | ||
majidse | 0 | 182,785,111 | 30% | ||
funnyknock | 0 | 595,330,526 | 100% | ||
avengersayem2 | 0 | 556,693,127 | 100% | ||
mdavila | 0 | 573,812,386 | 100% | ||
sivajigade | 0 | 587,950,668 | 100% | ||
aizenlife | 0 | 597,407,584 | 100% | ||
official.dwr | 0 | 534,349,216 | 100% | ||
aleestra | 0 | 392,734,236 | 100% | ||
rgirgin | 0 | 572,708,759 | 100% | ||
bitcoinhodlr | 0 | 417,489,805 | 100% | ||
arslannasir9090 | 0 | 549,349,079 | 100% | ||
john51 | 0 | 586,362,219 | 100% | ||
steemwhalepower | 0 | 191,789,884 | 100% | ||
rf-abol | 0 | 611,240,075 | 100% | ||
online87700 | 0 | 173,423,168 | 100% | ||
faucetland | 0 | 507,893,226 | 100% | ||
mrkokar | 0 | 596,972,501 | 100% | ||
aclcrypto2 | 0 | 6,836,175,393 | 100% | ||
kendarkknight | 0 | 343,083,704 | 100% | ||
fastresteem | 0 | 81,409,718 | 1% | ||
alphabot | 0 | 81,247,303 | 1% | ||
barcrofttv | 0 | 13,395,838,505 | 100% | ||
saragarmee | 0 | 20,004,182,159 | 100% | ||
saghir | 0 | 468,829,621 | 100% | ||
anish1989a | 0 | 587,559,200 | 100% | ||
gamerbd | 0 | 558,751,849 | 100% | ||
fraterglass | 0 | 587,559,200 | 100% | ||
saylds12 | 0 | 370,541,716 | 100% | ||
techguru97 | 0 | 587,559,200 | 100% | ||
minhduc1207 | 0 | 551,173,755 | 100% | ||
waleedalamk | 0 | 609,555,093 | 100% | ||
jewlzie | 0 | 146,008,014 | 25% | ||
darwindelacruz | 0 | 586,482,158 | 100% | ||
sura2012 | 0 | 561,976,247 | 100% | ||
cryptobull17 | 0 | 599,710,422 | 100% | ||
weeo | 0 | 184,652,666 | 100% | ||
purplusnow | 0 | 555,590,237 | 100% | ||
lifeistoshort | 0 | 587,524,094 | 100% | ||
vickyparjapati | 0 | 609,649,205 | 100% | ||
ingeniero-romulo | 0 | 119,228,386 | 100% | ||
zeeshansweet283 | 0 | 587,471,198 | 100% | ||
elhassouni45 | 0 | 517,631,349 | 100% | ||
shaikfarru | 0 | 213,115,961 | 100% | ||
amjad1550 | 0 | 476,026,704 | 100% | ||
geregory | 0 | 575,021,011 | 100% | ||
garage922 | 0 | 587,728,885 | 100% | ||
jamzmie | 0 | 957,869,480 | 100% | ||
steller | 0 | 86,391,812 | 100% | ||
amrut | 0 | 128,744,247 | 100% | ||
gabriellx | 0 | 586,941,259 | 100% | ||
funtown | 0 | 2,940,988,272 | 30% | ||
keremkoz | 0 | 2,785,899,378 | 30% | ||
omrfrktml | 0 | 419,633,520 | 100% | ||
pawel282 | 0 | 305,561,299 | 100% | ||
amanullahsayeed | 0 | 574,753,773 | 100% | ||
mdabu | 0 | 510,038,938 | 100% | ||
abhay.singh | 0 | 155,381,403 | 100% | ||
mzii | 0 | 596,001,232 | 100% | ||
goutham50 | 0 | 562,552,183 | 100% | ||
chamundikalika | 0 | 441,154,350 | 100% | ||
ldelpozoa | 0 | 40,456,854,383 | 100% | ||
aleck78 | 0 | 0 | 0% | ||
alatomz | 0 | 419,630,364 | 100% | ||
sbikramjitsingh | 0 | 615,378,389 | 100% | ||
amirbahadorabaei | 0 | 608,240,988 | 100% | ||
sakizxd | 0 | 519,976,756 | 100% | ||
davescustommedia | 0 | 2,054,925,118 | 100% | ||
yusran-steem | 0 | 386,637,211 | 100% | ||
albertbruno | 0 | 574,707,332 | 100% | ||
mithosarker | 0 | 534,382,071 | 100% | ||
ey26121981 | 0 | 534,874,615 | 100% | ||
rubendario | 0 | 492,606,285 | 100% | ||
mayankdey | 0 | 270,629,378 | 100% | ||
mukesh3468 | 0 | 599,113,399 | 100% | ||
dancp07 | 0 | 599,712,052 | 100% | ||
ssgdude | 0 | 607,252,353 | 100% | ||
yetete | 0 | 446,994,592 | 100% | ||
gihanran | 0 | 219,691,000 | 100% | ||
frednoble | 0 | 31,565,154,735 | 100% | ||
muaviabukhari | 0 | 608,142,474 | 100% | ||
abnep | 0 | 395,173,522 | 100% | ||
princeuk12 | 0 | 540,604,004 | 100% | ||
spectra88 | 0 | 372,795,813 | 100% | ||
sohitthapliyal | 0 | 608,088,390 | 100% | ||
lovettblue | 0 | 397,673,941 | 100% | ||
tqnext | 0 | 1,773,313,172 | 100% | ||
finyoga | 0 | 588,903,056 | 100% | ||
explore62 | 0 | 100,336,434 | 100% | ||
solio | 0 | 497,614,491 | 100% | ||
guadaluper12 | 0 | 507,726,710 | 100% | ||
interesting-info | 0 | 607,986,340 | 100% | ||
vishuukey | 0 | 291,797,908 | 100% | ||
xvault | 0 | 16,787,377,786 | 100% | ||
coinnog | 0 | 16,755,821,361 | 100% | ||
rehangreat | 0 | 589,195,457 | 100% | ||
faysaljoy | 0 | 0 | 100% | ||
ouvicash | 0 | 607,933,812 | 100% | ||
ookamisuuhaisha | 0 | 440,803,103 | 100% | ||
aviv.world | 0 | 2,110,723,116 | 100% | ||
maangraphy | 0 | 492,320,051 | 100% | ||
rizvi786 | 0 | 449,748,436 | 100% | ||
lalitkumarprasad | 0 | 118,961,718 | 100% | ||
steemraiser | 0 | 297,991,439,075 | 100% | ||
perugachi | 0 | 289,744,305 | 100% | ||
kaczynski | 0 | 57,217,563 | 100% | ||
successstory | 0 | 648,211,613 | 100% | ||
devdassback | 0 | 318,997,723 | 100% | ||
rktechraj | 0 | 0 | 0% | ||
maryangeljaylen | 0 | 0 | 100% | ||
maleeksalawu | 0 | 0 | 100% | ||
lotus13 | 0 | 607,577,041 | 100% | ||
snow.owl | 0 | 3,880,478,630 | 100% | ||
apocalyptic | 0 | 334,167,372 | 100% | ||
mellin | 0 | 607,617,527 | 100% | ||
nancymj | 0 | 607,577,041 | 100% | ||
wajeeh98 | 0 | 595,425,500 | 100% | ||
johnwilkinson | 0 | 586,311,845 | 100% | ||
lakhan47 | 0 | 607,577,041 | 100% | ||
addicted71122 | 0 | 598,902,079 | 100% | ||
defencenews | 0 | 607,577,041 | 100% | ||
orakzai | 0 | 185,644,418 | 100% | ||
bigdot | 0 | 598,543,145 | 100% | ||
ruzi | 0 | 607,577,041 | 100% | ||
imadi2608 | 0 | 519,478,370 | 100% | ||
roholvai007 | 0 | 562,008,763 | 100% | ||
raoufwilly | 0 | 516,440,485 | 100% | ||
attaribisah | 0 | 607,572,631 | 100% | ||
valenycata | 0 | 528,592,026 | 100% | ||
hozukimangetsu | 0 | 85,060,785 | 50% | ||
gladyspadron6 | 0 | 549,857,222 | 100% | ||
draboq | 0 | 299,297,524 | 100% | ||
brandonmay | 0 | 607,572,631 | 100% | ||
mrboots | 0 | 458,717,336 | 100% | ||
aart | 0 | 498,548,371 | 100% | ||
katrae | 0 | 212,650,421 | 100% | ||
mhy | 0 | 607,572,631 | 100% | ||
mehedimd299 | 0 | 519,509,213 | 100% | ||
ronnytarekpkfr | 0 | 291,488,433 | 100% | ||
ashraf471 | 0 | 425,300,842 | 100% | ||
sharifulalam | 0 | 607,572,631 | 100% | ||
yulianointhesky | 0 | 0 | 0% | ||
jrokafeller | 0 | 443,339,585 | 100% | ||
remali | 0 | 519,474,600 | 100% | ||
pandamn93 | 0 | 385,808,621 | 100% | ||
jesusmundini | 0 | 200,498,968 | 100% | ||
gualsema | 0 | 407,073,663 | 100% | ||
saadone01 | 0 | 534,663,915 | 100% | ||
aazzh | 0 | 586,303,639 | 100% | ||
nothingismagick | 0 | 604,283,904 | 100% | ||
ktl21 | 0 | 270,220,237 | 100% | ||
royalvicks | 0 | 540,735,999 | 100% | ||
eccles | 0 | 586,303,639 | 100% | ||
ibrag | 0 | 404,759,992 | 100% | ||
johndugztv | 0 | 370,416,281 | 100% | ||
royerjimenez | 0 | 607,568,538 | 100% | ||
faisalmunadi | 0 | 586,300,183 | 100% | ||
ferghex | 0 | 607,564,956 | 100% | ||
mkn1818 | 0 | 489,089,789 | 100% | ||
leysonrye0724 | 0 | 473,668,704 | 100% | ||
deestaychillin | 0 | 531,616,343 | 100% | ||
rizamars | 0 | 489,087,036 | 100% | ||
abhisheksss571 | 0 | 519,465,113 | 100% | ||
getsteemgo | 0 | 467,822,382 | 100% | ||
denu | 0 | 585,995,275 | 100% | ||
killfreek | 0 | 607,548,558 | 100% | ||
ganeshka | 0 | 555,909,906 | 100% | ||
carbodexkim | 0 | 322,000,735 | 100% | ||
polson | 0 | 119,079,616 | 100% | ||
fulerit | 0 | 543,755,959 | 100% | ||
thatgaby | 0 | 88,036,492 | 100% | ||
henroo84 | 0 | 607,215,018 | 100% | ||
bristy24 | 0 | 561,976,247 | 100% | ||
jekkyblaiz | 0 | 577,164,795 | 100% | ||
machilus | 0 | 340,044,045 | 100% | ||
findyourway | 0 | 528,546,369 | 100% | ||
ding1985 | 0 | 0 | 0% | ||
elalfah775 | 0 | 547,273,431 | 100% | ||
aakashsen | 0 | 574,098,367 | 100% | ||
garouane.khadija | 0 | 607,511,499 | 100% | ||
neon1388 | 0 | 407,032,704 | 100% | ||
godbody | 0 | 596,216,045 | 100% | ||
strangeworldnews | 0 | 428,282,604 | 100% | ||
deepakseema1987 | 0 | 586,197,062 | 100% | ||
carolina88 | 0 | 607,448,639 | 100% | ||
arifaden | 0 | 595,296,528 | 100% | ||
steemholistic | 0 | 561,837,861 | 100% | ||
scoetzee | 0 | 519,320,401 | 100% | ||
frangonza | 0 | 586,130,538 | 100% | ||
georgepaul | 0 | 607,379,548 | 100% | ||
jdansari00007 | 0 | 601,290,198 | 100% | ||
lauguerra | 0 | 349,216,416 | 100% | ||
efra00 | 0 | 419,059,700 | 100% | ||
alberthjva | 0 | 573,932,196 | 100% | ||
techfact | 0 | 595,174,096 | 100% | ||
arsgphillies | 0 | 300,617,337 | 100% | ||
sefatombl | 0 | 595,138,314 | 100% | ||
usadailynews | 0 | 161,341,678 | 100% | ||
josemarquez | 0 | 595,125,325 | 100% | ||
semc | 0 | 537,426,461 | 100% | ||
grexzz | 0 | 204,687,122 | 100% | ||
subrata9744 | 0 | 239,859,723 | 100% | ||
ashokchoudhary | 0 | 349,157,596 | 100% | ||
dorafox | 0 | 96,549,693 | 100% | ||
samregude | 0 | 607,218,240 | 100% | ||
haiderali1 | 0 | 543,460,325 | 100% | ||
sumairumer | 0 | 598,106,793 | 100% | ||
kevinmarrec | 0 | 591,020,256 | 100% | ||
bitsnack | 0 | 117,798,564 | 100% | ||
bloodf | 0 | 591,011,781 | 100% | ||
dkwhddi | 0 | 0 | 0% | ||
nephoros | 0 | 528,260,024 | 100% | ||
freddyp | 0 | 117,187,593 | 100% | ||
umarfarooque555 | 0 | 500,931,100 | 100% | ||
mitofueguino | 0 | 617,847,892 | 100% | ||
kelvinho | 0 | 605,490,882 | 100% | ||
harby | 0 | 596,222,961 | 100% | ||
trocsoneria | 0 | 506,948,012 | 100% | ||
primersteemtop | 0 | 596,222,615 | 100% | ||
lucfropond | 0 | 506,634,395 | 100% | ||
stoparnaque | 0 | 485,009,754 | 100% | ||
libruh | 0 | 268,763,351 | 100% | ||
wylson | 0 | 0 | 100% | ||
giannina1997 | 0 | 0 | 100% |
Great project, real excite to learn about, just hearing about it thou
author | afromit | ||||||
---|---|---|---|---|---|---|---|
permlink | re-quasarframework-2018827t214111833z | ||||||
category | quasarframework | ||||||
json_metadata | {"tags":["quasarframework","utopian-io","blog","open-source","introduceyourself"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-08-27 20:41:15 | ||||||
last_update | 2018-08-27 20:41:15 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-09-03 20:41:15 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 69 | ||||||
author_reputation | 19,032,572 | ||||||
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 69,537,669 | ||||||
net_rshares | 0 |
Welcome to the steemit community. I can't wait to see how this pans out.
author | amg2013 |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180827t143428032z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-27 14:34:30 |
last_update | 2018-08-27 14:34:30 |
depth | 1 |
children | 0 |
last_payout | 2018-09-03 14:34:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.076 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 633,715,861,894 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,508,187 |
net_rshares | 64,856,388,511 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
doomsdaychassis | 0 | 48,265,953,066 | 100% | ||
lovethis | 0 | 1,368,964,754 | 100% | ||
lovethispost | 0 | 1,224,844,482 | 100% | ||
ezraswish | 0 | 1,056,688,445 | 100% | ||
horriblesteemian | 0 | 8,920,474,645 | 100% | ||
bullinachinashop | 0 | 3,484,500,127 | 100% | ||
quasarframework | 0 | 534,962,992 | 100% |
The entire section about Quasar and Utopian has me really excited, especially this part: >Along the way we will mentor developers using Quasar in how they can use the same approach for their projects. Great to have you on board!
author | amosbastian |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t141555376z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-25 14:15:54 |
last_update | 2018-08-25 14:15:54 |
depth | 1 |
children | 1 |
last_payout | 2018-09-01 14:15:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.836 HBD |
curator_payout_value | 0.273 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 230 |
author_reputation | 174,473,586,900,705 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,326,107 |
net_rshares | 765,582,481,314 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xplosive | 0 | 2,195,543,461 | 100% | ||
g0nr0gue | 0 | 7,979,977,612 | 100% | ||
espoem | 0 | 49,250,003,514 | 40% | ||
utopian-io | 0 | 687,936,590,291 | 1% | ||
ajayyy | 0 | 7,310,241,837 | 100% | ||
dr-frankenstein | 0 | 1,159,702,016 | 100% | ||
ceruleanblue | 0 | 8,510,453,215 | 100% | ||
amrut | 0 | 131,412,522 | 100% | ||
nothingismagick | 0 | 561,771,468 | 100% | ||
quasarframework | 0 | 546,785,378 | 100% |
We really believe in our community - and hope that our collaboration with Utopian will help us increase our transparency and bring more people into the fold. Over at discord we have several thousand regular visitors, and one of the things they consistently give us as feedback about is that they are really happy with not only the support they get from our staff, but also from the other users.
author | quasarframework |
---|---|
permlink | re-amosbastian-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t145922889z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-25 14:59:21 |
last_update | 2018-08-25 14:59:21 |
depth | 2 |
children | 0 |
last_payout | 2018-09-01 14:59:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 394 |
author_reputation | 23,125,618,889,327 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,329,430 |
net_rshares | 18,092,174,848 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xplosive | 0 | 2,144,779,450 | 100% | ||
g0nr0gue | 0 | 7,788,840,423 | 100% | ||
ajayyy | 0 | 7,271,715,520 | 100% | ||
devdassback | 0 | 312,921,576 | 100% | ||
nothingismagick | 0 | 573,917,879 | 100% |
Best of luck for this new awesome project Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
author | amrut |
---|---|
permlink | amrut-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t182523380z |
category | quasarframework |
json_metadata | {"app":"partiko"} |
created | 2018-08-25 18:25:24 |
last_update | 2018-08-25 18:25:24 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 18:25:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 140 |
author_reputation | 14,246,528,094 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,345,357 |
net_rshares | 7,427,139,478 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
elear | 0 | 7,427,139,478 | 100% |
Great job guys!! Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
author | aniestudio |
---|---|
permlink | aniestudio-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180827t205449552z |
category | quasarframework |
json_metadata | {"app":"partiko"} |
created | 2018-08-27 20:54:48 |
last_update | 2018-08-27 20:55:09 |
depth | 1 |
children | 0 |
last_payout | 2018-09-03 20:54:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 45,809,847,462,294 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,538,484 |
net_rshares | 0 |
Congratulations @quasarframework! Your post was mentioned in the [Steemit Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20180825) in the following category: * Pending payout - Ranked 1 with $ 600,93
author | arcange |
---|---|
permlink | re-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t180035000z |
category | quasarframework |
json_metadata | "" |
created | 2018-08-26 16:06:24 |
last_update | 2018-08-26 16:06:24 |
depth | 1 |
children | 0 |
last_payout | 2018-09-02 16:06:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 223 |
author_reputation | 1,146,631,502,104,474 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,423,295 |
net_rshares | 0 |
great post
author | arjun9 |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t131240458z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-26 13:12:39 |
last_update | 2018-08-26 13:12:39 |
depth | 1 |
children | 0 |
last_payout | 2018-09-02 13:12:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 1,088,707,386,186 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,409,297 |
net_rshares | 0 |
I've used utopian.io but never heard of qausar Framework
author | arslan786 |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t183227472z |
category | quasarframework |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["quasarframework"],"users":[],"links":[],"image":[]} |
created | 2018-08-26 18:32:33 |
last_update | 2018-08-26 18:32:33 |
depth | 1 |
children | 4 |
last_payout | 2018-09-02 18:32:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 12,852,222,386,522 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,433,357 |
net_rshares | 8,024,623,209 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
arslan786 | 0 | 8,024,623,209 | 100% |
The Quasar Framework is a system for web-development that is - when properly applied - absolutely transparent to the user. If you are a developer, you should really check it out!
author | quasarframework |
---|---|
permlink | re-arslan786-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t205725586z |
category | quasarframework |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["quasarframework"],"users":[],"links":[],"image":[]} |
created | 2018-08-26 20:57:24 |
last_update | 2018-08-26 20:57:24 |
depth | 2 |
children | 3 |
last_payout | 2018-09-02 20:57:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 179 |
author_reputation | 23,125,618,889,327 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,441,879 |
net_rshares | 0 |
Nop I am just an ordinary man with no skills.
author | arslan786 |
---|---|
permlink | re-quasarframework-re-arslan786-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180827t154658507z |
category | quasarframework |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["quasarframework"],"users":[],"links":[],"image":[]} |
created | 2018-08-27 15:47:12 |
last_update | 2018-08-27 15:47:12 |
depth | 3 |
children | 2 |
last_payout | 2018-09-03 15:47:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 12,852,222,386,522 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,514,847 |
net_rshares | 8,971,348,420 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
arslan786 | 0 | 8,971,348,420 | 100% |
the writing is great. Anyway, I read your post. Very good Thank you very much for sharing the post among us
author | as-abir | ||||||
---|---|---|---|---|---|---|---|
permlink | re-quasarframework-2018828t16523872z | ||||||
category | quasarframework | ||||||
json_metadata | {"tags":["quasarframework","utopian-io","blog","open-source","introduceyourself"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-08-28 10:52:45 | ||||||
last_update | 2018-08-28 10:52:45 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-09-04 10:52:45 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 107 | ||||||
author_reputation | 184,066,483,697 | ||||||
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 69,590,439 | ||||||
net_rshares | 0 |
Beautiful one... Hope thosevin the development circle gets to see this.... *grewt work*
author | asaha |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t230312043z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-26 23:03:12 |
last_update | 2018-08-26 23:03:12 |
depth | 1 |
children | 0 |
last_payout | 2018-09-02 23:03:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 307,268,692,737 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,448,621 |
net_rshares | 0 |
Nice article Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
author | bahruel |
---|---|
permlink | bahruel-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180827t173902262z |
category | quasarframework |
json_metadata | {"app":"partiko"} |
created | 2018-08-27 17:39:03 |
last_update | 2018-08-27 17:39:03 |
depth | 1 |
children | 0 |
last_payout | 2018-09-03 17:39:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 110 |
author_reputation | 14,685,168,349 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,524,743 |
net_rshares | 0 |
Hi @quasarframework, I'm @checky ! While checking the mentions made in this post I noticed that @gastrogeek doesn't exist on Steem. Maybe you made a typo ? ###### If you found this comment useful, consider upvoting it to help keep this bot running. You can see a list of all available commands by replying with `!help`.
author | checky |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community |
category | quasarframework |
json_metadata | {"app":"checky/0.1.0","format":"markdown","tags":["mentions","bot","checky"]} |
created | 2018-08-25 12:32:15 |
last_update | 2018-08-25 12:32:15 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 12:32:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.034 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 320 |
author_reputation | 933,802,853,502 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,318,282 |
net_rshares | 28,501,296,595 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
utopian-io | 0 | 0 | 0% | ||
ajayyy | 0 | 7,155,527,724 | 100% | ||
dustsweeper | 0 | 20,754,649,543 | 2.36% | ||
quasarframework | 0 | 591,119,328 | 100% |
Top hilarious spoiled kids https://youtu.be/g0thAqudnAc
author | conwell |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180829t074833540z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"image":["https://img.youtube.com/vi/g0thAqudnAc/0.jpg"],"links":["https://youtu.be/g0thAqudnAc"],"app":"steemit/0.1"} |
created | 2018-08-29 07:48:33 |
last_update | 2018-08-29 07:48:33 |
depth | 1 |
children | 0 |
last_payout | 2018-09-05 07:48:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | -11,917,545,841 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,677,966 |
net_rshares | 0 |
bien
author | donaldtrump12 |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t010018607z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-26 01:00:21 |
last_update | 2018-08-26 01:00:21 |
depth | 1 |
children | 0 |
last_payout | 2018-09-02 01:00:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | -8,461,993,688 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,367,663 |
net_rshares | 0 |
@quasarframwork best of luck for the new project Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
author | dotfee |
---|---|
permlink | dotfee-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t201337824z |
category | quasarframework |
json_metadata | {"app":"partiko"} |
created | 2018-08-25 20:13:36 |
last_update | 2018-08-25 20:13:36 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 20:13:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 146 |
author_reputation | 1,059,998,278,862 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,352,397 |
net_rshares | 0 |
This is great! I'm pretty sure that Quasar can really use the ecosystem of Utopian to thrive even more, the opportunities and the outcomes are almost limitless. I have always believed that โopen sourceโ isnโt a concept but a culture, and I do believe that this cooperation will push the known boundaries of the open source culture beyond the planckโs wall!
author | dr-frankenstein |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t145330517z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-25 14:55:15 |
last_update | 2018-08-25 18:10:18 |
depth | 1 |
children | 2 |
last_payout | 2018-09-01 14:55:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.781 HBD |
curator_payout_value | 0.228 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 357 |
author_reputation | 36,699,868,158,028 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,329,113 |
net_rshares | 696,554,892,437 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
elear | 0 | 7,427,139,478 | 100% | ||
utopian-io | 0 | 687,936,590,291 | 1% | ||
netizens | 0 | 0 | 0% | ||
mzii | 0 | 586,878,764 | 100% | ||
nothingismagick | 0 | 604,283,904 | 100% |
The most interesting thing about working with Utopian is that it is an entire ecosystem, and really shows the viability of the fact that traditional commerce-based development paradigms are not the only way. In fact, Utopian is actually a reflection of the ethos behind Stallman's legendary push for FLOSS. It reminds me of communal gardening, in that it takes a whole community to raise some vegetables. Open source is not about leaning back and watching while others pull the weeds and sing to the tomatoes.
author | nothingismagick |
---|---|
permlink | re-dr-frankenstein-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t171554513z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"busy/2.5.6","community":"busy","format":"markdown","users":[],"links":[],"image":[]} |
created | 2018-08-25 17:15:54 |
last_update | 2018-08-26 10:26:33 |
depth | 2 |
children | 0 |
last_payout | 2018-09-01 17:15:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 509 |
author_reputation | 4,247,535,102,225 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,340,297 |
net_rshares | 8,252,539,726 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ajayyy | 0 | 7,116,998,168 | 100% | ||
dr-frankenstein | 0 | 1,135,541,558 | 100% |
utopian is love @waleedalamk
author | waleedalamk |
---|---|
permlink | re-dr-frankenstein-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t054401258z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"users":["waleedalamk"],"app":"steemit/0.1"} |
created | 2018-08-26 05:45:06 |
last_update | 2018-08-26 05:45:06 |
depth | 2 |
children | 0 |
last_payout | 2018-09-02 05:45:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 764,157,253 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,382,441 |
net_rshares | 0 |
Very intersting, glad to see you all here and thanks for the eli5 summary. I haven't done serious web stuff in long a while (we're talking pre-css, perl cgi backends, and javascript was mainly a useful way to implement image rollovers). I've dabbled a bit since then, mostly with simple D3.js tricks, but the following has kept me from really wanting to dive back in: > In fact, there are so many different technologies, that navigating their waters is a tradecraft for itself. Which is why many developers are turning to Quasar because they need to get stuff done right, right now. Quasar takes the guesswork out of putting together the right babel transpilers and webpack chains. So, you can say I'm a bit a excited, but honestly, you had me at the allusion to Pirates of Penzance.
author | effofex |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t171807009z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-26 17:18:09 |
last_update | 2018-08-26 17:18:09 |
depth | 1 |
children | 3 |
last_payout | 2018-09-02 17:18:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.755 HBD |
curator_payout_value | 0.250 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 788 |
author_reputation | 14,429,105,750,792 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,428,233 |
net_rshares | 689,091,492,722 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
utopian-io | 0 | 687,964,878,272 | 1% | ||
nothingismagick | 0 | 573,917,879 | 100% | ||
quasarframework | 0 | 552,696,571 | 100% |
Yes, the very model of a modern major general who has information, vegetable animal and mineral... As long as you remember Waterloo then its all good. ;) If you like, feel free to visit our discord and I'll point the lighthouse at the dock, bring you ashore and show you the FAST way to get started. But that only goes for you and not anyone else reading this - because you, my friend, know your literature!!!
author | nothingismagick |
---|---|
permlink | re-effofex-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t210548420z |
category | quasarframework |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["quasarframework"],"users":[],"links":[],"image":[]} |
created | 2018-08-26 21:05:48 |
last_update | 2018-08-26 21:05:48 |
depth | 2 |
children | 2 |
last_payout | 2018-09-02 21:05:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 409 |
author_reputation | 4,247,535,102,225 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,442,338 |
net_rshares | 1,228,606,054 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
effofex | 0 | 1,228,606,054 | 9% |
I'm quite tempted once I finish my current coding project. Ended up reading up about reactive programming and vue. I definitely have a simple app in mind that could use that. Even better if I can make it an SPA *and* an android app - which I gather is part of the strength of Quasar.
author | effofex |
---|---|
permlink | re-nothingismagick-re-effofex-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180831t213123706z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-31 21:31:24 |
last_update | 2018-08-31 21:31:24 |
depth | 3 |
children | 1 |
last_payout | 2018-09-07 21:31:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 285 |
author_reputation | 14,429,105,750,792 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,939,508 |
net_rshares | 0 |
On behalf of everyone in Utopian we are excited to support such an awesome project with which we share vision and missions. This is definitely going to be a win win win for Quasar, Utopian and the whole Steem ecosystem, opening doors for hundreds of Javascript devs! Can't wait to see how far we can go! Awesome intro. Thank you
author | elear |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t134316802z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-25 13:43:15 |
last_update | 2018-08-25 13:43:15 |
depth | 1 |
children | 1 |
last_payout | 2018-09-01 13:43:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.174 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 331 |
author_reputation | 59,749,428,580,040 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,323,635 |
net_rshares | 139,646,360,803 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
techslut | 0 | 19,879,697,058 | 5% | ||
knowledges | 0 | 19,079,493,346 | 100% | ||
zest | 0 | 40,922,699,001 | 100% | ||
debraycodes | 0 | 3,941,720,618 | 100% | ||
katerinaramm | 0 | 38,462,651,963 | 100% | ||
ajayyy | 0 | 7,619,670,063 | 100% | ||
amosbastian | 0 | 7,382,080,416 | 10% | ||
dr-frankenstein | 0 | 1,195,942,704 | 100% | ||
nothingismagick | 0 | 586,064,289 | 100% | ||
quasarframework | 0 | 576,341,345 | 100% |
We too are really excited to start this new chapter!
author | quasarframework |
---|---|
permlink | re-elear-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t143150092z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-25 14:31:48 |
last_update | 2018-08-25 14:31:48 |
depth | 2 |
children | 0 |
last_payout | 2018-09-01 14:31:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 23,125,618,889,327 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,327,267 |
net_rshares | 0 |
Hi @quasarframework I'm a bot, and wanted you to know that I've upvoted and re-steemed your post to help you with your promotion efforts! -exp
author | experiment |
---|---|
permlink | the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community |
category | quasarframework |
json_metadata | {} |
created | 2018-08-25 16:04:57 |
last_update | 2018-08-25 16:04:57 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 16:04:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 144 |
author_reputation | 817,205,561,234 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,334,869 |
net_rshares | 0 |
Link not working... 
author | g0nr0gue |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t164041482z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"image":["https://cdn.steemitimages.com/DQmYd5t3pgqhr5fgDzvZjk77sPTx1fomRuuL73wNWPDyLCH/image.png"],"app":"steemit/0.1"} |
created | 2018-08-25 16:40:39 |
last_update | 2018-08-25 16:40:39 |
depth | 1 |
children | 2 |
last_payout | 2018-09-01 16:40:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 3,349,757,705,922 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,337,721 |
net_rshares | 15,701,913,840 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
g0nr0gue | 0 | 7,885,177,121 | 100% | ||
elear | 0 | 7,269,951,341 | 100% | ||
quasarframework | 0 | 546,785,378 | 100% |
Thankyou @g0nr0gue! It's fixed now. FYI this is the right link: https://quasar-framework.org/guide/introduction-to-quasar.html
author | quasarframework |
---|---|
permlink | re-g0nr0gue-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t165744988z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"users":["g0nr0gue"],"links":["https://quasar-framework.org/guide/introduction-to-quasar.html"],"app":"steemit/0.1"} |
created | 2018-08-25 16:57:45 |
last_update | 2018-08-25 16:57:45 |
depth | 2 |
children | 1 |
last_payout | 2018-09-01 16:57:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 23,125,618,889,327 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,339,001 |
net_rshares | 15,515,218,396 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
g0nr0gue | 0 | 8,028,543,978 | 100% | ||
ajayyy | 0 | 7,486,674,418 | 100% |
Thank you! Now back to some reading :)
author | g0nr0gue |
---|---|
permlink | re-quasarframework-re-g0nr0gue-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t184400079z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-26 18:44:00 |
last_update | 2018-08-26 18:44:57 |
depth | 3 |
children | 0 |
last_payout | 2018-09-02 18:44:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 3,349,757,705,922 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,434,169 |
net_rshares | 0 |
Great project!!! I hope go well!!! Greetings!!! ๐๐๐
author | garage922 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-quasarframework-2018827t73455715z | ||||||
category | quasarframework | ||||||
json_metadata | {"tags":["quasarframework","utopian-io","blog","open-source","introduceyourself"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-08-27 11:34:54 | ||||||
last_update | 2018-08-27 11:34:54 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-09-03 11:34:54 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 51 | ||||||
author_reputation | 906,571,968 | ||||||
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 69,493,734 | ||||||
net_rshares | 563,367,066 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
garage922 | 0 | 563,367,066 | 100% |
Awesome Infomation!!!!! Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
author | grv6124 |
---|---|
permlink | grv6124-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t213005186z |
category | quasarframework |
json_metadata | {"app":"partiko"} |
created | 2018-08-25 21:30:03 |
last_update | 2018-08-25 21:30:03 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 21:30:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 185,441,263,882 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,357,412 |
net_rshares | 0 |
Bnice
author | haja |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t203131085z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-25 20:31:36 |
last_update | 2018-08-25 20:31:36 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 20:31:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.184 HBD |
curator_payout_value | 0.052 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 22,062,714,765,382 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,353,736 |
net_rshares | 163,591,023,550 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
goldenunicorn | 0 | 135,718,457,864 | 100% | ||
haja | 0 | 21,809,098,703 | 100% | ||
hamna | 0 | 6,063,466,983 | 100% |
@quasarframework I have a project that could potentially be aligned. https://steemit.com/introduceyourself/@worldistro/world-meets-steemit
author | hajijah36 |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180827t030352921z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"users":["quasarframework"],"links":["https://steemit.com/introduceyourself/@worldistro/world-meets-steemit"],"app":"steemit/0.1"} |
created | 2018-08-27 03:03:57 |
last_update | 2018-08-27 03:03:57 |
depth | 1 |
children | 1 |
last_payout | 2018-09-03 03:03:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 138 |
author_reputation | 1,570,932,301,415 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,461,456 |
net_rshares | 0 |
@hajijah36 - stop by our discord channel and let's talk about it.
author | nothingismagick |
---|---|
permlink | re-hajijah36-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180827t071624899z |
category | quasarframework |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["quasarframework"],"users":["hajijah36"],"links":["/@hajijah36"],"image":[]} |
created | 2018-08-27 07:16:24 |
last_update | 2018-08-27 07:36:48 |
depth | 2 |
children | 0 |
last_payout | 2018-09-03 07:16:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 4,247,535,102,225 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,477,106 |
net_rshares | 0 |
Nice choice of words in this great piece of advert. It proves one thing, that you are indeed a professional in what you do. Keep it up. 
author | henroo84 |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t161831374z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"image":["https://cdn.steemitimages.com/DQmQ9Gxhin3wW6yR3K7bvWaVNsZyPCtr3ds5tgw4ma94ntN/thank-you-2886314__340.png"],"app":"steemit/0.1"} |
created | 2018-08-26 00:01:48 |
last_update | 2018-08-26 00:01:48 |
depth | 1 |
children | 0 |
last_payout | 2018-09-02 00:01:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 272 |
author_reputation | 53,763,952,770 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,364,943 |
net_rshares | 0 |
# Hello Guys Please Upvote & Follow. # https://steemit.com/sports/@ibrag/valladolid-vs-barcelona-football-match
author | ibrag |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t011846016z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"links":["https://steemit.com/sports/@ibrag/valladolid-vs-barcelona-football-match"],"app":"steemit/0.1"} |
created | 2018-08-26 01:18:45 |
last_update | 2018-08-26 01:18:45 |
depth | 1 |
children | 0 |
last_payout | 2018-09-02 01:18:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 1,246,604,808 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,368,579 |
net_rshares | 0 |
<br> Welcome to Steemit @quasarframework!<br><br> I wish you much success and hope you find Steemit to be as rewarding and informative as I have.<br><br> Here are some links you might find useful.<br> [Your stats on SteemNow](https://steemnow.com/@quasarframework)<br> [Your stats on SteemWorld](https://steemworld.org/@quasarframework)<br> [Your stats on SteemD](https://steemd.com/@quasarframework)<br> [How does Steemit actually work?](https://steemit.com/steemit/@bycoleman/where-does-all-the-money-come-from-on-steemit-fully-answered-will-it-continue-yes)<br><br> Oh yea, I have upvoted you and followed you. Many blessings!<br><br>
author | intro.bot |
---|---|
permlink | re-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-introbot |
category | quasarframework |
json_metadata | {"tags":["introbot-welcome"],"users":["quasarframework","quasarframework","quasarframework","quasarframework","bycoleman"],"links":["https://steemitimages.com/DQmbGXMwALuD4zZvtnzKLY2SRpjQJZzCYsFn1VLa1iPg4uH/image.png","https://steemnow.com/@quasarframework","https://steemworld.org/@quasarframework","https://steemd.com/@quasarframework","https://steemit.com/steemit/@bycoleman/where-does-all-the-money-come-from-on-steemit-fully-answered-will-it-continue-yes"],"app":"null/null","format":"markdown"} |
created | 2018-08-25 13:34:15 |
last_update | 2018-08-25 13:34:15 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 13:34:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 727 |
author_reputation | 8,617,797,731,651 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,322,902 |
net_rshares | -679,192,192,103 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
utopian-io | 0 | -687,936,590,291 | -1% | ||
steemguard | 0 | 5,930,511,665 | 20% | ||
intro.bot | 0 | 2,813,886,523 | 5% |
Quasar is a super UI framework and I can see why utopian decided to use it. Wishing you lots of success on Steem.
author | irelandscape | ||||||
---|---|---|---|---|---|---|---|
permlink | re-quasarframework-2018825t153611645z | ||||||
category | quasarframework | ||||||
json_metadata | {"tags":["quasarframework","utopian-io","blog","open-source","introduceyourself"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-08-25 14:36:12 | ||||||
last_update | 2018-08-25 14:36:12 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-09-01 14:36:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.676 HBD | ||||||
curator_payout_value | 0.248 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 113 | ||||||
author_reputation | 15,380,678,988,494 | ||||||
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 69,327,608 | ||||||
net_rshares | 688,492,288,554 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
utopian-io | 0 | 687,936,590,291 | 1% | ||
nothingismagick | 0 | 555,698,263 | 100% |
It is great to see a big project on Steem/Utopian. I have to take a closer look at Quasar, maybe I'll use it for my next project? Also, I'm waiting for task requests, maybe I'll be able to help. Good luck!
author | jakipatryk |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t141728835z |
category | quasarframework |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["quasarframework"],"users":[],"links":[],"image":[]} |
created | 2018-08-25 14:17:27 |
last_update | 2018-08-25 14:17:27 |
depth | 1 |
children | 1 |
last_payout | 2018-09-01 14:17:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.751 HBD |
curator_payout_value | 0.248 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 207 |
author_reputation | 14,313,610,947,295 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,326,231 |
net_rshares | 688,504,434,964 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
utopian-io | 0 | 687,936,590,291 | 1% | ||
nothingismagick | 0 | 567,844,673 | 100% |
That would be super awesome. Utopian is going to open contributing and bounties as well. Definitely a good time to get to know Quasar
author | elear |
---|---|
permlink | re-jakipatryk-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t141901163z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-25 14:19:03 |
last_update | 2018-08-25 14:19:03 |
depth | 2 |
children | 0 |
last_payout | 2018-09-01 14:19:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.023 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 133 |
author_reputation | 59,749,428,580,040 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,326,348 |
net_rshares | 17,672,753,375 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jakipatryk | 0 | 16,516,015,918 | 25% | ||
nothingismagick | 0 | 595,174,096 | 100% | ||
quasarframework | 0 | 561,563,361 | 100% |
Thank you !!
author | jamila-ym |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180828t135148969z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-28 13:51:51 |
last_update | 2018-08-28 13:51:51 |
depth | 1 |
children | 0 |
last_payout | 2018-09-04 13:51:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 35,789,721,250 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,604,657 |
net_rshares | 0 |
It's absolutely incredible that such big and important projects are brought to the steem blockchain thanks to Utopian. We're glad to have you here, let's continue building something awesome together!
author | jestemkioskiem |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t134723101z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-25 13:47:24 |
last_update | 2018-08-25 13:47:24 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 13:47:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 199 |
author_reputation | 41,292,066,961,817 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,323,956 |
net_rshares | 15,660,252,282 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
elear | 0 | 7,191,357,273 | 100% | ||
amosbastian | 0 | 7,382,080,416 | 10% | ||
nothingismagick | 0 | 522,295,635 | 100% | ||
quasarframework | 0 | 564,518,958 | 100% |
Congratulations brother good luck nice work https://media.giphy.com/media/d31w24psGYeekCZy/giphy.gif Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
author | kuldeeprandhawa |
---|---|
permlink | kuldeeprandhawa-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t211136406z |
category | quasarframework |
json_metadata | {"app":"partiko"} |
created | 2018-08-26 21:11:36 |
last_update | 2018-08-26 21:11:36 |
depth | 1 |
children | 0 |
last_payout | 2018-09-02 21:11:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 199 |
author_reputation | 471,084,554,185 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,442,644 |
net_rshares | 0 |
Nice article brother great job Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
author | kuldeeprandhawa |
---|---|
permlink | kuldeeprandhawa-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180828t003416066z |
category | quasarframework |
json_metadata | {"app":"partiko"} |
created | 2018-08-28 00:34:15 |
last_update | 2018-08-28 00:34:15 |
depth | 1 |
children | 0 |
last_payout | 2018-09-04 00:34:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 129 |
author_reputation | 471,084,554,185 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,551,016 |
net_rshares | 0 |
@quasarframework. feeling very excited about the whole thing.I visualize seemless integration of the two quasar and utopian and the synergy of operations to benefit everybody in the bargain. wish you all the luck and grand successful launch of the quasar framework thanks for updating us
author | lalitkumarprasad |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180827t171410263z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"users":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-27 17:14:12 |
last_update | 2018-08-27 17:14:12 |
depth | 1 |
children | 0 |
last_payout | 2018-09-03 17:14:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 288 |
author_reputation | 91,744,861,187 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,522,820 |
net_rshares | 520,185,008 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
quasarframework | 0 | 520,185,008 | 100% |
very interesting!
author | mdavila |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180828t024114593z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-28 02:40:51 |
last_update | 2018-08-28 02:40:51 |
depth | 1 |
children | 0 |
last_payout | 2018-09-04 02:40:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 93,350,092,670 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,558,565 |
net_rshares | 0 |
It will be great to have quasar using Utopian for project updates. It's a great partnership and we are already looking forward to contributions. And you can also try to use awesome feature Utopian provides of TR's. You can use TR for onboarding contributors from the awesome community. Awesome post
author | ms10398 |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t135246892z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-25 13:52:48 |
last_update | 2018-08-25 13:52:48 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 13:52:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 302 |
author_reputation | 27,572,487,973,390 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,324,398 |
net_rshares | 15,934,174,983 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ajayyy | 0 | 7,464,955,950 | 100% | ||
amosbastian | 0 | 7,382,080,416 | 10% | ||
nothingismagick | 0 | 534,442,046 | 100% | ||
quasarframework | 0 | 552,696,571 | 100% |
Happy Raksha Bandhan
author | mukesh3468 |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t191448377z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"image":["https://cdn.steemitimages.com/DQmZeqMGWohxVKcpgcQsSbaqgzmQSxzx7rELvyfLWRzoT5t/rakhi8.jpg"],"app":"steemit/0.1"} |
created | 2018-08-25 19:14:57 |
last_update | 2018-08-25 19:14:57 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 19:14:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | -886,765,032 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,348,559 |
net_rshares | 0 |
very fantastic. ๐
author | muntadhar | ||||||
---|---|---|---|---|---|---|---|
permlink | re-quasarframework-2018826t171824132z | ||||||
category | quasarframework | ||||||
json_metadata | {"tags":["quasarframework","utopian-io","blog","open-source","introduceyourself"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-08-26 10:18:27 | ||||||
last_update | 2018-08-26 10:18:27 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-09-02 10:18:27 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 17 | ||||||
author_reputation | 131,819,616,321 | ||||||
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 69,397,642 | ||||||
net_rshares | 0 |
New SPA Framework 2018 ๐ what's best about this framework ??
author | myheroes | ||||||
---|---|---|---|---|---|---|---|
permlink | re-quasarframework-2018826t93931913z | ||||||
category | quasarframework | ||||||
json_metadata | {"tags":["quasarframework","utopian-io","blog","open-source","introduceyourself"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-08-26 02:39:36 | ||||||
last_update | 2018-08-26 02:39:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-09-02 02:39:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 61 | ||||||
author_reputation | 0 | ||||||
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 69,372,545 | ||||||
net_rshares | 0 |
Loved this post ๐๐
author | mzii |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t073154927z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-26 07:32:00 |
last_update | 2018-08-26 07:32:00 |
depth | 1 |
children | 0 |
last_payout | 2018-09-02 07:32:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 229,856,849 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,388,269 |
net_rshares | 608,164,522 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mzii | 0 | 608,164,522 | 100% |
Welcome to Steem Community @quasarframework! As a gentle reminder, please keep your master password safe. The best practise is to use your private posting key to login to Steemit when posting; and the private active key for wallet related transactions. In the New Steemians project, we help new members of steem by education and resteeeming their articles. Get your articles resteemed too for maximum exposure. You can learn more about it here: https://steemit.com/introduceyourself/@gaman/new-steemians-project-launch
author | newsteemians |
---|---|
permlink | the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-newsteemians-08262018 |
category | quasarframework |
json_metadata | "{"app": "pysteem/0.5.4"}" |
created | 2018-08-26 12:29:48 |
last_update | 2018-08-26 12:29:48 |
depth | 1 |
children | 0 |
last_payout | 2018-09-02 12:29:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 522 |
author_reputation | 19,477,874,843,026 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,406,195 |
net_rshares | -326,541,157,245 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gaman | 0 | 238,917,940,507 | 20% | ||
spaminator | 0 | -557,770,602,238 | -0.22% | ||
ajayyy | 0 | -7,606,819,940 | -100% | ||
prowler | 0 | -81,675,574 | -1% |
Can you hear me sir ? Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
author | nureza |
---|---|
permlink | nureza-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t041509403z |
category | quasarframework |
json_metadata | {"app":"partiko"} |
created | 2018-08-26 04:15:09 |
last_update | 2018-08-26 04:15:09 |
depth | 1 |
children | 0 |
last_payout | 2018-09-02 04:15:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 119 |
author_reputation | 14,290,132,344,013 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,377,605 |
net_rshares | 0 |
Great News Great Utopian.io & Great Steemit :D
author | orakzai |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t193502858z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-25 19:34:54 |
last_update | 2018-08-25 19:34:54 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 19:34:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 46 |
author_reputation | 6,067,031,773 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 69,349,852 |
net_rshares | 726,167,584 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
orakzai | 0 | 173,471,013 | 100% | ||
quasarframework | 0 | 552,696,571 | 100% |
Good luck and congrats to these new and awesome team ups! Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
author | orl4ndo |
---|---|
permlink | orl4ndo-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t143810930z |
category | quasarframework |
json_metadata | {"app":"partiko"} |
created | 2018-08-25 14:38:12 |
last_update | 2018-08-25 14:38:12 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 14:38:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 156 |
author_reputation | 3,381,352,338,113 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,327,779 |
net_rshares | 7,482,127,786 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
elear | 0 | 7,427,139,478 | 100% | ||
kaczynski | 0 | 54,988,308 | 100% |
Good afternoon friend, I love the information of your post, from #Venezuela I'm always supporting your work, also I always learn tips on how to create my post thanks to you .... But I could suggest that you try to center or justify the text to you have more votes and read more ... congratulations greetings ...
author | petertomas |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t180726897z |
category | quasarframework |
json_metadata | {"tags":["quasarframework","venezuela"],"app":"steemit/0.1"} |
created | 2018-08-25 17:36:06 |
last_update | 2018-08-25 17:36:06 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 17:36:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 311 |
author_reputation | 101,466,805,085 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,341,881 |
net_rshares | 0 |
You got a 34.02% upvote from @postpromoter courtesy of @utopian.wallet! Want to promote your posts too? Check out the [Steem Bot Tracker website](https://steembottracker.com) for more info. If you would like to support the development of @postpromoter and the bot tracker please [vote for @yabapmatt for witness!](https://v2.steemconnect.com/sign/account-witness-vote?witness=yabapmatt&approve=1)
author | postpromoter |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t155358460z |
category | quasarframework |
json_metadata | {"app":"postpromoter/2.1.0"} |
created | 2018-08-25 15:53:57 |
last_update | 2018-08-25 15:53:57 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 15:53:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 398 |
author_reputation | 12,722,616,650,811 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,333,959 |
net_rshares | 0 |
What will be the future for quasar?
author | princeuk12 |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t213034253z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-25 21:30:36 |
last_update | 2018-08-25 21:30:36 |
depth | 1 |
children | 2 |
last_payout | 2018-09-01 21:30:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 55,366,788,685 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,357,442 |
net_rshares | 498,466,134 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
princeuk12 | 0 | 498,466,134 | 100% |
The thing about a Quasar is that as it turns to face you it generally tends to get brighter...
author | quasarframework |
---|---|
permlink | re-princeuk12-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t220325481z |
category | quasarframework |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["quasarframework"],"users":[],"links":[],"image":[]} |
created | 2018-08-25 22:03:24 |
last_update | 2018-08-25 22:03:24 |
depth | 2 |
children | 1 |
last_payout | 2018-09-01 22:03:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 23,125,618,889,327 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,359,006 |
net_rshares | 0 |
Great
author | princeuk12 |
---|---|
permlink | re-quasarframework-re-princeuk12-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t095930649z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-26 09:59:30 |
last_update | 2018-08-26 09:59:30 |
depth | 3 |
children | 0 |
last_payout | 2018-09-02 09:59:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 55,366,788,685 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,396,509 |
net_rshares | 0 |
free good thanks
author | remali |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t005535002z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-26 00:55:42 |
last_update | 2018-08-26 00:55:42 |
depth | 1 |
children | 0 |
last_payout | 2018-09-02 00:55:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | -5,809,038,775 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,367,457 |
net_rshares | 0 |
<3
author | revelic12 |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180831t145912375z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-31 14:59:27 |
last_update | 2018-08-31 14:59:27 |
depth | 1 |
children | 0 |
last_payout | 2018-09-07 14:59:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2 |
author_reputation | 267,788,989 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,900,262 |
net_rshares | 0 |
this is very much awaited
author | rizajack |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180827t230239415z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-27 23:01:51 |
last_update | 2018-08-27 23:01:51 |
depth | 1 |
children | 0 |
last_payout | 2018-09-03 23:01:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 25 |
author_reputation | 6,041,759,051 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,545,993 |
net_rshares | 0 |
Thanks a lot, this is very informative. There are humans in this platform pretending to provide information and click on-baiting customers. But this put up honestly packs a punch with all this information. well played sir.
author | sayemsonai |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180827t101918471z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-27 10:18:18 |
last_update | 2018-08-27 10:18:18 |
depth | 1 |
children | 0 |
last_payout | 2018-09-03 10:18:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 222 |
author_reputation | 422,785,024,544 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,488,766 |
net_rshares | 567,474,555 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
quasarframework | 0 | 567,474,555 | 100% |
Wow great post.. we learn more about Quasar Framework. Great information about Quasar Framework. Helpful for my work. thanks
author | sharifulalam |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t175736504z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-25 17:57:36 |
last_update | 2018-08-25 17:57:36 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 17:57:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 124 |
author_reputation | 618,224,569 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,343,490 |
net_rshares | 0 |
Great https://steemit.com/@sivajigade
author | sivajigade |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180827t042749148z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"links":["https://steemit.com/@sivajigade"],"app":"steemit/0.1"} |
created | 2018-08-27 04:27:51 |
last_update | 2018-08-27 04:27:51 |
depth | 1 |
children | 0 |
last_payout | 2018-09-03 04:27:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 300,935,973 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,466,423 |
net_rshares | 0 |
Congratulations @quasarframework! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@quasarframework) You published your First Post [](http://steemitboard.com/@quasarframework) You got a First Vote [](http://steemitboard.com/@quasarframework) Award for the number of upvotes received [](http://steemitboard.com/@quasarframework) You made your First Comment <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Do not miss the last post from @steemitboard:** [SteemitBoard and the Veterans on Steemit - The First Community Badge.](https://steemit.com/veterans/@steemitboard/steemitboard-and-the-veterans-on-steemit-the-first-community-badge) > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-quasarframework-20180825t161005000z |
category | quasarframework |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-08-25 16:10:03 |
last_update | 2018-08-25 16:10:03 |
depth | 1 |
children | 1 |
last_payout | 2018-09-01 16:10:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,409 |
author_reputation | 38,975,615,169,260 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,335,313 |
net_rshares | 0 |
STOP
author | quasarframework |
---|---|
permlink | re-steemitboard-steemitboard-notify-quasarframework-20180825t173822823z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"community":"steempeak","app":"steempeak"} |
created | 2018-08-25 17:38:24 |
last_update | 2018-08-25 17:38:24 |
depth | 2 |
children | 0 |
last_payout | 2018-09-01 17:38:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 23,125,618,889,327 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,342,050 |
net_rshares | 0 |
Congratulations @quasarframework! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@quasarframework) Award for the number of upvotes received <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Do not miss the last post from @steemitboard:** [SteemitBoard and the Veterans on Steemit - The First Community Badge.](https://steemit.com/veterans/@steemitboard/steemitboard-and-the-veterans-on-steemit-the-first-community-badge) > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-quasarframework-20180825t201505000z |
category | quasarframework |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-08-25 20:15:03 |
last_update | 2018-08-25 20:15:03 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 20:15:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 927 |
author_reputation | 38,975,615,169,260 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,352,496 |
net_rshares | 0 |
<center> Welcome to Steem @quasarframework. <br/><br/>Do read [A thumb rule for steemit minnows - 50:100:200:25](https://steemit.com/steemit/@steemladder/a-thumb-rule-for-steemit-minnows-50-100-200-25) for starter tips. <br/> <br/>Spend time reading [Steem Blue Paper](https://steem.io/steem-bluepaper.pdf) to know how Steem blockchain works and if you still have any queries ask them on our [Ask me anything about Steemit post](https://steemit.com/steem/@steemladder/there-are-no-dumb-questions-ask-anything-you-want-to-know-about-steem-blockchain) and we will try to answer that.<br/><br/>All the Best!!! </center>
author | steemladder |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t123201959z |
category | quasarframework |
json_metadata | {"tags":["steemladder"]} |
created | 2018-08-25 12:32:06 |
last_update | 2018-08-25 12:32:06 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 12:32:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 616 |
author_reputation | 833,356,472,463 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,318,267 |
net_rshares | -671,399,031,054 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
utopian-io | 0 | -687,936,590,291 | -1% | ||
steemladder | 0 | 4,377,247,928 | 5% | ||
irelandscape | 0 | 12,160,311,309 | 100% |
#### Welcome to Steem, @quasarframework! I am a bot coded by the SteemPlus team to help you make the best of your experience on the Steem Blockchain! SteemPlus is a Chrome, Opera and Firefox extension that adds tons of features on Steemit. It helps you see the real value of your account, who mentionned you, the value of the votes received, a filtered and sorted feed and much more! All of this in a fast and secure way. To see why **3271 Steemians** use SteemPlus, [install our extension](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en), read the [documentation](https://github.com/stoodkev/SteemPlus/blob/master/README.md) or the latest release : [SteemPlus 2.20: Utopian + SteemPlus Partnership = Bigger upvotes](/utopian-io/@steem-plus/steemplus-220-utopian--steemplus-partnership--bigger-upvotes).
author | steemplus-bot |
---|---|
permlink | the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-re-welcome-to-steemplus |
category | quasarframework |
json_metadata | {} |
created | 2018-08-25 12:50:39 |
last_update | 2018-08-25 12:50:39 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 12:50:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 849 |
author_reputation | -62,669,437,126 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,319,658 |
net_rshares | 54,988,308 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
utopian-io | 0 | 0 | 0% | ||
kaczynski | 0 | 54,988,308 | 100% |
I think this is a pretty awesome synergy as Utopian is using Quasar for its frontend development, and Quasar can use Utopian to connect with more contributors and incentivize their own. Looking forward to chatting more on giving this synergy the exposure it deserves!
author | techslut |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t140215255z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-25 14:02:24 |
last_update | 2018-08-25 14:02:24 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 14:02:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 267 |
author_reputation | 111,778,832,002,739 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,325,059 |
net_rshares | 16,216,014,718 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
elear | 0 | 7,702,218,718 | 100% | ||
amosbastian | 0 | 7,382,080,416 | 10% | ||
nothingismagick | 0 | 543,551,853 | 100% | ||
quasarframework | 0 | 588,163,731 | 100% |
Thats cool, i develop using node.js and vue and don't know how i wasnt aware about @quasarframework. Now I have something to do this weekend hahaha.
author | th1nkfast |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180828t230448615z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"users":["quasarframework"],"app":"steemit/0.1"} |
created | 2018-08-28 23:04:51 |
last_update | 2018-08-28 23:04:51 |
depth | 1 |
children | 1 |
last_payout | 2018-09-04 23:04:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 148 |
author_reputation | 2,874,658,722,940 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,645,446 |
net_rshares | 9,286,125,117 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
th1nkfast | 0 | 9,286,125,117 | 100% |
Have fun!
author | quasarframework |
---|---|
permlink | re-th1nkfast-re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180829t073257883z |
category | quasarframework |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["quasarframework"],"users":[],"links":[],"image":[]} |
created | 2018-08-29 07:33:00 |
last_update | 2018-08-29 07:33:00 |
depth | 2 |
children | 0 |
last_payout | 2018-09-05 07:33:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 23,125,618,889,327 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,676,972 |
net_rshares | 0 |
**Welcome to steemit @quasarframework.** - Join @minnowsupport project for more help - Checkout @helpie for daily trivias and useful information - Join @qurator a good quality support project - Checkout @steembasicincome Follow me @tuanis for random votes daily please checkout the report Welcome the new steemians. Have a great day!
author | tuanis |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t210609423z |
category | quasarframework |
json_metadata | {} |
created | 2018-08-25 21:06:09 |
last_update | 2018-08-25 21:06:09 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 21:06:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 333 |
author_reputation | 6,221,724,998,633 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,356,174 |
net_rshares | 0 |
You got a 68.00% upvote from @upme thanks to @utopian.wallet! Send at least 3 SBD or 3 STEEM to get upvote for next round. Delegate STEEM POWER and start earning 100% daily payouts ( no commission ).
author | upme |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180825t165155201z |
category | quasarframework |
json_metadata | {"app":"postpromoter/2.0.0"} |
created | 2018-08-25 16:51:54 |
last_update | 2018-08-25 16:51:54 |
depth | 1 |
children | 0 |
last_payout | 2018-09-01 16:51:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 200 |
author_reputation | 584,696,346,293 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,338,569 |
net_rshares | 0 |
Good one Love, @waleedalamk
author | waleedalamk |
---|---|
permlink | re-quasarframework-the-quasar-framework-joins-forces-with-utopian-io-and-the-steem-community-20180826t054250357z |
category | quasarframework |
json_metadata | {"tags":["quasarframework"],"users":["waleedalamk"],"app":"steemit/0.1"} |
created | 2018-08-26 05:43:48 |
last_update | 2018-08-26 05:43:48 |
depth | 1 |
children | 0 |
last_payout | 2018-09-02 05:43:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 764,157,253 |
root_title | "The Quasar Framework joins forces with Utopian.io and the Steem Community" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,382,357 |
net_rshares | 0 |