Archives

Archives / 2025
  • Indy .NET Consortium (virtual) 250402

    I will be presenting Cryptography 101 at the Indy .NET Consortium:

    Learn the fundamentals of cryptography, including public/private and symmetric encryption, hashing, and digital signatures. Discover which techniques are appropriate for various situations. Review practical real life examples for storing passwords, protecting URL parameters, securely exchanging information with partners, and safely encrypting sensitive information on public web sites. Concepts apply to all platforms, examples will be in C# and .NET.

  • Hot Topics Developer Group (virtual)

    I presented Supercharge Your Website: Cutting Load Times & Boosting Performance at the Hot Topics Developer Group:

    This session demonstrates practical techniques that drop a web page's size from almost 3MB to 143K, and load time from 4 seconds to less than a second, while looking the same! Review tools that validate and describe performance best practices. Explore how to defer resource requests, load resources asynchronously, and prefetch critical resources. Many other performance improvements will be discussed, which can reduce response time while also boosting the scalability and reliability of your site. Learn the techniques that can have the largest impact on web performance with the least amount of work.

  • Indy .NET Consortium (virtual) 240205

    I will be presenting Capture the Flag at the Indy .NET Consortium:

    We’re not talking about the outdoor game where you are trying to steal a physical flag and bring it back to your base, this capture the flag is a series of computer security challenges you solve to retrieve a flag and get points! Solving these challenges require various skills including decrypting content, SQL Injection, reverse engineering and more. Learn about how capture the flag works, where you find challenges/competitions, and some techniques required to solve them. I went from never having tried one to winning a competition the next year. The challenges are not only interesting, they helped change my perspective about how web sites are attacked and how I could better protect them.