Telerik blogs

Latest

  • Productivity

    Are You a Developer Who Survived the Apocalypse

    Make Some Resolutions! Surviving three apocalypses in two years was so exhausting that I managed to miss three others. We supposedly have five more years before the next, but I fully expect a hipster apocalypse or zombie uprising before then. It may even be the same event if a nefarious person discovers NSA back doors in Apple products. 
    May 27, 2021 4 min read
  • Productivity Debugging

    Evaluating Certificates in Fiddler and FiddlerCore

    In this post, I’ll demonstrate a proposal called Convergence, which attempts to detect targeted attacks against HTTPS traffic—for instance, from within a specific locale or country. Here’s how Convergence works: when the client connects to a HTTPS site, it obtains its certificate. It then consults a set of servers around the world, called notaries, and checks to see whether the site in question is sending the same certificate to all of those servers as well.
    May 27, 2021 6 min read
  • Productivity Debugging

    [Screencast] Debugging Kendo UI Applications

    JavaScript is a beautifully simple and elegant language.  It puts virtually no restrictions on what you can do; and since it’s a dynamic language, you can modify it on the fly and debug it right in the browser.  However, it’s great forgiving nature can also be...
    May 27, 2021 1 min read
  • Productivity

    Mocking Property Getters and Setters

    In typical unit testing scenarios, mocking property getters and setters isn't high on the list of areas of concern. Where it usually comes into play is when an entity’s properties’ values (or the act of setting them) are part of the scaffolding, or behavior for the system under test.
    May 27, 2021 5 min read
  • Productivity Debugging

    Performance Optimization with Fiddler

    Every December, Web Performance guru Stoyan Stefanov (@stoyanstefanov) corrals folks around the web performance community to collect insights and best practices on building faster websites and services.
    May 27, 2021 1 min read