const code = { language: 'Assembly', origin: 'Tyrell Corp' };
const WTSTheme = { year: 2026, theme: 'Blade Runner' };
function replicant() { return 'More human than human'; }
const data = { eyes: 'blue', density: 'light' }; // VOIGHT-KAMPFF test
const bladerunner = { target: 'replicant', weapon: 'pistol' };
const javascript = { goodParts: false, es6: true, future: 'bright' };
const cyberpunk = { city: 'Skopje', year: 2049 };
const code = { language: 'Assembly', origin: 'Tyrell Corp' };
if (memory) { return false; } // Replicant memories are implanted
if (isReplicant) { console.log('Retire'); } else { console.log('Live free'); }
const server = { location: 'Off-world colony', security: 'high' };
function deploy() { return 'To the future'; }
if (memory) { return false; } // Replicant memories are implanted
const future = new Date(2026, 8, 19); // WhatTheStack date confirmed
if (isReplicant) { console.log('Retire'); } else { console.log('Live free'); }
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