Links for June 22nd through July 8th

Advertisement

Links for May 27th through May 30th

Links for April 10th through April 12th

  • Tuning JVM for a VM – Lessons Learned, Directly from VMware – This talk will present a lot of the innovation, practical insight, and lessons learned gained from the last year by a senior engineer from VMware who recently developed a Java "ballooning" solution called Elastic Memory for Java (EM4J)
  • SQL? NoSQL? NewSQL? What’s a Java developer to do? – YouTube – We will compare and contrast each database's data model and Java API using NoSQL and NewSQL versions of a use case from the book POJOs in Action. We will learn about the benefits and drawbacks of using NoSQL and NewSQL databases.
  • Arquillian · No more mocks. No more container lifecycle and deployment hassles. Just real tests! – Mocks can be tactical, but more often than not, they are used to make code work outside of a real environment. Arquillian let's you ditch the mocks and write real tests. That's because Arquillian brings your test to the runtime, giving you access to container resources, meaningful feedback and insight about how the code really works.
  • A Baseline for Front-End Developers – Adventures in JavaScript Development – There’s a new set of baseline skills required in order to be successful as a front-end developer, and developers who don’t meet this baseline are going to start feeling more and more left behind as those who are sharing their knowledge start to assume that certain things go without saying.
  • Firebase – A scalable real-time backend for your website – Firebase is a cloud service that automatically synchronizes data between clients and with our cloud servers. It frees developers from worrying about how their data will be communicated and stored, and allows them to focus on their own application logic
  • WordPress completely dominates top 100 blogs – We just completed a study and found that WordPress is in use by 49% of the top 100 blogs in the world. This is an increase from the 32% we recorded three years ago.
  • Amazon CloudWatch Monitoring Scripts for Linux – Amazon CloudWatch – The Amazon CloudWatch Monitoring Scripts for Linux are sample Perl scripts that demonstrate how to produce and consume Amazon CloudWatch custom metrics. The scripts comprise a fully functional example that reports memory, swap, and disk space utilization metrics for an Amazon Elastic Compute Cloud (Amazon EC2) Linux instance
  • MongoDB Hadoop Connector Announced – The core feature of the Connector is to provide the ability to read MongoDB data into Hadoop MapReduce jobs, as well as writing the results of MapReduce jobs out to MongoDB

Daily del.icio.us for December 6th through December 9th

Daily del.icio.us for July 14th through July 16th

Daily del.icio.us for May 12th through May 16th

Daily del.icio.us for April 6th through April 12th

Daily del.icio.us for December 31st through January 1st

Daily del.icio.us for December 31st through January 1st:

Daily del.icio.us for Dec 06, 2007 through Dec 08, 2007

  • The 53 Places to Go in 2008 – New York Times – What?s on your travel itinerary in the new year? From a new luxury hotel in Laos (where you can take in the view of ancient temples from a chaise lounge by the infinity pool) to the waterfront night clubs of Hvar
  • Riding Rails: Rails 2.0: It’s done! – Rails 2.0 is finally finished after about a year in the making. This is a fantastic release that?s absolutely stuffed with great new features, loads of fixes. We?ve even taken a fair bit of cruft out to make the whole package more coherent and lean
  • PayPal Says Linux Grid Can Replace Mainframes — Linux — InformationWeek – A Linux grid is the power behind the payment system at PayPal
  • Ajax View: Remotely Monitoring Web 2.0 Applications – The Ajax View approach is to insert a server-side proxy in-between the web servers and the end-user’s browser. This proxy captures the web apps JavaScript code as it is being sent to a browser and rewrites the code to insert extra instrumentation code
  • Developer’s Guide – Google Chart API – Google Code – The Google Chart API lets you dynamically generate charts. It returns a PNG-format image in response to a URL. Several types of image can be generated: line, bar, and pie charts. For each image type you can specify attributes such as size, colors, labels
  • PayPal Says Linux Grid Can Replace Mainframes — Linux — InformationWeek – A Linux grid is the power behind the payment system at PayPal
  • Ajax View: Remotely Monitoring Web 2.0 Applications – The Ajax View approach is to insert a server-side proxy in-between the web servers and the end-user’s browser. This proxy captures the web apps JavaScript code as it is being sent to a browser and rewrites the code to insert extra instrumentation code
  • Developer’s Guide – Google Chart API – Google Code – The Google Chart API lets you dynamically generate charts. It returns a PNG-format image in response to a URL. Several types of image can be generated: line, bar, and pie charts. For each image type you can specify attributes such as size, colors, labels
  • Roller: free and open source Java blog software – Apache Roller 4.0 has been released and is now available for download. This is a major new Roller release which includes easier blog theme customization, a much more simple installation/upgrade process, infrastructure improvements and other small fixes.
  • infinitest – Google Code – Infinitest is a continuous JUnit test runner designed to facilitate Test Driven Development. Infinitest helps you learn TDD by providing feedback as you work, and helps you master TDD by reducing your feedback cycle from minutes to mere seconds