Lightning Talks 2
Talk (60 min)
Talk 1: A11y Broke My Build - Kristoffer Nordström
Accessibility is often an afterthought, something done manual and late in the development cycle. But I made accessibility break my build and now I will help you break yours! Time to shift accessibility left, add automatic testing that can run in all development steps, catch errors and make the feedback loop as short as possible.
This is not your average dry accessibility talk with long WCAG check lists, but will use lots of humor and live coding to get the audience engaged and get the value out of using accessibility tooling.
Talk 2: Test-Driven Leadership: Crafting Testable Strategies - Andrew Murphy
In the realm of software development, Test-Driven Development (TDD) has long been hailed for its ability to ensure robust, error-free code. This session endeavours to transpose the principles of TDD into the leadership domain, introducing a novel approach dubbed as "Test-Driven Leadership."
Talk 3: Harnessing AI for Malevolence: A Hackers Tale - Mackenzie Jackson
This talk is for anyone who wants to see how a malicious actor can harness the power of AI for nefarious purposes, live and in action. Leveraging demos, we show how we can turn helpful AI assistants into evil agents of chaos, and turn AI hallucinations into malware advertisements. And even show how a complete novice can use an AI model can hack a vulnerable network entirely.
Talk 4: Unix shell - We can do better now - Ilya Sher
Unix shell is powerful but it's stuck in the telegraph style communication paradigm. We can do better now. Actually, we could do better since the 70s. This talk is about how we got here, what's wrong, and how to fix it.
Talk 5: Command Line Craftsmanship: Building and Sharing .NET CLI Tools - Roland Bodenstaff
In a world focused on flashy visuals the humble CLI tool is often overlooked. But have you ever thought to yourself: "What was that website again to convert X to Y?" or "I want to automate this boring workflow, but I don't want to write a full-blown application for it". Well, a CLI tool might be the answer to your problem. In this session, I will show you how to build a CLI tool in .NET with the following topics:
- What makes a good CLI tool?
- Spectre (library that makes it easier to create beautiful console applications)
- Command option semantics
- Help documentation support
After that we will look at how to publish it to NuGet so no matter where or who you are you can easily install it. By the end of the session you will have a good understanding of how to build and distribute your own CLI tool.