Kyle Clark

Kyle Clark

Stay up to date on Application Security

Posts by Kyle Clark
  • Developing with the Publish-Subscribe…
    | By Kyle Clark

    Software design patterns provide a means to communicate complex software concepts with a widely understood and agreed upon terminology. At their core, design patterns are a template for creating reusable solutions to commonly occurring software problems. They aren't as much a tool, yet a technique…

    Read Article
     
  • Improving the Angular Single-Page…
    | By Kyle Clark

    Waiting. Still waiting. "Why isn't this working? It's not even moving!" Everyone has experienced it. Painfully waiting for a web application to load. Those seemingly never-ending moments without any sign of movement is right up there with the agony of sitting in a rush hour traffic jam. No clear…

    Read Article
     
  • Smart Syncing Angular Services on $scope
    | By Kyle Clark

    AngularJS is a MVW (Model-View-Whatever) framework, which means despite Angular's opinionated nature, it's largely the wild, wild west in how an Angular application is constructed. Whatever works for you. If your Angular program is a weekend warrior project, you can get by with a hodgepodge…

    Read Article