From Meetup to Community Conference: Giving Back to the Community That Built Us
Table of Contents

From then to now
Push-Based took over the full sponsorship and organisation early 2020. Considering the economical situation back then and the drop in community support it was very welcomed by the Angular Vienna meetup. Those days were marked by doubts for the future of the meetup and in-person learning events. We not only fully sponsored the meetup during those years but also developed the already most successful Angular meetup in Central Europe to a new high.
In 2023 we launched our first edition of NgGlühwein, a high quality free community event hosting Angular core team members and rock stars of the community. And this year we will extend it even further.
Why We Do This
The leap from a small meetup to a free conference is our way of giving back to the community that supported us. I personally grew up in coworking spaces, meetups and hacking events. This significantly impacted my career as well as enriched my life with many good new friends all around the world. By making the conference free, we aim to revive the good old days by creating a high-quality learning event freely accessible for everyone.
We want to create a cosy conference hosting Angular team members and international rock stars.
Future
As we move forward, we want to bring the spirit of those good old days into each year’s event, making this conference a manifest of our philosophy PushBased. We see it as a place where industry veterans, new developers, and everyone in between can experience the same excitement, inspiration, and sense of belonging that fueled my early days in the tech community. Together, let’s celebrate the roots of Push-Based and build a future where tech remains open, accessible, and community-driven.
See you at NgGlühwein on 14.12.2024! 💜 RSVP on meetup.com
Read next

Advanced CPU Profiling in Node - Real-Life Examples
Profiling is easiest when it's real. Learn how to capture and make sense of CPU profiles in Node.js across scripts, threads, and processes—then apply it to your own projects.

Angular v21 Goes Zoneless by Default: What Changes, Why It’s Faster, and How to Upgrade
If Signals were Angular’s “aha!” moment, Zoneless is the “oh wow—this feels snappy” moment. With Angular v21, new apps use zoneless change detection by default. No more zone.js magic under the hood—just explicit, predictable reactivity powered by Signals.

Dynamic Angular Config for SSR
Deploy one Angular app for many clients with unique configs—without breaking SSR or DX. Here’s how to unlock dynamic configuration.

Advanced CPU Profiling in Node - Profile Data Structure
CPU profiles are more than flame charts—they’re structured JSON files. Learn how nodes, samples, and time deltas form the backbone of DevTools performance data.

Implementing Incremental Hydration in Angular (Part 3/3)
Implement incremental hydration in a real-world Angular app - Basic setup, hydration triggers and important considerations for a seamless integration.

The Game-Changing Impact of Incremental Hydration in Angular (Part 2/3)
Let's dive deeper into why incremental hydration in Angular matters so much for performance and user experience, focusing on its influence on Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS).

