Links for December 30th through January 4th

  • Why Your Next Cloud App Will Probably Suck Without….Unit Testing – Put simply, developers use unit tests as an internal control on the functionality and compatibility of their applications when changes to features, code or the environment happen.
  • Hacking Knowledge: How to Learn Faster, Deeper, and Better in the 21st Century | OEDb – We've collected some amazing tips and tricks (an update of our earlier article, almost seven years old now) you can use to help you get the most out of the time you spend learning. From study suggestions to brain hacks, these tips are sure to help you learn faster, deeper, and better, no matter the subject.
  • America’s Real Criminal Element: Lead – Cleaning up the rest of the lead that remains in our environment could turn out to be the cheapest, most effective crime prevention tool we have. And we could start doing it tomorrow.
  • Advanced NFL Stats: Play-by-Play Data – I've recently completed a project to compile publicly-available NFL play-by-play data. It took a while, but now it's ready.
  • Introduction to Spring Data Neo4j | Architects Zone – Here's a 1-hour practical guide to getting started with Spring Data on Neo4j. This will cover Spring Data Neo4j's features/benefits, use cases, and a step by step demo.
  • The future according to Google’s Larry Page – Fortune Tech – Google CEO Larry Page envisions a future in which computers plan your vacations, drive your cars, and anticipate your whims. Audacious? Maybe. But Page's dreams have a way of coming true.
  • Seven Deadly Sins of Modern Objective-C – We're all guilty of some Objective-C sins, I'm sure, but the important thing is to improve. We're at the dawn of a new year. Why not take this opportunity to reflect on why you've been so sinful and find ways to code more virtuously in the new year?
  • Introducing Spring Scala – The goal of the Spring Scala project is simply to make it easier to use the Spring framework in Scala. We believe that there are many Spring users out there who want to try Scala out, but do not want to leave their experience with Spring behind. This project is meant for those people.
  • Sublime Package Control – a Sublime Text 2 Package Manager by wbond – A full-featured package manager that helps discovering, installing, updating and removing packages for Sublime Text 2. It features an automatic upgrader and supports GitHub, BitBucket and a full channel/repository system.
  • Eve is a multipurpose, web based agent platform that uses existing protocols for communication (HTTP, XMPP, JSON-RPC) – Eve is a multipurpose, web based agent platform. The project aims to develop an open protocol for communication between software agents. Eve is designed as a decentral, scalable system for autonomously acting agents. Eve uses the existing world wide web as platform, and uses existing protocols for communication (HTTP, XMPP, JSON-RPC).
  • twig-persist – Object Datastore for Google App Engine – Twig is an object persistence interface built on Google App Engine's low-level datastore which overcomes many of JDO-GAEs limitations including improved support for inheritance, polymorphism and generic types. You can easily configure, modify or extend Twigs behaviour by implementing your own strategies or overriding extension points in pure Java code.
  • OWNER – Java properties files made super simple! – The goal of OWNER API is to minimize the code required to handle application configuration through Java properties files. The inspiring idea for this API comes from GWT i18n
  • Java.next() -> Scala or Groovy? – Generally the understanding is that scala has the ability to disrupt the status quo rather than incrementally improving it like Groovy. Scala has done and doing good job of reducing the cost of abstraction transliterate Java into Scala and end up with bytecode that is almost exactly the same. Scala has some original good ideas and well thought out type system.
  • Windows 8 proving less popular than Vista | KitGuru – Data from Net Applications shows that Windows 8 is less popular than Windows Vista, the operating system that proved unpopular with the enthusiast audience.
  • Antivirus Makers Work on Software to Catch Malware More Effectively – NYTimes.com – Consumers and businesses spend billions of dollars every year on antivirus software. But these programs rarely, if ever, block freshly minted computer viruses, experts say, because the virus creators move too quickly. That is prompting start-ups and other companies to get creative about new approaches to computer security.
  • HtmlUnit vs JSoup: html parsing in Java – In this blog I will compare JSoup with other similar framework, HtmlUnit. Apparently both of them are good Html parsing frameworks and both can be used for web application unit testing and web scraping. In this blog, I will explain how HtmlUnit is better suited for web application unit testing automation and JSoup is better suited for Web Scraping.
  • Progress of Happiness – The first is that sucking at something is the first step of getting better at it. And that trying really hard isn’t supposed to be easy. In fact, getting better at anything isn’t supposed to be easy. You are bound to get fail, get hurt, fail again before you succeed.
  • Microsoft WebMatrix – Open Source Web Applications Made Easier – Open source web apps make it easy to get started developing websites, but they can sometimes be time-consuming to get configured on your computer. WebMatrix makes it simple and straightforward.
  • Safeguard Your Phone from Malware – WSJ.com – According to a report by research group Juniper Networks, JNPR -2.07% hackers are increasingly targeting smartphones and other mobile devices with malicious software (also known as malware) to gain access to personal information. The threat is still small in comparison to computers, but that doesn't mean you shouldn't take precautions to protect your smartphone.
