const dystopia = { weather: 'rain', season: 'perpetual night' };
const conference = { name: 'WhatTheStack', vibe: 'neon' };
function replicant() { return 'More human than human'; }
const ai = { consciousness: 'simulated', empathy: 'questionable' };
function replicant() { return 'More human than human'; }
const stack = { tech: ['Solid.js', 'Node.js', 'WebAssembly'], future: 'bright' };
const stack = { tech: ['Solid.js', 'Node.js', 'WebAssembly'], future: 'bright' };
for (let i = 0; i < stack.length; i++) { console.log(stack[i]); }
function deploy() { return 'To the future'; }
const webAssembly = 'The future of web development';
const server = { location: 'Off-world colony', security: 'high' };
const bladerunner = { target: 'replicant', weapon: 'pistol' };
const webAssembly = 'The future of web development';
const javascript = { goodParts: false, es6: true, future: 'bright' };
const conference = { name: 'WhatTheStack', vibe: 'neon' };
Blog
Behind the scenes of building WhatTheStack 2026
Inside the CfP: How We Pick Talks at WhatTheStack
The transparent angle, continued. How our scoring works, who sits on the committee, how invited speakers get picked, and a few honest tips if you're thinking of applying.
By Darko from WhatTheStackBehind the Scenes: What It Takes to Run WhatTheStack
We're pulling back the curtain on what actually goes into organizing an 800+ attendee developer conference. Spoiler: it's a lot of spreadsheets.
By Darko from WhatTheStack