Skip to main content

Home/ Tools for web developers/ Group items tagged http

Rss Feed Group items tagged

Sarah HL

JUnit FAQ - 0 views

  • They effectively communicate in an executable format how to use the software. They also prevent tendencies to over-build the system based on speculation. When all the tests pass, you know you're done!
  • Test-driven development is a lot more fun than writing tests after the code seems to be working
  • Do I have to write a test for everything? No, just test everything that could reasonably break.
  • ...6 more annotations...
  • If something is difficult to test, it's usually an opportunity for a design improvement.
  • Frequent testing gives you confidence that your changes didn't break anything and generally lowers the stress of programming in the dark.
  • Run all your unit tests as often as possible, ideally every time the code is changed
  • For larger systems, you may just run specific test suites that are relevant to the code you're working on.
  • write a failing test that exposes the defect. When the test passes, you know the defect is fixed!
  • Don't forget to use this as a learning opportunity. Perhaps the defect could have been prevented by being more aggressive about testing everything that could reasonably break.
Sarah HL

Open Web Analytics - 0 views

  •  
    - Web Analytics - Open Source Web Analytics Framework
Sarah HL

LLOOGG - web 2.0 tail -f access.log - 0 views

shared by Sarah HL on 29 Oct 09 - Cached
Vernon Fowler

Grunt for People Who Think Things Like Grunt are Weird and Hard ◆ 24 ways - 0 views

  • You install Grunt on a per-project basis. Go to your project’s folder. It needs a file there named package.json at the root level. You can just create one and put it there.
  • The contents of that file should be this: { "name": "example-project", "version": "0.1.0", "devDependencies": { "grunt": "~0.4.1" } }
  • Once that package.json file is in place, go to the terminal and navigate to your folder.
  • ...3 more annotations...
  • This is a one-liner again. Just run this command in the terminal: npm install -g grunt-cli
  • Then run the command: npm install
  • You should close and reopen the terminal as well. That’s a generic good practice to make sure things are working right.
Vernon Fowler

iConvert Icons: Convert png, ico, and icns icons online for free - 0 views

  •  
    "Have you ever discovered the perfect icon set, only to find it wasn't available for your particular platform? iConvert solves the problem: With this free online icon converter, you can convert any icon or image into an icon specifically for your platform. iConvert allows you to easily convert PNG to ICO, Windows ico to Mac OS X icns, SVG icons to Windows icons, PNG icons to Mac OS X icons, JPG to ICO, and much more. Simply upload a file in one of the supported formats, and iConvert will do the rest!"
inkoniq

Apple iOS8 HealthKit: App trends to watch out for - 0 views

  •  
    Future for HealthKit is great if Apple can pull it off. Letting different apps and devices talk to each other essentially makes your iPhone center of your lifestyle.
« First ‹ Previous 201 - 220 of 235 Next ›
Showing 20 items per page