I'm Gergely, and this is where I write about engineering leadership, web and open-source.
Coming from an engineering background, I switched to engineering management in 2014, when I co-founded a company called RisingStack. Since then, I've been managing teams of various sizes.
As an engineering leader, I hold the following ideas precious:
On the rest of this page, you can find publications, public speaking engagements and conferences I organized in the past.
This page grew quite long - use this outline to navigate it:
Would like me to speak at your conference? Just send me a DM on twitter! π
San Francisco, CA at Airbnb's Developer Experience Summit - 2024
San Francisco, CA at ELC - 30-31 Aug, 2023
Portland, Oregon at OSCON - 17-18 July, 2019
San Francisco, CA at NodeSummit - 23-27 July, 2018
San Jose, CA at Fluent - 11-14 June, 2018
San Francisco, CA at SFNode - 1 Feb, 2018
Tokyo, Japan - 25-26 November, 2017
NodeSummit, San Francisco - 2017 July
Node Summit is the largest conference focused exclusively on Node.js and βThe Ecosystem of Nodeβ.
FullStack Conference, London - 2017 July
FullStack London is one of the biggest JavaScript-focused conference in Europe, attracting hundreds of developers each year.
Node.js Interactive, Austin - 2016 December
Dreamforce, San Francisco - 2016 October
Node.js Interactive, Amsterdam - 2016 September
Node.js Interactive, Amsterdam - 2016 September
Node.js Interactive was the first official European conference held by the Node.js Foundation.
NodeSummit, San Francisco - 2016 July
FullStack Conference, London - 2016 July
FullStack Conference, London - 2015 October
NodeConf, Barcelona - 2014 October
January 20, 2017
NodeConf Budapest is a one-day (plus a meetup/nodeschool day on the day before), single-track conference with a laser focus on what people need to know about Node.js.
It brings together the sharpest minds from the enterprise with the industryβs leading software development heavyweights and the finest talent that Budapest has to offer.
May 12-13, 2016
We aim to be the JSConf of the region around Eastern-Middle Europe, an area so diverse in culture, people and views.
May 14-15, 2015
A strictly nonprofit, open-sourced and community driven conference for the community of JavaScript, with the purpose to build and educate about new technologies, ideas and culture.
November 21, 2014
ONE-SHOT is a one day single track speaker series presented by NodeConf.
2013 - 2017
Node.js for beginners, experts and everyone who loves javascript.
JIFASNIF - JavaScript is fun, and so Node is fun.
2015 - 2016
September 20, 2017
Let's take a look at the Node.js Process module. Learn about process states & graceful shutdown to write production-ready applications with more confidence.
September 5, 2017
The aim of this post is to help you land your first commit to the Node.js core! Read all necessary steps from forking to finding good issues to work on.
May 30, 2017
In this post, I go through the most important features and fixes of the new Node.js version 8, which becomes the current LTS release from.
November 6, 2017
Containers are one of the best ways to deploy Node.js applications these days. In this post, the reader learns how one can containerize Node.js applications using Docker.
August 31, 2016
What should I defend my application against? Should I deal with Cross-Site Scripting (XSS) attacks? How about SQL injection? Should I protect myself against cross-site request forgery? The short answer is yes. But as always, it's not that simple.
July 23, 2015
Debugging and monitoring of microservices is not a trivial problem but a quite challenging one. I use the word challenging on purpose: There is no silver bullet for this. There is no single tool that you can install that works like magic.
September 26, 2016
Transforming your monolithic application into a microservices-based one is not as easy as many think. When you are breaking a software down into smaller pieces, you're moving the communication to the network layer and the complexity of your architecture is heavily increasing.
May 02, 2018
A collection of resources / best practices that help you become a more productive developer working with Kubernetes.