Best Of The Week

Best Of The Week – 2011 – W19

Hello guys,

Time for the “Best Of The Week” links for the week that just passed. Here are some links that drew JavaCodeGeeks attention:

* The Highly Useful Java TimeUnit Enum: An article that explains how to use the TimeUnit enums in order to avoid “magic numbers” and produce cleaner code when manipulating date and time.

* Unix Orchestration Roundup: Tools for Programmatic Systems Administration: Not a developer article per se, but really useful to developers as well. Provides a list of tools that can help with systems administration, automation and deployment.

* Stack Overflow Makes Slow Pages 100x Faster by Simple SQL Tuning: A short article describing how simple SQL tuning allowed Stack Overflow to increase the speed of slow pages by 100 fold. Common problems, like the N+1 Select problem, were identified and solved during the process.

* Cloud APIs and the new spaghetti factory: An article that investigates the explosion of the Cloud APIs and explores the implications of integrating one of them in an application.

* Functional Programming: A Pragmatic Introduction: A nice introduction in the world of functional programming. The presentation uses Java code samples, emphasizing the need for a mindset change in approaching coding and why the functional paradigm is useful.

* Android Basics – Applying some UI patterns: A short guide on how to apply Android UI patterns and create a nice looking interface for your application. Also check out our Android related posts and our Android Full Application Tutorial.

* Database Performance Tips You Won’t Want To Miss: Nice article providing some database performance tips. Most of them are quite known (indices, functions, bound parameters etc.), but it is always good to go back to basics.

* Continuous Delivery = Better Software, Faster: An article that describes how to leverage Continuous Delivery in order to decrease bug count, create a more robust product and establish a better product development lifecycle.

* Data Partitioning – Scaling the Database: This article discusses some of the existing ways to scale a database and focuses on data partitioning. Partitioning splits the application’s data across each of the database nodes and, if implemented correctly, can give a big boost to the system’s scalability.

* Spring Roo: A Year of Productivity: Here the author provides an overview of his experience with Spring Roo and provides a comprehensive list of articles and resources to get you started with Roo.

That’s all for this week. Stay tuned for more, here at JavaCodeGeeks.

Related Articles:

Want to know how to develop your skillset to become a Java Rockstar?

Join our newsletter to start rocking!

To get you started we give you our best selling eBooks for FREE!

 

1. JPA Mini Book

2. JVM Troubleshooting Guide

3. JUnit Tutorial for Unit Testing

4. Java Annotations Tutorial

5. Java Interview Questions

6. Spring Interview Questions

7. Android UI Design

 

and many more ....

 

Receive Java & Developer job alerts in your Area

I have read and agree to the terms & conditions

 

Ilias Tsagklis

Ilias is a software developer turned online entrepreneur. He is co-founder and Executive Editor at Java Code Geeks.
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
Back to top button