Tool

  • submit to reddit

Be an Ambassador for Programming

You know how I keep banging on about attracting different types of people into programming?  You know how we say we need to get them young?Typical...

0 replies - 583 views - 05/24/13 by Trisha Gee in Articles

Identity is the New Perimeter

It was Bill Gates who said that security should be based on "policy, not topology". It's a phrase which always stuck with me. Rather than basing security...

0 replies - 1010 views - 05/23/13 by Mark O'neill in Articles

Project Plugh: Open Source Log Analysis

Short AnswerI'm building an open source log manage/analysis tool that will offer folks what Splunk offers folks, except it's...

0 replies - 2307 views - 05/23/13 by David Pollak in Articles

Solr 4.2: Index Structure Reading API

With the release of Solr 4.2 we’ve got the possibility to use the HTTP protocol to get information about Solr index structure. Of course, if one wanted to do...

0 replies - 2310 views - 05/22/13 by Rafał Kuć in Articles

Unix: Working with parts of large files

Chris and I were looking at the neo4j log files of a client earlier in the week and wanted to do some processing of the file so we could ask the client to...

0 replies - 2722 views - 05/20/13 by Mark Needham in Articles

Postgres Fuzzy Search Using Trigrams (+/- Django)

When building websites, you’ll often want users to be able to search for something by name. On LinerNotes, users can search for bands, albums, genres...

0 replies - 1786 views - 05/18/13 by George London in Articles

Monitoring Background Jobs in Ruby’s Resque

How to get visibility into an important component of any complex system: the messaging queueHere at AppNeta, we get to see a lot about how people build their...

0 replies - 1301 views - 05/17/13 by Tr Jordan in Articles

PowerShell, Visual Studio and You

Recently I needed to write up a new Powershell script to automate some actions independently of our major release cycle.This took me down a road with two...

0 replies - 456 views - 05/15/13 by Rob Sanders in Articles

Dev of the Week: Michael Sahota

Every week, we feature a new developer/blogger from the DZone community here and in our newsletter, catching up to find out what they're working on...

0 replies - 3847 views - 05/15/13 by Eric Gregory in Articles

Links You Don't Want To Miss (5/15)

Mazes, AI, and PathfindingTwo ways through a maze, or more specifically, two pathfinding solutions. One allows the robot to see the entire maze, including...

0 replies - 3037 views - 05/15/13 by Eric Gregory in Articles

Grails Goodness: Testing Views and Templates

Grails has great support for testing. We can unit test controllers, taglibs, services and much more. One of the things we can unit test are views and...

0 replies - 1845 views - 05/14/13 by Hubert Klein Ikkink in Articles

Augmented Search for Application Logs Released

New Augmented Search  technology for log data is now available, built to help developers and testers understand application data faster. The...

0 replies - 329 views - 05/13/13 by Haim Ko in Articles

Exporting and Sharing Sublime Text Configuration

Sublime Text is a very powerful and popular text editor. But it’s more than a text editor… it’s an ecosystem of programmer’s tools where you can...

0 replies - 2212 views - 05/09/13 by Mikko Ohtamaa in Articles

Tail -f is dead, long live tail -f

We’ve all been there – test some new code, tail your logs, test some more new code, tail the logs some more… But let's face it with so many cool...

0 replies - 911 views - 05/07/13 by Trevor Parsons in Articles

Configuring Grails to Ignore DDL on Specific Domains

Often building a Grails application that uses all of the cool bits of GORM with an existing database schema (such as that provided by a 3rd party product) can...

0 replies - 1807 views - 05/07/13 by Matt Rapczynski in Articles