create account

How I Joined the Quasar Framework Team (and why you should too) by nothingismagick

View this thread on: hive.blogpeakd.comecency.com
· @nothingismagick · (edited)
$159.52
How I Joined the Quasar Framework Team (and why you should too)
- **repo:** https://github.com/quasarframework/quasar
- **tl;dr;** How I became an open-source developer and member of the Quasar team.
- **eli5:** Sharing isn't stealing. Help people to help you. Everyone can be a programmer.

If you know me personally, you also know that I belong to that specific class of lazy people who would rather spend weeks building the perfect tool to do something that would have gotten done in minutes were I that other kind of person: that kind who doesn’t get bored doing the same thing over and over.

For me, it is exciting when it’s new - and I don't like having to do something the same way a third time. For example, I solve problems by making tools such as an [automatic video editor](https://github.com/nothingismagick/VTT-Editor) for batch editing short films, designing an approach for declaring the ["degree of openness"](http://ionary.org/openness/) of open-source artefacts, using set-theory to figure out what people mean when they [say something silly](http://ionary.org/i-dont-know-art-but/), or even assembling an artistic reflection of the state of our modern world, like the following photograph of one of my sculptural installations...

<center>
<img src="http://ionary.org/content/images/2015/11/kulturerbe-jpg.jpeg"/>
Kulturerbe (Cultural Heritage) - 2007 - Installation view, Galerie Eigenheim (Weimar)
</center>

Tools are **applied culture**, because not only do they help us interact with our world in efficient and/or fun ways, their use also tells us a lot about who we are. Programming, as a form of communication, has always been about the automation of logical tools: input, condition, step, action, output.

Automation is a great thing, because if you do it right it really takes all of the boredom out of your life and lets the machine do the stuff you can’t be bothered with. In the 1980s, I wrote my very first program in Basic on a Commodore 64 to help me quickly generate NPC's and Monsters for the role-playing games of Dungeons & Dragons that my friends and I would play. For me the sounds of a dot-matrix printer and the clattering of D6's are permanently melded into one acoustic memory...

I suppose that I too am also a product of the epoch in which I live, just another one of those creatures that fights the staleness of entropy with every breath (and keystroke). Look at all of the extreme athletes who go to the **absolute unit** of their limits and sometimes even die in search of the thrill, the sport, the excitement. Look at all of the prolific Instagrammers being **driven to distraction** by social media; being trained to thirst for the new and the fresh. Look at all of the hipster developers who hopscotch from stack to stack because the only **good** is the **new**. Am I all that different?

<center>
<img src="https://pbs.twimg.com/media/CXMAEU4WQAE2RGv.jpg" alt="Machine Learning" />
Machine Learning - 2015 - Installation view, Galerie Speckstrasse, Gängeviertel (Hamburg)
</center>

You could be forgiven for thinking that I am romanticising too much when I say that coding as a form of sport is actually the thing that I love the most: The challenges of unifying an idea with algorithms, of designing architectures, of deploying code to hardware. I love seeing things arise, “Die Entstehung der Dinge” as some of Quasar's German staff in Hamburg would say. I love building tools to make these things, but this isn't where the Quasar Framework enters my story - not yet.

## The Adventure Begins
In hindsight, I can't really say that my life with open-source started on accident, but it wasn't intentional either. It all began one cursed Monday about ten years ago, when I came back from vacation to discover that the intern had managed to infest my Windows work laptop with what seemed like every virus out there at the time. It wouldn't even boot! The problem was that I had some files that absolutely had to go to the printer - that afternoon. 

I remembered that a good friend had passed me a Knoppix live-cd months earlier. I was always hesitant to use Linux, because my training in the 1990s as a graphic designer had forced my hand with regard to software "choices" for 2D and 3D work. But this was an emergency, and I was shocked at how utterly simple it was for me to use Linux and dig into the Windows folder structure. In fact, I was literally in awe of the power I had over Windows: the user password didn't matter...

Upon returning from the print-shop, I actually installed Knoppix and then Gimp because I couldn't find the Windows DVDs. It sucked really hard, but I sensed the challenge and had heard about this thing called imagemagick... Soon I transitioned from Knoppix to Ubuntu, from Debian to Raspian, from Mint to Arch, from Kali to Parrot etc. I learned to use GIMP, Blender, Inkscape, graphicsmagick, ffmpeg, sox, ssh, netcat, rysnc and even bash. I came to learn what file headers were, what the Magic SysRq key was, how to flip the framebuffer and how to pipe.

My time with Linux was also peppered with moments of deep frustration - like when the interrupted system upgrade bricked the PC because someone in the flat tripped the circuit breaker, or the crushing realisation of losing one specific strong passkey, the one that I would have used to recover those 300 bitcoins from 2010. And yet, there was never an experience I cherished more than getting things to work the way I planned.

## Levelling Up
Along this mostly stony and unfortunately repetitive path-of-most-resistance, I learned four lessons that are so important and applicable to everyday life && programming, that I am going to segue for a moment and get preachy:

