 #### Repository https://github.com/nodejs/i18n #### Project Details Node.js, by definition, is an open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside the browser. This means that now it is possible to execute a program written in JS outside a web browser such as Google Chrome, Safari, etc. This creates an extension to what the language can do, besides just creating interactive websites. With the help of the V8 JavaScript runtime engine, it can now take the code and convert it into a faster machine code, e. g., Node.js eliminates the waiting and continues to take care of the next task. From my personal perspective, Node.js represents an advantage for the coders to write code, since it still has all the capabilities and functionalities JavaScript offers, but now in a more extended way. Also, thanks to all the time I have been contributing with this project, I have realized the huge amount of time and effort that the Node.js team has taken in order to make it as good as it is and also to improve it with every single upgrade. You can take a look at their Crowdin project [here](https://crowdin.com/project/nodejs). #### Contribution Specifications - Translation Overview This is the 48th translation I made for the Node.js project, and on this contribution I continued translating the PULL-REQUESTS.MD folder. Such folder I define it as follows: -- PULL-REQUESTS.MD: This folder's intention is to show the collaborators how to exactly create a pull request. It shows all the steps one has to follow in order to do so and also the steps taken for that request to be either accepted or denied. The whole tutorial is made out of 10 steps, and after that it advises how to properly review every single detail of the PR. On this contribution there were not found any complex terms that needed further information in order to be translated properly. However, I found a term that I had not knowledge of and I would like to share it with you. The term is **Lint**. It refers to a process or a tool that analyzes sorce code by running a program to flag programming errors, bugs, stylistic errors and suspicious constructs. It is also known as *linter*, and the term was the name originally given to a particular software that could flag some suspicious and non-portable constructs (mostly bugs) in C language source code. Currently the term is applied generically to any tool, program or software that can do so in software written in any computer language. Now, why is it important or what makes the linter useful? Well, it does not only help you to detect errors (or things that may look like), but it also helps you to avoid them. A linter will help you catch bugs in a few scenarios. Let's take a look at some examples:  With the JavaScript Style Guide, a set of rules based on the eslint, the linter would throw us two errors. The first one is that runnable is never used, and the second one on line #3 is using an undeclared variable. Obviously there is just one error, the type error on line #3, but the linter would tell you both. Detecting these errors while we write the code and not when we execute the app will save a lot of time, that could be a huge amount of time if the app is running in production. We could literally spend hours debugging in the worst case, but with a linter we get immediate feedback. There are plenty of ways to use a linter. Let's look at some of them: -- Using a plugin in your text editor: to get immediate feedback, just add a linter plugin to your text editor. -- Create an NPM script: add your linter as a dev dependency in your package.json. -- Git hook: use lint-staged with husky or pre-commit, or just have a small script that is invoked on a standard git pre-commit. Examples of strings translated: **1.** EN: Approval and Request Changes Workflow SP: Flujo de Trabajo de Aprobación y Solicitud de Cambios **2.** EN: If you happen to make a mistake in any of your commits, do not worry. SP: Si comete un error en cualquiera de sus commits, no se preocupe. **3.** EN: GitHub will automatically update the Pull Request. SP: GitHub actualizará automáticamente la Pull Request. **References:** -- Daily JS. *Why you should always use a Linter?* (https://medium.com/dailyjs/why-you-should-always-use-a-linter-and-or-pretty-formatter-bb5471115a76) -- Wikipedia. *Lint* (https://en.wikipedia.org/wiki/Lint_(software)) -- Stack Overflow. *Lint* (https://stackoverflow.com/questions/8503559/what-is-linting) - Languages I translated from English to Spanish. I have translated over 100,000 words utilizing the Crowdin platform and this has given me experience to always grant great quality translations. - Word Count I have translated **1,052 words**. This contribution has been made between the dates Feb/16/2019 and Feb/19/2019, when I realized the translation, and Feb/20/2019, when I realized the corrections. **Previous translations on this project:** - [Part 1](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1323-words-part-1) - [Part 2](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1079-words-part-2) - [Part 3](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1049-words-part-3) - [Part 4](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1021-words-part-4) - [Part 5](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1033-words-part-5) - [Part 6](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1032-words-part-6) - [Part 7](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1034-words-part-7) - [Part 8](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1027-words-part-8) - [Part 9](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1024-words-part-9) - [Part 10](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1025-words-part-10) - [Part 11](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1016-words-part-11) - [Part 12](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1013-words-part-12) - [Part 13](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1015-words-part-13) - [Part 14](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1023-words-part-14) - [Part 15](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1018-words-part-15) - [Part 16](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1023-words-part-16) - [Part 17](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1010-words-part-17) - [Part 18](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1020-words-part-18) - [Part 19](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1015-words-part-18) - [Part 20](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1028-words-part-20) - [Part 21](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1022-words-part-21) - [Part 22](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1023-words-part-22) - [Part 23](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1036words-part-3) - [Part 24](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1016-words-part-24) - [Part 25](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1020-words-part-25) - [Part 26](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1027-words-part-26) - [Part 27](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1034-words-part-27) - [Part 28](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1020-words-part-28) - [Part 29](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1107-words-part-29) - [Part 30](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1107-words-part-30) - [Part 31](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1149-words-part-31) - [Part 32](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1107-words-part-32) - [Part 33](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1041-words-part-33) - [Part 34](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1149-words-part-34) - [Part 35](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1107-words-part-35) - [Part 36](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1119-words-part-36) - [Part 37](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1112-words-part-36) - [Part 38](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1107-words-part-38) - [Part 39](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1105-words-part-39) - [Part 40](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1103-words-part-40) - [Part 41](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1107-words-part-41) - [Part 42](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1143-words-part-42) - [Part 43](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1103-words-part-43) - [Part 44](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1053-words-part-44) - [Part 45](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1052-words-part-45) - [Part 46](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1061-words-part-46) - [Part 47](https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1088-words-part-47) ### Proof of Authorship [My Crowdin profile](https://crowdin.com/profile/SamuelLMiller)  ### Word Count 