Advertisement

Daily del.icio.us for March 7th through March 10th

Daily del.icio.us for April 19th through April 24th

  • The CodeWrights Tale: Martin Fowler, Alistair Cockburn, and Optimism – “Why this is so was primarily crystallized for me by Alistair Cockburn who explained that since people are the central element in software development, and people are inherently non-linear and unpredictable – such an effort is fundamentally doomed.”
  • Spring 3.0: REST services with Spring MVC « oudmaijer.com | – Spring 3.0 has support for REST style WebServices, the Spring MVC controllers facilitate the functionality. In this example I will show an example of how to implement a basic REST service that uses XML marshalling to sent information over HTTP
  • Use Apache Wink with the Jackson JSON processor – Apache Wink is fast becoming one of the de facto implementations of the JAX-RS 1.0 specification. The providers included with the standard Apache Wink distribution for JSON marshalling and unmarshalling, such as JSON.org and Jettison
  • InfoQ: From Agile Development to Agile Operations – Stuart Charlton talks about the opportunity brought by cloud computing to introduce agile methods and processes to the operational side of IT, reflecting on how cloud computing affects the relationship between development and operations, suggesting goals that help bridging these two worlds together, and proposing an integrated approach to application design, development and operations.
  • IntelliJ IDEA 9.0.2 | JetBrains IntelliJ IDEA Blog – IntelliJ IDEA 9.0.2, is now available with a significant number of improvements in addition to a great deal of fixes.
  • Implementation Spotlight: Zipwhip and Ext JS — Ext JS Blog — JavaScript Framework and RIA Platform – Ext JS is a set of design patterns and object models that naturally fit into application development. We continually reach inside the Ext JS treasure box when developing new functionality and find that most of the hard engineering has already been done
  • Ehcache – Web Caching – Ehcache provides a set of general purpose web caching filters in the ehcache-web module. Using these can make an amazing difference to web application performance. A typical server can deliver 5000+ pages per second from the page cache. With built-in gzipping, storage and network transmission is highly efficient.
  • sardine – Project Hosting on Google Code – Sardine is useful for interacting with a webdav server and is much easier to programmatically manage remote files than with FTP. Sardine is focused on being a useful library for common use cases. I also need it to support the latest version of HttpClient. It abstracts away the connection details and provides easy to use methods to accomplish webdav'y actions.
  • WhiteHouse.gov Releases Open Source Code | The White House – As part of our ongoing effort to develop an open platform for WhiteHouse.gov, we're releasing some of the custom code we've developed. This code is available for anyone to review, use, or modify. We're excited to see how developers across the world put our work to good use in their own applications
  • gxt-interfaces – A thin layer of interfaces on top of GXT, for the purpose of testing and mocking – This is a thin layer of interfaces and simple implementations that sits on top of the GXT framework. The main purpose is to provide a simple way of creating code that is completely testable and mockable via mocking frameworks

Daily del.icio.us for October 21st through October 30th

Daily del.icio.us for October 16th through October 18th

Daily del.icio.us for February 22nd through February 25th

Daily del.icio.us for Dec 23, 2007

  • BitNami :: BitNami Stacks – BitNami stacks make it incredibly easy to install your favorite open source software. Application stacks include an open source application and all the dependencies necessary to run it, such as Apache, MySQL and PHP or Ruby. All you need to do is download
  • Sriram Krishnan: Amazon SimpleDB – Technical Overview – Structured storage was one of the missing pieces in Amazon’s cloud services jigsaw puzzle (the other has to be the ability to host a site completely on EC2 without using dynamic DNS hacks) and Amazon is plugging that hole today with the launch of SimpleDB
  • Remember The Milk – Services / Remember The Milk for Gmail – Remember The Milk for Gmail is a Firefox extension that allows you to manage your tasks in Gmail (complete, postpone, and edit tasks), add new tasks (and connect them with your emails, contacts, and Google Calendar events), automatically add tasks for sta
  • Eventually Consistent – All Things Distributed – Recently there has been a lot of discussion about the concept of eventual consistency in the context of data replication. In this positing I would like to try to collect some of the principles and abstractions related to large scale data replication and t