Remy is the founder and curator of Full Frontal, the UK based JavaScript conference. He also ran jQuery for Designers, co-authored Introducing HTML5 (adding all the JavaScripty bits) and likes to grumble on Twitter.
Whilst he's not writing articles or running and speaking at conferences, he runs his own development and training company in Brighton called Left Logic. And he built these too: Confwall, jsbin.com, html5demos.com, remote-tilt.com, responsivepx.com, nodemon, inliner, mit-license.org, snapbird.org, 5 minute fork and jsconsole.com!
Code
What are your favourite CLI tools, if any? What does your typical day look like?
Thank You.
Another question, you mention in a few answers already that you prefer not tonuse build tools. First question why? And what's your development flow and packaging like?
Who are some developers you admire? And, why is your twitter handle "rem"? Does it have any connection with the rem units in CSS? ;)
Thanks for doing the AMA, Remy. :)
As you said you are planning to make Docker a part of release process in JS Bin, how has your overall experience been with Docker? Just curious!
Another question : How do you handle haters who claim Node is not really ready for production? Yeah, I have given many examples of sites using it ..PayPal, LinkedIn etc etc.. But I need a solid one liner! :D
What's next from Left Logic? JSBin, nodemon and Full Frontal are great resources for software developers. Thanks for making them. ♥️
What was the initial motivation behind this commit of JSBin?
#FirstCommit 😉
Why did you open source JSBin?
When you launched JS Bin there was no React. Considering it's now on React, why did you choose to rewrite it?
What does your React infrastructure look like - Tests, State management etc..?
Who do you think will win - Angular 2 or React?
Nodemon is awesome, but it doesn't seem to cooperate with babel when using passPerPreset for a Relay application. I put my issue on stackoverflow (stackoverflow.com/questions/37358270/babel-passpe…), but no one seems to know the answer. Do you know about this incompatibility or how to fix it?
What technologies do you use today and what are you excited about the most? What's your observation on the current state of web development?
Hi Rem, Do you have any productivity hacks that you can recommend? Also do you actively write Node.js apps these days?
Hey Remy, what's your thoughts of front end JavaScript frameworks over libraries. For example using angular over react and lots of smaller modules?
Thanks for creating Nodemon. We use it everyday in our projects. So, thanks for that. I have some questions :
These Question are cluster fucks mate! Anyway, have you checked out webpackbin? If you haven't give it a look, they let you create an arbitrary amount of js tabs. Which is handy for prototyping demos and libs. Multiple JS tabs in jsbin would be helpful!
What's the best way to componentize your CSS when you are not using any modern day JS frameworks (ReactJS, Polymer, etc)? Currently, I am using Less and I am wondering should every component (header, footer, etc.) have a different .less file?
What's the best way to do it? How do you do it?
Do you find jsbin a work of love or do you like to have projects like it to bounce between client work?
Hey Remy, Where are you headed with JSBin, considering the competition from CodePen and JSFiddle?
PS: I am an avid fan of JSBin! :)
Hi Rem! I am a huge fan of HTML5 Doctor. Great to see you here.
What's your take on CSS frameworks like Bootstrap, Foundation, etc? Would you personally recommend them to other developers?
Great to see you here Remy!
My question : Are you happy with the current implementation of CSS Flexbox?
Carol Foley
Front end Developer, VueJS, D3, React.
How do you go about implementing zero down time deployment in Node.js web apps? Is pm2 the only way? What do you recommend?