```
1. Know what to call the thing being dealt with.
2. If it can't be understood, it shouldn't be used.
3. Track progress and write documentation.
4. Never steal ideas, tools or other people's time.
```

1. If I am incapable of describing what it is I am talking about, not only will I never be able to communicate it, but can I even be sure I understand it? Will I know that I have found what I have been searching for? Will I be able to report the crux of the matter as an issue so that others can understand me? This truism is even more applicable when looked at from a systems-design perspective: Design the data first, because there are no mutations without proper invocations! Getting this locked-down from the beginning will **make the system more resilient and legible**.

2. Being able to fix things when they break is not the only reason to understand the entire ecosystem of the thing you are working on. Like the old saying goes: "If all you have is a hammer, everything looks like a nail." Modern software development is an extremely delicate and fragile ecosystem composed of development environments, versioned interdependent transpilers, renderers, builders and target platforms. Even though Quasar takes much of the pressure off of programmers, it does not change the way TCP, HTML, CSS, JS and JSON work. Having a mastery of the  fundamentals (including reading the SPECs) literally **changes problems into creative opportunities**. 

3. For me, writing has always been a tool to achieve understanding. I give myself a task, and through the process of writing about it, I come to understand it better. Some people (especially the Typescript gurus) say that great code is self-documenting, and if this is true, then the best documentation of code is its evolution. This is what git repositories give you for free - an entire history of all changes "published" to the repository. When combined with the iterative documentation of a semver-based API and its functionally reactive classes' properties, it becomes easy to talk about the project in its current state. Just remember: **without a history, nothing ever happened.**

4. Using cracked software and stolen fonts for creative work always felt dirty, but it was what everyone else at the university was doing. We told ourselves that it was ok, because we were learning. After a decade of working only on Linux systems and collaborating on open source, I have little sympathy for software thieves and prefer not to work with people who steal software. Especially as developers we have to serve as role-models for the rest of humanity. Even though I work on a Mac system, I only use software for which I have a viable license and I prefer to use non-proprietary software whenever possible. Be excellent and militant in this regard, because everyone in the open-source universe should be honoured to give and receive this **mutual self-respect**.

## The Black Hole
Technically, "quasar" is a word for the collection of a century's-worth of observations about the luminous secretion of energy around the super-massive black-holes at the centre of many galaxies. In the Milky-Way, we call that super-massive centre (maybe someday soon a quasar) Sagittarius A. In the javascript ecosystem, we call it `node_modules`. 

<center>
<img src="https://i.redd.it/tfugj4n3l6ez.png" alt="heavy" />
Image memed by Reddit User  <a href="https://www.reddit.com/user/xaxaxa_trick">xaxaxa_trick</a>
</center>

Before I discovered Vue.js and the Quasar Framework, my software projects were generally hobbled together from snippets I had collected along the way and my repositories were heavier than node_modules. I never really found a framework that I immediately stuck with, and I tried more than a few. Don't get me wrong, I did make some exciting art installations and archives, but what I had done could never be called "best-practice" because it felt like I was always learning something new. As long as it worked for me then I was happy. I can't count the number of times I told people: "You just have to use the latest Chrome browser." Looking back and in comparison with how I work today, the pessimist in me feels that most of what I had done was really a collection of edge-cases glued together by stack-overflow answers plopped into a nested folders copied from found repositories...

