Robert Boedigheimer's Blog

  • Progress Champion 2024

    Excited to be recognized as a Progress Champion https://www.progress.com/champions for community activities related to Fiddler!  I have been using Fiddler Classic for more than a decade and also the cross-platform Fiddler Everywhere.  Check out my Fiddler Pluralsight courses at https://www.pluralsight.com/courses/fiddler-chrome-developer-tools-debugging-website and https://www.pluralsight.com/courses/fiddler and watch for more talks on Fiddler in the future!

  • Granite State Code Camp 2023

    I will be presenting "Make the Web Faster" at Granite State Code Camp 2023:

    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. Use webpagetest.org, Fiddler and Lighthouse to measure your web site and find the best opportunities for improvement!

  • HDC 2023

    I will be presenting Cryptography 101 at the HDC 2023:

    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#.

  • MDC 2023

    I will be presenting Capture the Flag at the MDC 2023:

    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.  

  • Microsoft MVP 2023-2024

    Excited and honored to receive the Microsoft MVP award for the 16th year in Developer Technologies!

  • Granite State-NH .NET (virtual)

    I will be presenting Cryptography 101 at the Granite State-NH .NET:

    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#.

  • Nebraska.Code() 2023

    I will be presenting Cryptography 101 at the Nebraska.Code()

    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#.

  • SciFiDevCon 2023 (virtual)

    I presented "Pi-hole - a Black Hole for Internet Ads!" at SciFiDevCon 2023:

    Speed up your browsing and protect your privacy and security by setting up a Pi-hole! It is free small DNS server that is "a black hole for Internet advertisements" that runs on a Raspberry Pi.  We'll talk briefly about the Raspberry Pi, then learn how to setup Pi-hole on your network for use with all of your devices.  With a low cost Raspberry Pi and an hour of setup time, we now surf faster and more securely, with nearly 40% of our DNS queries blocked.  It's amazing how much more enjoyable using the web can be, you'll cry when you have to surf without it.