![Code[ish] logo](http://heroku-www-files.s3.amazonaws.com/podcasts/uploads/610d8a9b-b983-4670-ad93-88fdf7a929f8/codeish-cover-art.png)
Looking for more podcasts? Tune in to the Salesforce Developer podcast to hear short and insightful stories for developers, from developers.
48. From NodeConf EU 2019
Hosted by Julián Duque, with guests Alexander Korzhikov, Tierney Cyren, and Chris Dickinson.
NodeConf EU is one of the main conferences for the Node.js community. Community members from all over the world share their projects, leader workshops, and discuss the direction of the world's most popular programming language. congregate to discuss best practices, upcoming language changes, cool implementations, and more. Julián Duque chats with several attendees about what they're working on.
Show notes
Alex Korzhikov is an engineer at ING Bank. He's at NodeConf to lead a workshop on using oclif, as well as working with classes and OOP in TypeScript. oclif is a command-line framework developed in TypeScript by Heroku, and ING is using several different tools built on oclif to communicate with each other. He talks with Julián about why they chose oclif, and how TypeScript has enabled them to build better systems faster.
Tierney Cyren works as a developer advocate for Microsoft Azure. He's also the Chairperson of the Community Committee for Node.js. He's passionate about helping open source communities become more inclusive by helping them work on internationalization, documentation, and various governance needs. His talk is centered on four factors he's found are fundamental to growing a successful and healthy open source project.
Chris Dickinson is building Entropic, a new package manager for Node.js. As opposed to npm, Entropic is comprised of federated hubs, ensuring that no single company or entity is responsible for all of the community's third-party packages. Previously, he worked on NPM itself, and knows first-hand how much a a distributed system is needed.
Links from this episode
- oclif is an open source framework for building a command line interface (CLI) in Node.js
- Typescript: The Complete Developer's Guide is a recommended resource to master Typescript and build complex projects
- openopensource.org provides some guidance on building an empowered community
- Entropic is a distributed package manager for Node.js
Transcript
Julián: Hello, welcome to Code[ish]. I am Julián Duque, developer advocate here at Heroku and today we will bring you a community focus episode. Recently, I had the opportunity to speak at NodeConf EU, the main conference in Europe for the Node.js community hosted at the beautiful city of Kilkenny in Ireland. I was able to chat with different members of the community that also spoke at the conference and wanted to capture some of the conversations to share them with our Code[ish] audience. We compiled three different conversations into this one episode. We will learn from Alex Korzhikov about building CLI applications with oclif and TypeScript. Tierney Cyren will tell us how to build open source communities and some of the lessons learned by leading the community committee at the Node.js Project. Chris Dickinson will share the work he has been doing on a new shiny project, entropic, a federated package registry for Node.js and JavaScript.
Julián: With me I have Alex Korzhikov, which is going to be talking about how to build CLI tools using oclif and TypeScript. So hello Alex, how are you doing?
Alex: Hi Julián. It's good. Nice to meet you here. It's actually a big surprise to meet someone from Heroku in a Node conf.
Alex: Yeah, sure. Yes, I'm Alex Korzhikov. Exactly. The pronunciation is correct. Yeah. I am an engineer at a ING bank, it's a huge bank. It's originally from Netherlands and I'm working there for three years or living in Netherlands already for five years. And that I was mostly... my career was with the JavaScript. So I started with JavaScript professionally and nowadays I also do JavaScript within the bank.
Julián: Oh, nice, nice. And what type of applications are you building in the bank with JavaScript?
Alex: Yes. So it's actually quite nice. I'm a part of a pipeline support system in a bank. So we are building a pipeline for front end applications, which we have a lot in the bank, you can imagine.
About code[ish]
A podcast brought to you by the developer advocate team at Heroku, exploring code, technology, tools, tips, and the life of the developer.
-
← Previous episode
47. Working with an Event-Driven Architecture
-
Next episode →
49. Building Effective Distributed Teams
-
Upcoming episode
January 26th, 108. Building Community with the Wicked CoolKit
Hosted by
Julián Duque
Developer Advocate, Heroku
Developer Advocate, Community Leader, and Educator with experience in Node.js and JavaScript
With guests
Alexander Korzhikov
Dev IT Engineer, ING Bank N.V., Amsterdam
Alex is a Software engineer, team lead, instructor, speaker, mentor, and author of technical materials.
Tierney Cyren
Senior Cloud Developer Advocate, Microsoft
Tierney, the Chairperson of the Node.js Community Committee, contributes to various groups & initiatives focusing on community growth & success.
Chris Dickinson
Staff Engineer, Eaze
Chris is a former npm registry eng & Node Tech Steering Committee Emeritus. With free time, he illustrates, cares for 2 cats & works on Entropic.
More episodes from Code[ish]
I Was There: Stories of Production Incidents II
Ifat Ribon, Chris Ostrowski, and Corey Martin
Growing your monthly active user count is the goal for every startup. But can your popularity actually work against you? In this installment of I Was There, Ifat Ribon and Christopher Ostrowski share their experiences tracking down... →
107. How to Write Seriously Good Software
Marco Faella and Rick Newman
Writing legible, functionable code is the aspiration for many programmers. Defining what that actually means is another matter altogether. Our guest, Marco Faella, has written a book on the subject. We'll explore the characteristics good... →
106. Growing a Self-Funded Company
Alli McGee, Lewis Buckley, and Greg Nokes
Most companies talk about building for the customer—but when you’re a self-funded company like BiggerPockets, building a product that users pay for can be the difference between success and shutting down. Guests Alli McGee and Lewis Buckley... →