## Less is More
One day I was looking for a way to efficiently build an app for a side-project, and I decided to take Quasar for ride. It sounded like an “[eierlegende Wollmilchsau](https://en.wiktionary.org/wiki/eierlegende_Wollmilchsau)” - the kind of thing that was too good to be true and served too many purposes. Much of my education as an artist and designer trained me to trim the unimportant and focus on the central issue. But after thinking about it, even for its broad scope, Quasar would let me write less code and be more productive...

I was shocked when I built my first test project with Quasar. For one, I really wasn't expecting the browser to refresh as I made (non-exceptioning) changes to the code. It really didn’t seem like it should be possible to build Cordova, Electron apps and a Website from the same code base. That quickly? Material design compliant? The build process finished already? Um... ok. I was seriously impressed. (Months later I would write an official article about this called [The Quasar Method](https://medium.com/quasar-framework/the-quasar-method-e19daf9abb5f).)

If you are like me, you generally check out the readme, make sure you can live with the license and then just install the thing and see what happens. When you run into trouble, then you start reading the manual. The thing was, I didn’t really run into trouble with Quasar.

<center><h2>¯\\\_(ツ)\_/¯</h2></center>

I merely used the online guide to discover all of the things that the Quasar Framework brought to the table. And there is a lot of great stuff. A LOT. So much that it doesn't even all fit on one table... I started building that side project with it, and in so doing I discovered the Discord community, because at a certain point in serious (side) projects it is just a good idea to ask other people how they solved their issues and compare notes. The competence and friendly nature of the community on Discord seemed like a fairy tale - and I was hooked.

## The Genie's Toll
As with anyone granted three wishes, I immediately began dreaming about all of the things I could do with this framework. Native apps with access to the file system and the ability to call system binaries. Not having to handcraft multiple versions of the same app in order to distribute to both the mobile and desktop app stores. Quick and dirty control systems for hardware projects. Electron-based encryption-key generators. Massive networks of connected apps sharing a distributed P2P filesystem and database... 

Somebody had spent a lot of time building Quasar according to the very principles that I live my life by - and the feeling of empowerment was intoxicating. Soon I found that I was answering almost as many questions on the Discord server as I was asking. In the process I slowly got to know that "somebody" behind the Quasar Framework. Razvan Stoenescu - a programmer that belongs to that rare and specific class of people who is never lazy - in fact he is THE model of programming diligence. 

Over the months I became more and more acquainted with the framework - and witnessed the infectious fervour with which the git-updates bot on Discord was posting messages about Razvan. He. Was. Always. Working. I also discovered on the Discord channels and in the forum that there were a few types of questions that were asked repeatedly. Questions about testing, about icon sizes, about typescript, about ways to use Sketch and even how to follow accessibility standards like a11y. Questions that needed to be addressed because they were questions that bothered me too...

## +1 Pencil of Wisdom
One day I discovered a tiny little icon of a pencil at the upper right hand corner of one of the doc pages. I clicked it and was teleported to an editable fork of the page I was reading - and suddenly saw a spelling mistake. I changed what had bothered me, committed it and made a PR. It was really so utterly easy that it became a little infectious. I started seeing little mistakes everywhere, and then I sat myself down and went through all of the doc pages and made a big PR from the comfort of my IDE. This is an exercise I wholly recommend, because not only did I help the community, I also learned a great deal about Quasar's inner workings.

At some point I suggested an improvement to the language of the Patreon page, the landing page of the website, the wording of some CLI messages. And then Razvan and I discussed starting a [blog at Medium](https://medium.com/quasar-framework). I made a proposal for a [testing mode of quasar-cli](https://github.com/quasarframework/quasar-testing) and a cross-platform webpack plugin as a [factory for creating all of the icon types](https://github.com/quasarframework/quasar-icon-factory) ever needed by Quasar artefacts. After some initial guidance I started working on these projects, and their releases are now part of the roadmap to Quasar 1.0. We began having strategic meetings, finding technical partners and discussing who to invite to our staff and what tasks we should give them...

> People who stand out on the Discord channel are those who are not only helpful and friendly, but also creative problem solvers with both a drive to do things right the first time and perseverance to see things through. Having a few successful pull-requests is also a great way to show commitment and awareness of what makes Quasar unique.

## Holding Pattern
Every day is different, but there are similarities. Today, for example, I sent Razvan the weekly reminder of things on my list that I need him to take care of. I helped someone in our Patreon chat understand why a specific package is installed by quasar-cli even though we don't consume it directly. I reviewed the structural composition of a proposal for our new issue-reporter. I solved a tricky layout problem using SVG markup in CSS using `clip-path: polygon()`. I gave specific advice to one of our technical partners about collecting a Github authentication token. I answered a question about licensing in one of our repositories. I iterated on some logo and font proposals for our upcoming relaunch. And I wrote this article about how I joined the Quasar team. 

It may be obvious to you, dear reader, that I haven't the time to work on any of my old side-projects anymore. I want Quasar to be perfect before I do any of them. They'll still be around. Even though I don't have as much time for side-projects as I would like, when 1.0 stabilises I expect that I will be getting back into more creative things. Like putting together a 2-way binding of Sketch master files with Quasar...

## Happily Ever After
If you are still interested in joining us after reading my story, if you feel qualified to get involved and you truly love open source software - please get in touch. We are specifically looking for contributors to assume task-ownership in the following working groups: Testing, Continuous Integration, Art Department and Media Outreach.

If you want to find out more about Quasar, please consider:

- GITHUB: https://github.com/quasarframework/quasar
- THE DOCS: https://quasar-framework.org/
- DISCORD: http://chat.quasar-framework.org/
- FORUM: https://forum.quasar-framework.org/

And please [Vote Utopian.io for witness!](https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1) They are using Quasar for the next version of their Website!
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 92 others
properties (23)
authornothingismagick
permlinkhow-i-joined-the-quasar-framework-team-and-why-you-should-too
categoryquasarframework
json_metadata{"tags":["quasarframework","utopian-io","blog","open-source","introduceyourself"],"image":["http://ionary.org/content/images/2015/11/kulturerbe-jpg.jpeg","https://pbs.twimg.com/media/CXMAEU4WQAE2RGv.jpg","https://i.redd.it/tfugj4n3l6ez.png"],"links":["https://github.com/quasarframework/quasar","https://github.com/nothingismagick/VTT-Editor","http://ionary.org/openness/","http://ionary.org/i-dont-know-art-but/","https://www.reddit.com/user/xaxaxa_trick","https://en.wiktionary.org/wiki/eierlegende_Wollmilchsau","https://medium.com/quasar-framework/the-quasar-method-e19daf9abb5f","https://medium.com/quasar-framework","https://github.com/quasarframework/quasar-testing","https://github.com/quasarframework/quasar-icon-factory","https://quasar-framework.org/","http://chat.quasar-framework.org/","https://forum.quasar-framework.org/","https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1"],"app":"steemit/0.1","format":"markdown"}
created2018-08-23 02:12:24
last_update2018-08-23 13:26:27
depth0
children55
last_payout2018-08-30 02:12:24
cashout_time1969-12-31 23:59:59
total_payout_value119.721 HBD
curator_payout_value39.795 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17,397
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,074,440
net_rshares109,257,895,731,609
author_curate_reward""
vote details (156)
@anttn · (edited)
hi @nothingismagick ! 
what a nice introduction post ! Welcome on Steemit !
I will really look forward for your next posts ! Just started to follow you ! Would love to see more of your art pieces. Also your post gave me again the desire to learn programing ! Feel handless without that skill ! See you soon ;) 
Well done again !
👍  
properties (23)
authoranttn
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t163637986z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"users":["nothingismagick"],"app":"steemit/0.1"}
created2018-08-23 16:36:39
last_update2018-08-23 16:37:18
depth1
children2
last_payout2018-08-30 16:36:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length328
author_reputation689,442,791,868,974
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,141,270
net_rshares494,966,213
author_curate_reward""
vote details (1)
@nothingismagick ·
I saw you like cooking. Sometimes when I am cooking, I hallucinate that there is a smell in the food. When that happens I immediately add the closest seasoning or ingredient that I have that reminds me of that smell. I think when you pay attention to the feeling you have and trust in your skill, inspiration is always that one "secret" ingredient that just makes things harmonize - whether software, sculpture or dinner.
👍  ,
properties (23)
authornothingismagick
permlinkre-anttn-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t175322188z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 17:53:21
last_update2018-08-23 17:53:21
depth2
children1
last_payout2018-08-30 17:53:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length421
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,147,534
net_rshares7,452,237,968
author_curate_reward""
vote details (2)
@anttn ·
I exactly see what you're talking about @nothingismagick ;) 
I act that way definitely for sculpture and dinner, because I've already the technicals skills... But it's those ones I'm missing about software and programming and I don't really know from where to start ! I still have some difficulties to have some "intuition" in that field ! Thanks for you comment, have a good day !
properties (22)
authoranttn
permlinkre-nothingismagick-re-anttn-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180824t105828865z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"users":["nothingismagick"],"app":"steemit/0.1"}
created2018-08-24 10:58:27
last_update2018-08-24 10:58:27
depth3
children0
last_payout2018-08-31 10:58:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length381
author_reputation689,442,791,868,974
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,216,542
net_rshares0
@babyino ·
$0.17
wonderful experience thanks for sharing it with us
👍  , ,
properties (23)
authorbabyino
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t190852768z
categoryquasarframework
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["quasarframework"],"users":[],"links":[],"image":[]}
created2018-08-23 19:08:45
last_update2018-08-23 19:08:45
depth1
children2
last_payout2018-08-30 19:08:45
cashout_time1969-12-31 23:59:59
total_payout_value0.131 HBD
curator_payout_value0.040 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation4,734,218,916,488
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,152,943
net_rshares118,298,380,555
author_curate_reward""
vote details (3)
@babyino ·
$0.19
properties (23)
authorbabyino
permlinkre-babyino-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180824t202036858z
categoryquasarframework
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["quasarframework"],"users":[],"links":[],"image":[]}
created2018-08-24 20:20:27
last_update2018-08-24 20:20:27
depth2
children0
last_payout2018-08-31 20:20:27
cashout_time1969-12-31 23:59:59
total_payout_value0.141 HBD
curator_payout_value0.045 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2
author_reputation4,734,218,916,488
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,260,817
net_rshares127,780,066,251
author_curate_reward""
vote details (2)
@nothingismagick ·
Sure thing - it was my pleasure!
properties (22)
authornothingismagick
permlinkre-babyino-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t193402714z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 19:34:03
last_update2018-08-23 19:34:03
depth2
children0
last_payout2018-08-30 19:34:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length32
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,154,722
net_rshares0
@cmichel ·
Welcome. I'll check out Quasar for my next project, it sounds powerful. I usually only build SSR pages with nuxt. How does it compare in this case?
👍  ,
properties (23)
authorcmichel
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t193608234z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 19:36:09
last_update2018-08-23 19:36:09
depth1
children2
last_payout2018-08-30 19:36:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length147
author_reputation1,950,560,061,631
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,154,879
net_rshares6,900,204,001
author_curate_reward""
vote details (2)
@nothingismagick · (edited)
$0.07
Hi @cmichel ! Well, with the release of 0.17 we now have a complete SSR server included - and my tip is to use SSR with PWA. Using our dev server you get the hot-reloading webpack server for the front end and node-service at the backend. If you want to get a taste for it, check out the starterkit I am working on at the moment right here: https://github.com/nothingismagick/quasar-starter-ssr-pwa-jest-cypress

