Posts Tagged ‘NDC Sydney’
Why We Shouldn’t Live on Mars, Humanity’s Future in Space | Matt Wicks | NDC Sydney 2026
What will it actually take for humanity to become a spacefaring civilization, without ignoring the realities of physics?
Read MoreHack Yourself with AI: Troy Hunt on the Future of Software Security | Adam Cogan | NDC Sydney 2026
Troy explains why the security standard set by human-written software may not be particularly high—and why AI could become better at avoiding common vulnerabilities such as SQL injection.
Read MoreWill AI Take Your Dev Job? The Real Answer | Matt Wicks | NDC Sydney 2026
Are we cooked thanks to AI?
Read MoreStop Mocking Everything: A Practical Guide to Integration Testing | Matt Wicks | NDC Sydney 2026
Unpack the difference between fast tests, slow tests, and really slow tests, and explain why true integration tests should focus on.
Read MoreSQL, MCP, JSON, and Vector Search Explained with Jerry Nixon | Adam Cogan | NDC Sydney 2026
The future of SQL Server and why it remains such a powerful platform for modern applications.
Read MoreChris Auld on Smarter AI Agents, Ontologies, and Governance | Adam Cogan | NDC Sydney 2026
Why AI agents perform better when they have access to structured business data.
Read MoreArtemis program with Richard Campbell & Uly | NDC Sydney 2022
We might not have set foot on the moon just yet, but according to our resident spaceman Richard Campbell. NASA is in its final testing of the Artemis rocket, a new pathfinder mission and a never before luna mission.
Read MoreSustainability in the cloud With Shane Baldacchino & Bryden Oliver | NDC Sydney 2022
Climate change impacts us all. While your choice of programing language might seem like much of a contributor to a carbon footprint.
On a scale, this does add up and not only can cost the environment but the hip pocket as well.
Read MoreBuild your own Source Generator With Chris Sienkiewicz & JK | NDC Sydney 2022
In this video, Jernej Kavka talks with a senior compiler engineer at Microsoft Chris Sienkiewicz about building and configuring source generators.
Read MoreSource Generators With Chris Sienkiewicz & JK | NDC Sydney 2022
Source Generators let C# developers inspect user code as it is being compiled. The generator can create new C# source files on the fly that are added to the user’s compilation. In this way, you have code that runs during compilation. It inspects your program to produce additional source files that are compiled together with the rest of your code.
Read More