Interview with TJ Holowaychuk

TJ Holowaychuk is a really well known name in the open source world. He has done incredible contributions to the open source world and he started many notable open source projects especially in Node.js and Go world. It’s close to impossible to use Node.js or Go and not get affected by the code he wrote or the open source projects he contributed to. TJ is an incredibly awesome person and there are hundreds of open source projects he has worked on. I came to know about TJ when I started using a very popular open source framework he created ExpressJS. Afterwards, Co, KoaJS, CommanderJS and many more awesome open source projects just kept me constantly reminding of him. He is also a really good photographer too, you can check out his photography here and his Github profile here. TJ’s twitter handle is @tjholowaychuk

I emailed TJ today with the questions I wanted to ask him, he replied back in a few hours, so that’s very kind of him, here are the questions and his reply to those questions. This was a short interview. Hope you enjoy reading it!

What does open source mean for you? What is important about open source for you?

I think for me the biggest thing is learning. There’s no way I could have learned everything that I have without open-source. Not only reading other people’s work, but the contributions and feedback you get on your own code are really helpful. Naturally it feels great to have people enjoy something you’ve created as well, so that can be fun.

Your open source contributions and number of OSS projects are just astounding. What motivates you to contribute so much to the open source world?

It’s mostly just second nature, anything that can be open source, probably should be. I find the quality of open-source is generally much higher than closed-source code, because you know everyone will be staring at it. Among other reasons the abstractions tend to be better in open-source as well since it has to be a more generic solution.

Any current interesting open source projects you are working on?

I’ve just started my own company (unnamed still haha), but as a single person team I’ve been looking more into using AWS Lambda for “serverless” architectures. I started APEX which is still super new but if things go well it’ll be powering my product(s).

How can people participate more actively in the open source projects you contribute to?

I try and document issues enough that someone could just jump in and create a pull-request for a feature if they’re interested. If someone contributes enough, I usually just add them as a contributor to the repo. Some projects already have three or four contributors, in those cases it’s usually not a good idea to add too many new people.

What do you like most about the go lang?

Almost everything! I love that Go has strong conventions, almost all Go code looks nearly identical. It’s fast enough for pretty much everything I do, has great tooling, built-in test framework, documentation generation, concurrency primitives, sequential code, explicit error handling, etc. Overall I think normalization is one of its strongest features, there’s no fighting over test frameworks or conventions.

Will you attend the FOSSASIA Summit 2016 from March 18th to March 20th in Singapore? FOSSASIA is an open source organization playing a major role in promoting Open Source Software Development in Asia. You can learn more about it here

Haven’t heard of it! I rarely make it out to conferences so probably not :p


TJ has been actually one of the real open source aficionado for me and many others. He really believes in the open source culture and collaboration and has proved it practically. I believe and support his statement “anything that can be open source, probably should be”. As TJ mentions, making the code open source has many benefits, one of which is, the open source code is better in quality and more generic because of the peer reviews and contributions, so open source is a great tool for learning and being better at programming too, feedback and peer review is an important part of learning. We also wish him best of luck for his new awesome company.

I would like to thank you for taking the time to read this article and would like to thank TJ Holowaychuk for kindly replying back to me. Here’s an awesome picture of TJ.

TJ Holowaychuk Twitter Photo


This interview was done as part of a task in Google CodeIn with FOSSASIA organization. FOSSASIA promotes open source development in the Asia and wants to improve the people’s lives using open source in Asia as well as all over the world. Please read more about the FOSSASIA here and to learn more about the 2016 FOSSASIA summit happening in Singapore click here. Also, It would be awesome to have feedback from you on this article.