The instructions are all in the readme - but next week I will be making a posting all about it. :)
👍  ,
properties (23)
authornothingismagick
permlinkre-cmichel-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t194312917z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"users":["cmichel"],"links":["https://github.com/nothingismagick/quasar-starter-ssr-pwa-jest-cypress"],"app":"steemit/0.1"}
created2018-08-23 19:43:12
last_update2018-08-23 21:59:18
depth2
children1
last_payout2018-08-30 19:43:12
cashout_time1969-12-31 23:59:59
total_payout_value0.055 HBD
curator_payout_value0.016 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length510
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,155,365
net_rshares49,714,856,197
author_curate_reward""
vote details (2)
@nothingismagick ·
PS. We just updated it to provide a fully rigged (just add credentials) GraphQL-yoga server with prisma.
properties (22)
authornothingismagick
permlinkre-nothingismagick-re-cmichel-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180824t002810339z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-24 00:28:09
last_update2018-08-24 00:28:09
depth3
children0
last_payout2018-08-31 00:28:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length104
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,173,217
net_rshares0
@cryptoguru1 ·
From a fellow stemmian I’d like to welcome you here. Please check out my blog and follow me 😊
properties (22)
authorcryptoguru1
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180825t172338573z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-25 17:23:39
last_update2018-08-25 17:23:39
depth1
children0
last_payout2018-09-01 17:23:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation188,811,325,396
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,340,907
net_rshares0
@elear ·
$0.04
Such an awesome intro!
👍  , ,
properties (23)
authorelear
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t125023016z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 12:50:24
last_update2018-08-23 12:50:24
depth1
children1
last_payout2018-08-30 12:50:24
cashout_time1969-12-31 23:59:59
total_payout_value0.035 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation59,749,428,580,040
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,120,847
net_rshares30,459,630,789
author_curate_reward""
vote details (3)
@nothingismagick ·
Thanks. :)
properties (22)
authornothingismagick
permlinkre-elear-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t125448379z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 12:54:48
last_update2018-08-23 12:54:48
depth2
children0
last_payout2018-08-30 12:54:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,121,240
net_rshares0
@gtg ·
$0.43
Hello @nothingismagick, welcome to Steem! :-)