author | samuellmiller | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | translation-spanish-node-js-1052-words-part-48 | ||||||||||||
category | utopian-io | ||||||||||||
json_metadata | {"community":"steempeak","app":"steempeak/1.7.2b","format":"markdown","tags":["utopian-io","translations","nodejs","davinci"],"users":["samuellmiller"],"links":["https://github.com/nodejs/i18n","https://crowdin.com/project/nodejs","https://medium.com/dailyjs/why-you-should-always-use-a-linter-and-or-pretty-formatter-bb5471115a76","https://en.wikipedia.org/wiki/Lint_","https://stackoverflow.com/questions/8503559/what-is-linting","https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1323-words-part-1","https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1079-words-part-2","https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1049-words-part-3","https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1021-words-part-4","https://steemit.com/utopian-io/@samuellmiller/translation-spanish-node-js-1033-words-part-5"],"image":["https://cdn.steemitimages.com/DQmQPWKpofUTSNs5ZZCw7m6etqsLShgShoNAJ6peVvxhgTy/node.png","https://files.steempeak.com/file/steempeak/samuellmiller/KAkKc3sZ-Screen20Shot202019-02-2020at203.02.0720PM.png","https://cdn.steemitimages.com/DQmNrR8PecFmXFCCC9jGKYAcAB4D4ByWgNt2KYKZx1Tqt1g/Qma5ZvDxgbK8cpmMkPenWW8sXpc7UDNsT2hNBiGQHtRNwh.png","https://files.steempeak.com/file/steempeak/samuellmiller/uDju45ds-Screen20Shot202019-02-2020at203.16.0320PM.png"]} | ||||||||||||
created | 2019-02-20 19:18:48 | ||||||||||||
last_update | 2019-02-20 19:18:48 | ||||||||||||
depth | 0 | ||||||||||||
children | 5 | ||||||||||||
last_payout | 2019-02-27 19:18:48 | ||||||||||||
cashout_time | 1969-12-31 23:59:59 | ||||||||||||
total_payout_value | 18.164 HBD | ||||||||||||
curator_payout_value | 6.593 HBD | ||||||||||||
pending_payout_value | 0.000 HBD | ||||||||||||
promoted | 0.000 HBD | ||||||||||||
body_length | 10,641 | ||||||||||||
author_reputation | 39,528,925,146,935 | ||||||||||||
root_title | "[Translation][Spanish] Node.js (1052 words) (Part 48)" | ||||||||||||
beneficiaries |
| ||||||||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||||||||
percent_hbd | 10,000 | ||||||||||||
post_id | 80,159,158 | ||||||||||||
net_rshares | 53,730,766,692,202 | ||||||||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 3,620,541,317,922 | 15.14% | ||
drifter1 | 0 | 649,108,996 | 5% | ||
daan | 0 | 12,400,532,574 | 3% | ||
elena-singer | 0 | 37,797,645,590 | 100% | ||
techslut | 0 | 68,386,371,025 | 20% | ||
thatmemeguy | 0 | 4,297,246,884 | 100% | ||
minersean | 0 | 4,626,625,813 | 75% | ||
dimitrisp | 0 | 2,667,112,222 | 5% | ||
erikaflynn | 0 | 15,860,351,309 | 35% | ||
lordneroo | 0 | 28,503,372,164 | 50% | ||
jakipatryk | 0 | 14,322,525,541 | 50% | ||
jga | 0 | 2,219,466,550 | 18.93% | ||
helo | 0 | 75,705,940,066 | 37.65% | ||
walnut1 | 0 | 41,765,275,547 | 18.93% | ||
lorenzor | 0 | 1,059,543,277 | 9.46% | ||
suesa | 0 | 106,835,461,431 | 25% | ||
destrudo | 0 | 15,278,487 | 15% | ||
codingdefined | 0 | 27,617,175,359 | 20% | ||
veritasvav | 0 | 72,661,233,564 | 100% | ||
tsoldovieri | 0 | 1,369,616,366 | 9.46% | ||
bachuslib | 0 | 18,831,619,001 | 100% | ||
alexzicky | 0 | 73,097,677,662 | 70% | ||
felixrodriguez | 0 | 766,534,115 | 6.62% | ||
aafeng | 0 | 39,048,452,946 | 50% | ||
azulear | 0 | 450,220,620 | 100% | ||
silviu93 | 0 | 4,685,181,339 | 18.93% | ||
infinitelearning | 0 | 13,248,363,844 | 100% | ||
nicola71 | 0 | 422,628,466 | 49% | ||
espoem | 0 | 69,126,363,116 | 36.85% | ||
mcfarhat | 0 | 24,407,407,740 | 15.06% | ||
nicejob | 0 | 85,943,930 | 22.5% | ||
rscalabrini | 0 | 1,410,847,513 | 30% | ||
vishalsingh4997 | 0 | 143,938,192 | 18.93% | ||
loshcat | 0 | 1,157,787,020 | 100% | ||
pataty69 | 0 | 11,653,325,841 | 40% | ||
elear | 0 | 5,298,665,312 | 37.86% | ||
zoneboy | 0 | 8,239,132,261 | 37.86% | ||
carloserp-2000 | 0 | 33,329,038,989 | 100% | ||
sciack | 0 | 16,039,640,956 | 75% | ||
carlos84 | 0 | 1,143,902,102 | 18.93% | ||
utopian-io | 0 | 47,070,307,440,561 | 37.86% | ||
shammi | 0 | 5,365,811,176 | 90% | ||
jaff8 | 0 | 83,203,919,723 | 37.65% | ||
newsrx | 0 | 94,349,505 | 7.33% | ||
aboutcoolscience | 0 | 41,234,997,714 | 18% | ||
amestyj | 0 | 476,756,887 | 9.46% | ||
imcesca | 0 | 8,405,333,464 | 15% | ||
sandracarrascal | 0 | 72,970,397 | 18.93% | ||
mcyusuf | 0 | 858,889,262 | 18.93% | ||
gentleshaid | 0 | 28,327,629,990 | 37.86% | ||
steemitag | 0 | 3,376,492,570 | 10% | ||
ivymalifred | 0 | 264,450,530 | 9.46% | ||
aussieninja | 0 | 6,725,626,864 | 18.93% | ||
ennyta | 0 | 137,207,388 | 9.46% | ||
amosbastian | 0 | 111,854,658,049 | 37.65% | ||
eliaschess333 | 0 | 1,674,876,149 | 9.46% | ||
ydavgonzalez | 0 | 216,495,586 | 0.94% | ||
yakubenko | 0 | 11,079,927,353 | 100% | ||
mattiarinaldoni | 0 | 1,288,856,087 | 37.5% | ||
gillianpearce | 0 | 62,131,242,283 | 50% | ||
ismailkah | 0 | 19,306,889,605 | 100% | ||
knfitaly | 0 | 813,290,465 | 30% | ||
portugalcoin | 0 | 12,743,716,037 | 15% | ||
microbot | 0 | 791,105,654 | 5% | ||
vanarchist | 0 | 2,677,157,123 | 100% | ||
onin91 | 0 | 118,103,030 | 30% | ||
neokuduk | 0 | 4,966,685,173 | 100% | ||
sargoon | 0 | 1,733,902,003 | 100% | ||
tobias-g | 0 | 126,604,534,837 | 48% | ||
yrmaleza | 0 | 76,298,259 | 9.46% | ||
mondodidave73 | 0 | 1,059,373,360 | 42% | ||
miguelangel2801 | 0 | 110,226,735 | 9.46% | ||
didic | 0 | 30,321,010,062 | 25% | ||
samuellmiller | 0 | 49,751,353,251 | 100% | ||
emiliomoron | 0 | 357,939,924 | 9.46% | ||
nowonline | 0 | 22,222,673,269 | 100% | ||
sudefteri | 0 | 5,536,126,078 | 100% | ||
robertbira | 0 | 10,516,534,613 | 25% | ||
dr-frankenstein | 0 | 10,577,908,984 | 50% | ||
bozz | 0 | 904,938,445 | 3% | ||
akifane | 0 | 649,311,493 | 100% | ||
endopediatria | 0 | 90,957,363 | 3.78% | ||
deusjudo | 0 | 15,811,331,584 | 75% | ||
properfraction | 0 | 747,917,568 | 100% | ||
davinci.witness | 0 | 108,989,878,446 | 30% | ||
alejohannes | 0 | 42,537,145,200 | 100% | ||
tomastonyperez | 0 | 1,865,081,829 | 9.46% | ||
elvigia | 0 | 1,746,906,520 | 9.46% | ||
luiscd8a | 0 | 1,506,750,178 | 80% | ||
statsexpert | 0 | 7,317,779,614 | 100% | ||
geadriana | 0 | 71,078,005 | 2.83% | ||
spaghettiscience | 0 | 7,110,052,265 | 15% | ||
josedelacruz | 0 | 763,678,762 | 9.46% | ||
joseangelvs | 0 | 282,102,750 | 18.93% | ||
viannis | 0 | 264,138,473 | 9.46% | ||
feronio | 0 | 1,133,806,577 | 100% | ||
flores39 | 0 | 373,488,760 | 100% | ||
enlighted | 0 | 180,615,115 | 40% | ||
erickyoussif | 0 | 898,048,929 | 18.93% | ||
phage93 | 0 | 7,709,311,016 | 16% | ||
davinci.polyglot | 0 | 243,983,894 | 30% | ||
moncia90 | 0 | 67,000,890,835 | 75% | ||
davinci.times | 0 | 5,604,486,750 | 30% | ||
itastem | 0 | 11,619,167,073 | 30% | ||
anaestrada12 | 0 | 2,782,368,808 | 18.93% | ||
davinci.art | 0 | 627,623,391 | 30% | ||
joelsegovia | 0 | 492,260,997 | 9.46% | ||
bflanagin | 0 | 3,100,765,293 | 18.93% | ||
pagliozzo | 0 | 12,230,738,223 | 25% | ||
steam.erotic | 0 | 229,972,031 | 15% | ||
dalz | 0 | 6,300,186,998 | 15.14% | ||
ulockblock | 0 | 14,521,282,943 | 7.87% | ||
amart29 | 0 | 652,315,438 | 6.3% | ||
reinaseq | 0 | 1,022,114,129 | 18.93% | ||
davinci.pay | 0 | 17,304,951,109 | 15% | ||
dssdsds | 0 | 2,838,242,104 | 18.93% | ||
steemterview | 0 | 1,223,645,619 | 37.5% | ||
cryptouno | 0 | 552,389,304 | 5% | ||
fran.frey | 0 | 306,287,400 | 9.46% | ||
mops2e | 0 | 416,809,815 | 29.48% | ||
jrevilla | 0 | 90,679,416 | 18.93% | ||
munhenhos | 0 | 2,960,864,242 | 40% | ||
lecongdoo3 | 0 | 21,317,566,590 | 100% | ||
davinci.vote | 0 | 318,913,090 | 30% | ||
swapsteem | 0 | 1,675,352,128 | 18.93% | ||
stem-espanol | 0 | 10,018,860,519 | 18.93% | ||
bhaski | 0 | 3,841,043,603 | 40% | ||
aleestra | 0 | 388,148,652 | 18.93% | ||
paololuffy91 | 0 | 1,257,117,797 | 75% | ||
steemitweekly | 0 | 178,284,845 | 37.86% | ||
merlin7 | 0 | 95,075,797,854 | 2.63% | ||
clubpower | 0 | 294,422,376 | 80.08% | ||
steem-ua | 0 | 824,350,360,635 | 7.33% | ||
giulyfarci52 | 0 | 160,335,150 | 9.46% | ||
yassinebad | 0 | 40,341,209,250 | 100% | ||
kaczynski | 0 | 166,184,677 | 100% | ||
cremisi | 0 | 39,375,531,404 | 100% | ||
akireuna | 0 | 4,965,629,024 | 15% | ||
leyt | 0 | 14,942,552,997 | 100% | ||
ahmedess | 0 | 12,706,984,791 | 100% | ||
teamcr | 0 | 825,519,780 | 100% | ||
alex-hm | 0 | 912,456,474 | 50% | ||
wilmer14molina | 0 | 278,826,387 | 18.93% | ||
aristotle.team | 0 | 7,364,008,982 | 10% | ||
bluesniper | 0 | 5,366,230,346 | 1% | ||
kakakk | 0 | 2,280,157,164 | 18.93% | ||
ascorphat | 0 | 1,595,268,451 | 2.5% | ||
ctime | 0 | 59,740,079,758 | 2% | ||
rewarding | 0 | 6,263,761,492 | 68.93% | ||
skymin | 0 | 2,722,549,528 | 11.35% | ||
bejust | 0 | 1,882,999,356 | 100% | ||
jk6276.mons | 0 | 1,026,160,091 | 28.39% | ||
progressing | 0 | 1,700,862,549 | 100% | ||
utopian.trail | 0 | 15,086,540,106 | 37.86% |
Greetings, @samuellmiller. Thanks for submitting your contribution! * The presentation and contents of your post are fulfill the requirements for a complete evaluation of your contribution. * The translated content fits coherently the general meaning and use of the enlisted strings. * You an important concept you learnt while you were doing this translation. * Your writing style and the use you did of the terminology involved in this translation were precise and adequate. * You also added examples of your translation job on the addressed folder... Great! #### Congratulations on this contribution! # Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category. To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/12/2-3-1-2-2-6-). ---- Chat with us on [Discord](https://discord.gg/vMGmDSm)
author | alejohannes |
---|---|
permlink | re-samuellmiller-translation-spanish-node-js-1052-words-part-48-20190222t000216263z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["samuellmiller"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/12/2-3-1-2-2-6-","https://discord.gg/vMGmDSm"],"app":"steemit/0.1"} |
created | 2019-02-21 23:34:15 |
last_update | 2019-02-21 23:34:15 |
depth | 1 |
children | 1 |
last_payout | 2019-02-28 23:34:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 10.066 HBD |
curator_payout_value | 3.221 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 994 |
author_reputation | 81,484,992,319,751 |
root_title | "[Translation][Spanish] Node.js (1052 words) (Part 48)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 80,214,803 |
net_rshares | 24,739,399,350,377 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yuxi | 0 | 22,376,599,007 | 100% | ||
codingdefined | 0 | 27,076,650,149 | 20% | ||
jadabug | 0 | 1,376,672,638 | 1% | ||
espoem | 0 | 27,716,316,930 | 15% | ||
utopian-io | 0 | 24,148,425,851,565 | 16.93% | ||
jaff8 | 0 | 48,476,038,733 | 20.92% | ||
steemtaker | 0 | 7,069,065,753 | 7% | ||
amosbastian | 0 | 62,820,903,840 | 20.92% | ||
sargoon | 0 | 1,092,644,593 | 100% | ||
organicgardener | 0 | 11,316,827,028 | 35% | ||
alejohannes | 0 | 40,517,798,140 | 100% | ||
ezravandi | 0 | 933,117,634 | 1% | ||
mightypanda | 0 | 259,621,978,335 | 100% | ||
ulockblock | 0 | 8,159,597,785 | 4.29% | ||
fastandcurious | 0 | 4,307,041,508 | 100% | ||
votes4minnows | 0 | 589,333,391 | 5% | ||
cremisi | 0 | 39,385,311,698 | 100% | ||
linknotfound | 0 | 512,819,462 | 100% | ||
ascorphat | 0 | 2,211,267,056 | 2.5% | ||
monster-inc | 0 | 6,196,052,743 | 100% | ||
yff | 0 | 18,494,749,322 | 100% | ||
curatortrail | 0 | 257,713,206 | 80% | ||
tenyears | 0 | 464,999,861 | 87% |
Thank you for your review, @alejohannes! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-samuellmiller-translation-spanish-node-js-1052-words-part-48-20190222t000216263z-20190224t180553z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-02-24 18:05:54 |
last_update | 2019-02-24 18:05:54 |
depth | 2 |
children | 0 |
last_payout | 2019-03-03 18:05: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 | 63 |
author_reputation | 152,955,367,999,756 |
root_title | "[Translation][Spanish] Node.js (1052 words) (Part 48)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 80,337,254 |
net_rshares | 0 |
#### Hi @samuellmiller! Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your post is eligible for our upvote, thanks to our collaboration with @utopian-io! **Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
author | steem-ua |
---|---|
permlink | re-translation-spanish-node-js-1052-words-part-48-20190221t234448z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.18"}" |
created | 2019-02-21 23:44:51 |
last_update | 2019-02-21 23:44:51 |
depth | 1 |
children | 0 |
last_payout | 2019-02-28 23:44: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 | 292 |
author_reputation | 23,214,230,978,060 |
root_title | "[Translation][Spanish] Node.js (1052 words) (Part 48)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 80,215,049 |
net_rshares | 0 |
Congratulations @samuellmiller! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@samuellmiller/voted.png?201902202042</td><td>You received more than 5000 upvotes. Your next target is to reach 6000 upvotes.</td></tr> </table> <sub>_[Click here to view your Board](https://steemitboard.com/@samuellmiller)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> > Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[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-samuellmiller-20190220t213717000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2019-02-20 21:37:15 |
last_update | 2019-02-20 21:37:15 |
depth | 1 |
children | 0 |
last_payout | 2019-02-27 21:37: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 | 766 |
author_reputation | 38,975,615,169,260 |
root_title | "[Translation][Spanish] Node.js (1052 words) (Part 48)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 80,163,278 |
net_rshares | 0 |
Hey, @samuellmiller! **Thanks for contributing on Utopian**. We’re already looking forward to your next contribution! **Get higher incentives and support Utopian.io!** Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)). **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-translation-spanish-node-js-1052-words-part-48-20190226t152018z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-02-26 15:20:21 |
last_update | 2019-02-26 15:20:21 |
depth | 1 |
children | 0 |
last_payout | 2019-03-05 15:20: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 | 595 |
author_reputation | 152,955,367,999,756 |
root_title | "[Translation][Spanish] Node.js (1052 words) (Part 48)" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 80,445,563 |
net_rshares | 0 |