Home
search
Collections
Sign in or create an account
Medium site navigation
Collection edited
by
Yoshua Wuyts
Follow
9
Code & Meta
On programming
Latest
Using Node with Docker and Vagrant
All the examples used can be found in yoshuawuyts/playground-vagrant
Yoshua Wuyts
3 min read
Unit testing with Node
An overview of the tools I use daily.
Yoshua Wuyts
2 min read
Structured documentation on GitHub
A guide to building a consistent README
Yoshua Wuyts
3 min read
Trending
So what’s up with Stylus?
About Stylus, Styl and the future of CSS preprocessors
Yoshua Wuyts
3 min read
Becoming a better JS developer
Things I made sure I really actually know.
I am going over everything I thought I knew about Javascript, and I made a list of things I thought are important for any JS developer to know. I started by watching Douglas Crockford’s lecture series on Javascript. I highly recommend it, it blew my mind. Prototypal inheritance Maybe the strongest feature of Javascript — it takes away the need for sluggish classical inheritance patterns. I think that’s where Javascript really shines — you get to write what you mean, which is wonderful.
Roie Schwaber-Cohen
3 min read
Publishing gh-pages with Travis-CI
The solution at nodemeatspace.com
Gergely Nemeth
2 min read
Koa 0.5.0
We’ve had three minor releases since the last blog post so let’s see what has changed!
TJ Holowaychuk
2 min read
More stories