You might want to change one of your tags to #introduceyourself, anyway, that's the best of all introductions I've seen around lately, good job, please continue :-)
👍  , , ,
properties (23)
authorgtg
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t130205063z
categoryquasarframework
json_metadata{"tags":["quasarframework","introduceyourself"],"users":["nothingismagick"],"app":"steemit/0.1"}
created2018-08-23 13:02:06
last_update2018-08-23 13:02:06
depth1
children2
last_payout2018-08-30 13:02:06
cashout_time1969-12-31 23:59:59
total_payout_value0.377 HBD
curator_payout_value0.052 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length211
author_reputation461,833,023,867,897
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,121,844
net_rshares293,185,583,838
author_curate_reward""
vote details (4)
@nothingismagick ·
Ok - I changed one of the tags. Thankyou for the suggestion!
properties (22)
authornothingismagick
permlinkre-gtg-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t131337056z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 13:13:36
last_update2018-08-23 13:13:36
depth2
children1
last_payout2018-08-30 13:13:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,122,867
net_rshares0
@sircork ·
$0.09
getting a kudo and suggestion from @gtg is a big deal :) Great read, inspired me to have a look at Quasar, and I generally evolved to management and executive roles and dont code anymore, but youve made me curious. 

As for the node weight, I'm glad Im not the only one on Earth bitching about contemporary coders having no idea what they are doing cramming all that unknown, unused code into their apps. Ruby gems too... write what you need. Or rely on god knows what and make your app huge. ugh.
👍  ,
properties (23)
authorsircork
permlinkre-nothingismagick-re-gtg-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t132838391z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"users":["gtg"],"app":"steemit/0.1"}
created2018-08-23 13:28:36
last_update2018-08-23 13:28:36
depth3
children0
last_payout2018-08-30 13:28:36
cashout_time1969-12-31 23:59:59
total_payout_value0.069 HBD
curator_payout_value0.019 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length497
author_reputation41,070,008,049,802
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,124,130
net_rshares60,813,695,309
author_curate_reward""
vote details (2)
@heimindanger · (edited)
$0.04
This is honestly a good write-up despite the many quotes in german language. It's rare to see posts of this quality on steem nowadays.

