CodeUtopia
Navigation
  • Home
  • Blog
  • About
  • Contact
  • Search
  • Home
  • Blog
  • About
  • Contact
  • Search

Post Archive by Month

Below you'll find a list of all posts from November, 2015

AngularJS: Setting up parallel / sticky states with ui-router and ui-router-extras

Tags: AngularJSJavaScript

The application I’m developing at work has many independent parts, which needed their own states. Think of a UI similar to Photoshop, WebStorm, or such – Every panel in the UI is self-contained and can be changed without affecting the others. The standard ui-router has no concept of parallel states. Everything must be modeled as a tree, which means a …

Read More

How to fix JavaScript errors more easily with Chrome’s debugger

Tags: DebuggingJavaScriptTools

Let’s face it: As developers, much of our time is spent fixing problems. No matter how hard I try, there’s always something that needs debugging. In the past, I would use console.log or alert. Just sprinkle them in my code, and hope that they give me enough information to fix the problem. If you’ve tried doing that, you know that …

Read More

Recent Posts

  • I spent my vacation programming
  • Quick JavaScript testing tip: How to structure your tests?
  • JavaScript Testing Tool Showdown: Sinon.js vs testdouble.js
  • 230 Curated Resources and Tools for Building Apps with React.js
  • Simplify your JavaScript code with normalizer functions

Archives

Copyright © 2006 - 2016 Jani Hartikainen