In the spotlight

WeAreDevelopers LIVE - Agentic AI Hackathon Coming to Berlin07:26

WeAreDevelopers LIVE - Agentic AI Hackathon Coming to Berlin

Chris Heilmann, Daniel Cranney & Ifeanyi Otuonye • WeAreDevelopers LIVE

This week we’re joined by Ifeanyi Otuonye from AWS to talk about their agentic hackathon in Berlin and how developers can get involved.

Community Members

The world’s leading events for developers and tech leaders

Three continents. Thousands of developers and tech experts. One community. Experience the latest in modern software development – where the focus is on people, on developers, on you.

Become a sponsor
WeAreDevelopers is my favorite conference. It's the best event you can go to if you are a developer!
Joel Spolsky
Joel Spolsky
Founder of Stack Overflow
Hard to believe! This is the largest group I've ever been in front of. Honoured to be here. All the people I'm meeting just remind me of myself!
Steve Wozniak
Steve Wozniak
Co-founder of Apple
WeAreDevelopers is the place where you meet everyone else in the industry and learn about the latest things.
David Singleton
David Singleton
CTO at Stripe

Latest career opportunities

View all jobs

Inside tech companies

View all companies

ING Deutschland

60 Jahre ING – und kein bisschen gewöhnlich.

Seit 1965 denken wir Banking neu. Nicht, weil wir müssen – sondern weil wir wollen. Ob im Team, unseren Werten oder in Ideen für einfaches, digitales Banking: Wir gehen voran. Weil wir neugierig bleiben. Und weil wir stolz darauf sind, Teil dieser Geschichte zu sein.Die Highlights dazu gibt's hier

ING Deutschland

ING Deutschland

2025 Workplace Pride Benchmark

93,9 %. Das ist mehr als einfach nur eine Zahl. Sie steht für gelebte Vielfalt, für Zugehörigkeit und dafür, dass DIB bei uns nicht nur Schlagworte sind, sondern Teil unserer Unternehmenskultur.

🫶 Ein ausgezeichnetes Ergebnis, das wir dem täglichen Engagement unseres LGBTQI+ Netzwerks Rainbow Lions, den DIB Communities, unseren Führungskräften, engagierten Verbündeten und allen Mitarbeitenden verdanken.

Workplace Pride setzt sich weltweit dafür ein, dass sich Menschen der LGBTQI+ Community am Arbeitsplatz sicher, gesehen und unterstützt fühlen. Mit dem Global Benchmark schauen sie jedes Jahr ganz genau hin: Wie gut gelingt es Unternehmen, echte Inklusion zu leben – und zwar international?

ING Deutschland

SciChart

London, United Kingdom

WPF vs Avalonia: Which Should .NET Developers Choose in 2026?

For .NET desktop developers, the choice between WPF and Avalonia depends mainly on platform strategy.

WPF is still a strong choice for Windows-only enterprise applications. It is mature, stable, deeply integrated with the Windows ecosystem, and supported by years of Visual Studio tooling, documentation, third-party controls, and production use.

Avalonia is designed for modern cross-platform .NET desktop development across Windows, macOS, and Linux. It uses Skia and multi-backend rendering, giving developers more flexibility when applications need to run beyond Windows.

For new cross-platform applications, Avalonia UI can be a strong option. It feels familiar to XAML developers while offering broader platform reach.

For teams with existing WPF applications, Avalonia XPF is especially relevant. It is a commercial WPF compatibility layer built on Avalonia that allows existing WPF apps to run on macOS and Linux with minimal code changes.

For advanced data visualization, the UI framework is only part of the stack. Real-time telemetry, financial dashboards, scientific applications, and other data-intensive systems often depend more on the rendering engine than the windowing framework.

SciChart supports both WPF and Avalonia XPF, helping developers maintain high-performance, real-time data visualization while choosing the platform strategy that fits their application.

In short:

Choose WPF if you are Windows-first and need maturity, tooling, and proven enterprise stability.