Please write more
👍  , ,
properties (23)
authorheimindanger
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t120959794z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 12:10:00
last_update2018-08-23 12:10:30
depth1
children5
last_payout2018-08-30 12:10:00
cashout_time1969-12-31 23:59:59
total_payout_value0.034 HBD
curator_payout_value0.008 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length153
author_reputation-16,507,408,909,111
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,117,692
net_rshares29,872,067,469
author_curate_reward""
vote details (3)
@nothingismagick ·
Two times is too much German? :D
properties (22)
authornothingismagick
permlinkre-heimindanger-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t121930115z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 12:19:30
last_update2018-08-23 12:19:30
depth2
children4
last_payout2018-08-30 12:19:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length32
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,118,374
net_rshares0
@heimindanger ·
Oui
properties (22)
authorheimindanger
permlinkre-nothingismagick-re-heimindanger-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t125100066z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 12:51:00
last_update2018-08-23 12:51:00
depth3
children3
last_payout2018-08-30 12:51:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation-16,507,408,909,111
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,120,911
net_rshares0
@indiahealth ·
It's awesome 

Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
👍  
properties (23)
authorindiahealth
permlinkindiahealth-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t134436030z
categoryquasarframework
json_metadata{"app":"partiko"}
created2018-08-23 13:44:36
last_update2018-08-23 13:44:36
depth1
children1
last_payout2018-08-30 13:44:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length111
author_reputation80,220,738,298
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,125,530
net_rshares525,332,238
author_curate_reward""
vote details (1)
@nothingismagick ·
thankyou
properties (22)
authornothingismagick
permlinkre-indiahealth-indiahealth-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t135143797z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 13:51:42
last_update2018-08-23 13:51:42
depth2
children0
last_payout2018-08-30 13:51:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,126,164
net_rshares0
@katerinaramm ·
Welcome to steemit! 
It feels great to see you here with a true, sincere and meaningful introduceyourself that has lots to offer for its readers.
I will be following you and looking forward for your contributions :)
👍  ,
properties (23)
authorkaterinaramm
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t133413360z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 13:34:18
last_update2018-08-23 13:34:18
depth1
children1
last_payout2018-08-30 13:34:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length215
author_reputation686,938,362,606,873
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,124,630
net_rshares7,335,865,578
author_curate_reward""
vote details (2)
@nothingismagick ·
$0.05
Thanks! I have a lot of stuff in the pipeline... stay tuned!
👍  
properties (23)
authornothingismagick
permlinkre-katerinaramm-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t134718720z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 13:47:18
last_update2018-08-23 13:47:18
depth2
children0
last_payout2018-08-30 13:47:18
cashout_time1969-12-31 23:59:59
total_payout_value0.046 HBD
curator_payout_value0.001 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,125,740
net_rshares33,274,957,731
author_curate_reward""
vote details (1)
@kevinwong · (edited)
Hi welcome to the network @nothigismagick :) Thanks for the rather interesting intro!
👍  ,
properties (23)
authorkevinwong
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t133832694z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"users":["nothigismagick"],"app":"steemit/0.1"}
created2018-08-23 13:38:45
last_update2018-08-23 13:39:24
depth1
children1
last_payout2018-08-30 13:38:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length85
author_reputation621,253,570,295,288
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,125,050
net_rshares8,025,171,379
author_curate_reward""
vote details (2)
@nothingismagick ·
You're welcome - but it was a lot of fun to write!
properties (22)
authornothingismagick
permlinkre-kevinwong-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t134818239z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 13:48:18
last_update2018-08-23 13:48:18
depth2
children0
last_payout2018-08-30 13:48:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length50
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,125,838
net_rshares0
@lexteloo ·
Perhaps you should leave some mistakes in Quasar, this can attract more perfectionist developers ;). I also liked when you used the word hopscotch to explain the behavior of hipsters.
👍  
properties (23)
authorlexteloo
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180824t090013991z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-24 09:00:12
last_update2018-08-24 09:00:12
depth1
children2
last_payout2018-08-31 09:00:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length183
author_reputation44,070,291,004
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,208,216
net_rshares501,039,418
author_curate_reward""
vote details (1)
@nothingismagick · (edited)
Haha - funny stuff. No, actually our plan is to supply our consumers of the Framework with a thoroughly tested and verified build that they know will work. Most of our issues these days are more regarding to business logic and browser scenarios. And babel.
properties (22)
authornothingismagick
permlinkre-lexteloo-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180824t102216434z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-24 10:22:15
last_update2018-08-24 12:20:57
depth2
children1
last_payout2018-08-31 10:22:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length256
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,214,065
net_rshares0
@lexteloo ·
haha off course! Was nice to read how you got involved by starting with something small you want to fix. Very recognizable!
properties (22)
authorlexteloo
permlinkre-nothingismagick-re-lexteloo-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180824t114908203z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-24 11:49:09
last_update2018-08-24 11:49:09
depth3
children0
last_payout2018-08-31 11:49:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length123
author_reputation44,070,291,004
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,220,112
net_rshares0
@mcfarhat ·
$0.07
From another fellow developer, steemian, and utopianeer..we're happy to have you here!
Great intro ! :)
👍  , , ,
properties (23)
authormcfarhat
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t132205928z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 13:22:18
last_update2018-08-23 13:22:18
depth1
children2
last_payout2018-08-30 13:22:18
cashout_time1969-12-31 23:59:59
total_payout_value0.059 HBD
curator_payout_value0.015 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation150,651,671,367,256
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,123,586
net_rshares51,598,553,204
author_curate_reward""
vote details (4)
@ecoman1 ·
next year will be great ...
properties (22)
authorecoman1
permlinkre-mcfarhat-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180907t034031725z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-09-07 03:40:36
last_update2018-09-07 03:40:36
depth2
children0
last_payout2018-09-14 03:40:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation3,594,222,183
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id70,566,945
net_rshares0
@nothingismagick ·
Hey, thanks so much!
properties (22)
authornothingismagick
permlinkre-mcfarhat-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t134742638z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 13:47:42
last_update2018-08-23 13:47:42
depth2
children0
last_payout2018-08-30 13:47:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,125,785
net_rshares0
@nedy ·
Hey, great first article! Thanks and welcome on board ;)
👍  ,
properties (23)
authornedy
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t160758962z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 16:07:57
last_update2018-08-23 16:07:57
depth1
children1
last_payout2018-08-30 16:07:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation19,261,553,594,445
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,138,710
net_rshares7,438,573,668
author_curate_reward""
vote details (2)
@nothingismagick ·
My pleasure!
properties (22)
authornothingismagick
permlinkre-nedy-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t170614360z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 17:06:15
last_update2018-08-23 17:06:15
depth2
children0
last_payout2018-08-30 17:06:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,143,705
net_rshares0
@nithin7237 ·
**Welcome**
We'll come
👍  
properties (23)
authornithin7237
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t185702794z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 18:57:06
last_update2018-08-23 18:57:06
depth1
children0
last_payout2018-08-30 18:57:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation88,195,277,067
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,152,160
net_rshares488,893,008
author_curate_reward""
vote details (1)
@shaphir ·
Welcome to the community @nothingismagick,
Congrat, you have done your first the post very well :)
👍  
properties (23)
authorshaphir
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t140928916z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"users":["nothingismagick"],"app":"steemit/0.1"}
created2018-08-23 14:09:36
last_update2018-08-23 14:09:36
depth1
children1
last_payout2018-08-30 14:09:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation13,546,398,221,463
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,127,806
net_rshares7,230,654,307
author_curate_reward""
vote details (1)
@nothingismagick ·
Thankyou
properties (22)
authornothingismagick
permlinkre-shaphir-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180823t153606248z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-23 15:36:06
last_update2018-08-23 15:36:06
depth2
children0
last_payout2018-08-30 15:36:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,135,876
net_rshares0
@steemitboard ·
Congratulations @nothingismagick! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/voted.png)](http://steemitboard.com/@nothingismagick) 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**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-nothingismagick-20180823t101550000z
categoryquasarframework
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-08-23 10:15:51
last_update2018-08-23 10:15:51
depth1
children0
last_payout2018-08-30 10:15:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length927
author_reputation38,975,615,169,260
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,109,040
net_rshares0
@steemitboard ·
Congratulations @nothingismagick! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/voted.png)](http://steemitboard.com/@nothingismagick) 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**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-nothingismagick-20180823t162836000z
categoryquasarframework
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-08-23 16:28:36
last_update2018-08-23 16:28:36
depth1
children0
last_payout2018-08-30 16:28:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length927
author_reputation38,975,615,169,260
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,140,554
net_rshares0
@steemitboard ·
Congratulations @nothingismagick! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/comments.png)](http://steemitboard.com/@nothingismagick) Award for the number of comments
[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/voted.png)](http://steemitboard.com/@nothingismagick) 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>


To support your work, I also upvoted your post!


**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**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-nothingismagick-20180823t214226000z
categoryquasarframework
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-08-23 21:42:24
last_update2018-08-23 21:42:24
depth1
children0
last_payout2018-08-30 21:42:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,141
author_reputation38,975,615,169,260
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,163,512
net_rshares0
@steemitboard ·
Congratulations @nothingismagick! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/commented.png)](http://steemitboard.com/@nothingismagick) Award for the number of comments 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**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-nothingismagick-20180824t134726000z
categoryquasarframework
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-08-24 13:47:24
last_update2018-08-24 13:47:24
depth1
children0
last_payout2018-08-31 13:47:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length932
author_reputation38,975,615,169,260
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,229,327
net_rshares0
@steemitboard ·
Congratulations @nothingismagick! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@nothingismagick) Award for the number of upvotes

