Tech TLDR;

  • Archive
  • Top Posts
  • GitHub
  • LinkedIn
  • Contact

Archives for June 2014

Summary of Maintainable JavaScript Talk by Nicholas C. Zakas

June 28, 2014 by admin

Why do we care? Most of out time is spent maintaining code. If you open an editor and: It’s blank – you are writing new code. Something already there – you are maintaining code. Most of us learned JavaScript on our own and developed our own “best” practices Maintainability = Developing as a Team What […]

Filed Under: JavaScript

Batch Rename Files in Unix Command Line

June 27, 2014 by admin

Sometimes the unix shell script is still the best tool for the job. Today I needed to rename a bunch of java properties files from *.property to *.json. Ok, I needed to do more then just rename them, but it makes the example easier to assume that is all that I needed done 🙂 I […]

Filed Under: Uncategorized

Easy Way to Run JavaScript Tests On Multiple Browsers Using Free Tools

June 3, 2014 by admin

tl;dr I though of an interesting idea that helps me test my JavaScript code simultaneously on multiple browsers using two free tools ngrok and screenshots from BrowserStack. Simply pipe your JavaScript tests running on localhost through ngrok to make them accessible to the real world. Then use that link on BrowserStack to generate screenshots on […]

Filed Under: JavaScript

Copyright © 2025 · eleven40 Pro Theme on Genesis Framework · WordPress · Log in