Choose Avalonia UI for new cross-platform .NET desktop applications.

Choose Avalonia XPF if you need to move an existing WPF application beyond Windows with minimal code changes.

Read the full technical blog:
https://www.scichart.com/blog/wpf-vs-avalonia/

SciChart

Hubert Burda Media

Check out our office in Munich

Our Munich offices are part of one of Hubert Burda Media's largest locations. Experience our office culture in Arabellapark and on St. Martin Straße and get an insight into our offices and meeting places, including the beloved Burda Bar, impressions of our brands, the Felix Burda Foundation and our day care center BurdaBande.

Hubert Burda Media

Where and what the hell is Offenburg?

Enjoy the beautiful Black Forest city Offenburg: midway between Karlsruhe and Freiburg, just 30 minutes drive away from Strasbourg and Europa Park (Germany's largest theme park) 

SciChart

London, United Kingdom

Which JavaScript Chart Library is Fastest? We Benchmarked 8 of Them.


Developers evaluating charting libraries for high-performance applications ask the same question: which one actually holds up under real data loads?


We built an open-source benchmark to find out.

What is Chart Bench?

Chart Bench is an open-source JavaScript chart performance benchmark suite that stress-tests popular charting libraries across 13 test cases - including line, scatter, heatmap, candlestick, 3D surface, and multi-chart scenarios.

It measures:

  • Frames per second (FPS)
  • Time to first render (init time)
  • Memory usage
  • Data ingestion rate (points/sec)

The benchmark is designed to simulate extreme workloads: millions of data points, real-time streaming, and multiple charts on screen.

It runs locally on your hardware, logs results, and allows JSON export for sharing or comparison.

Clone and run it:
https://github.com/abtsoftware/javascript-chart-performance-test-suite

Libraries Tested

  • SciChart.js
  • LightningChart.js (v4 + v8)
  • Plotly.js
  • Highcharts
  • Chart.js
  • Apache ECharts
  • uPlot
  • ChartGPU

What It Measures

  • FPS under increasing data loads
  • Time to first render (ms)
  • Memory usage (JS heap)
  • Data ingestion rate (points/sec)
  • Failure conditions: hangs, freezes, crashes

One Number Worth Knowing

In internal benchmark runs, SciChart.js reached ~40 million data points per second ingestion rate and led in FPS across a majority of tested scenarios on a range of hardware.

Full results - across multiple hardware configurations from high-end GPUs to low-power devices - are published here:

https://www.scichart.com/blog/chart-bench-compare-javascript-chart-libraries/

SciChart is a high-performance charting library for JavaScript, WPF, iOS, and Android, designed for real-time, large-scale data visualisation using GPU-accelerated rendering.


 https://www.scichart.com

 

 

SciChart
Daniel Cranney
Dev Digest 220: Cursor Camp, TanStack hack, and Enterprise Agents
Inside last week’s Dev Digest 220 . 🌐 The unreasonable effectiveness of HTML 🤖 Local AI needs to be the norm ☠️ Postmortem: TanStack npm supply-chain compromise 🧪 Testing Vue components in the browser 📚 33 JavaScript concepts 🪦 Internet graveyard: A...
Dev Digest 220: Cursor Camp, TanStack hack, and Enterprise Agents
Daniel Cranney
Tweak CSS Properties Live with slideVars
Every developer knows what it’s like to design - and then code - a quality UI. Hundreds of tweaks, indecision over details, and lots of refreshing to see the changes you’ve made can make it a painful process - even in age of vibe coding and UI librar...
Tweak CSS Properties Live with slideVars
Chris Heilmann
Stop Googling Git Commands. Start Actually Learning Git.
Every developer has been there. You’re mid-flow, about to push a feature branch, and you need to undo your last three commits without blowing up the remote history. So you do what you always do: you open a new tab, type “git reset vs git revert”, ski...
Stop Googling Git Commands. Start Actually Learning Git.