<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**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-nothingismagick-20180825t221117000z
categoryquasarframework
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-08-25 22:11:15
last_update2018-08-25 22:11:15
depth1
children0
last_payout2018-09-01 22:11:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length918
author_reputation38,975,615,169,260
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,359,387
net_rshares0
@stellabelle ·
OMG 

Posted using [Partiko iOS](https://itunes.apple.com/us/app/partiko/id1401033260?mt=8)
properties (22)
authorstellabelle
permlinkstellabelle-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180826t223541859z
categoryquasarframework
json_metadata{"app":"partiko"}
created2018-08-26 22:35:42
last_update2018-08-26 22:35:42
depth1
children0
last_payout2018-09-02 22:35:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length91
author_reputation516,061,669,130,124
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,447,236
net_rshares0
@stellabelle ·
https://media3.giphy.com/media/26vIeM4Z7kQHhBTzy/giphy.gif

Posted using [Partiko iOS](https://itunes.apple.com/us/app/partiko/id1401033260?mt=8)
properties (22)
authorstellabelle
permlinkstellabelle-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180826t223637885z
categoryquasarframework
json_metadata{"app":"partiko"}
created2018-08-26 22:36:36
last_update2018-08-26 22:36:36
depth1
children0
last_payout2018-09-02 22:36:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length145
author_reputation516,061,669,130,124
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,447,282
net_rshares0
@stellabelle ·
I’m not qualified for anything except making GIFS 

Posted using [Partiko iOS](https://itunes.apple.com/us/app/partiko/id1401033260?mt=8)
properties (22)
authorstellabelle
permlinkstellabelle-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180826t223721135z
categoryquasarframework
json_metadata{"app":"partiko"}
created2018-08-26 22:37:21
last_update2018-08-26 22:37:21
depth1
children1
last_payout2018-09-02 22:37:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length137
author_reputation516,061,669,130,124
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,447,321
net_rshares0
@nothingismagick ·
That's ok. GIFs qualify 
properties (22)
authornothingismagick
permlinkre-stellabelle-stellabelle-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180826t223937533z
categoryquasarframework
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["quasarframework"],"users":[],"links":[],"image":[]}
created2018-08-26 22:39:39
last_update2018-08-26 22:39:39
depth2
children0
last_payout2018-09-02 22:39:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,447,434
net_rshares0
@stellabelle ·
But I’m glad you showed up. Epic post here.

Posted using [Partiko iOS](https://itunes.apple.com/us/app/partiko/id1401033260?mt=8)
properties (22)
authorstellabelle
permlinkstellabelle-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180826t223809836z
categoryquasarframework
json_metadata{"app":"partiko"}
created2018-08-26 22:38:09
last_update2018-08-26 22:38:09
depth1
children4
last_payout2018-09-02 22:38:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length130
author_reputation516,061,669,130,124
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,447,363
net_rshares0
@nothingismagick ·
read this and get back to me:
http://ionary.org/i-dont-know-art-but/
properties (22)
authornothingismagick
permlinkre-stellabelle-stellabelle-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180826t224103264z
categoryquasarframework
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["quasarframework"],"users":[],"links":["http://ionary.org/i-dont-know-art-but/"],"image":[]}
created2018-08-26 22:41:03
last_update2018-08-26 22:41:03
depth2
children3
last_payout2018-09-02 22:41:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,447,500
net_rshares0
@stellabelle ·
I’ll read it on one condition: you must watch this first: https://youtu.be/1CqTYdWeH04

Posted using [Partiko iOS](https://itunes.apple.com/us/app/partiko/id1401033260?mt=8)
properties (22)
authorstellabelle
permlinkstellabelle-re-nothingismagick-re-stellabelle-stellabelle-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180826t225036745z
categoryquasarframework
json_metadata{"app":"partiko"}
created2018-08-26 22:50:36
last_update2018-08-26 22:50:36
depth3
children2
last_payout2018-09-02 22:50:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length173
author_reputation516,061,669,130,124
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,447,955
net_rshares0
@teststeemqa ·
Welcome to Steem! I'm looking forward to following your future contributions.
I can confirm that Quasar is a fantastic framework and makes it so much easier to build cross platform native looking applications.
👍  
properties (23)
authorteststeemqa
permlinkre-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180824t083443452z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-24 08:34:42
last_update2018-08-24 08:34:42
depth1
children2
last_payout2018-08-31 08:34:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length209
author_reputation526,800,097
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,206,552
net_rshares491,929,610
author_curate_reward""
vote details (1)
@irelandscape ·
Ditto @teststeemqa! ;-)
👍  
properties (23)
authorirelandscape
permlinkre-teststeemqa-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180824t084003941z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"users":["teststeemqa"],"app":"steemit/0.1"}
created2018-08-24 08:40:03
last_update2018-08-24 08:40:03
depth2
children0
last_payout2018-08-31 08:40:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length23
author_reputation15,380,678,988,494
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,206,882
net_rshares482,819,802
author_curate_reward""
vote details (1)
@nothingismagick ·
It's great to hear that you like it. We are always looking for innovators to write about how and why they did what they did. We will throw our weight behind the story and give you some publicity if you are interested. Find me on our Discord channel if you want to talk about it.
properties (22)
authornothingismagick
permlinkre-teststeemqa-re-nothingismagick-how-i-joined-the-quasar-framework-team-and-why-you-should-too-20180824t102354679z
categoryquasarframework
json_metadata{"tags":["quasarframework"],"app":"steemit/0.1"}
created2018-08-24 10:23:54
last_update2018-08-24 10:23:54
depth2
children0
last_payout2018-08-31 10:23:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length278
author_reputation4,247,535,102,225
root_title"How I Joined the Quasar Framework Team (and why you should too)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,214,170
net_rshares0