Sometimes, a programs output will depend on where it is sending that output.
    
    
  
  
    
    
      Treating your JavaScript type checker as a linter doesn’t allow you to fully leverage your static type system.
    
    
  
  
    
    
      Thinking about logical view groupings can help your apps’ VoiceOver users navigate more fluidly.
    
    
  
  
    
    
      It’s straight forward to watch a directory for file writes, but how can you be alerted when a file has finished being written?
    
    
  
  
    
    
      Adding static types after the fact can be a boon to your React Native codebase.
    
    
  
  
    
    
      Emacs’ Org mode is a great tool for productivity, be it business or pleasure.
    
    
  
  
    
    
      Swish, a protocol based networking library, aims to make your iOS application’s network layer unobtrusive and easy to test.
    
    
  
  
    
    
      Use Haskell and Snap to build a RESTful API.