Tips and Tricks

  • submit to reddit

10 Tips to Making Products That People Will Love

Marty Cagan at Mind the Product 2012 from MindTheProduct on Vimeo. Over the past 30 years, Marty Cagan has defined and built products for some of the most...

0 replies - 3583 views - 12/20/12 by Mitch Pronschinske in Articles

Video Tutorial: Web Services Consumer Using Apache CXF

Need a quick intro into some of the powerful features of Apache CXF.  Check out this concise 5-minute tutorial.  Should be a good refresher for some...

0 replies - 1292 views - 12/20/12 by Mitch Pronschinske in Articles

Getting Terminal Colors Right

This post is courtesy of Villiam Holub.As a part of our work on ANSI escape code coloring, I looked in detail at default colors used in different command line...

0 replies - 874 views - 12/20/12 by Trevor Parsons in Articles

DevOps for Python: Doing More With Less

Noah Kantrowitz introduces you to Chef and Fabric, helping you to apply your Python skills in DevOps:

0 replies - 1547 views - 12/20/12 by Eric Gregory in Articles

Groovy JDK (GDK): Date and Calendar

I have looked at some highly useful methods available in Groovy GDK's extensions to the Java JDK in blog posts such as Groovy JDK (GDK): File.deleteDir(),...

0 replies - 3984 views - 12/20/12 by Dustin Marx in Articles

5 Reasons to Implement a Content Delivery Network (CDN)

By now, we’re all familiar with the adage that “content is king” on the interwebs. That still may be the case — but even a king has limits. As Internet...

0 replies - 5103 views - 12/19/12 by Leigh Shevchik in Articles

When you should and should NOT use ENUM data type

ENUM is a new enumerated data type introduced in CUBRID 9.0. Like in all programming languages, the ENUM type is a data type composed of a set of...

2 replies - 4655 views - 12/19/12 by Esen Sagynov in Articles

Be Victor in Your Virtualization Environment (Part 1)

Thoughts From the Mind of a Previous VMware Admin (aka Game Master) Do you ever feel like your Windows server is not performing well in the VMware...

0 replies - 2092 views - 12/19/12 by Tommy Patterson in Articles

Object Resurrection

After an object which overrides finalize() is collected it is added to a finalization queue to be cleaned up after calling the finalize() method of each...

4 replies - 2664 views - 12/19/12 by Peter Lawrey in Articles

Container based Security and Spring Security

One of the materials on internet that talks about the differences between Container based Security framework and Spring Security is Spring Security FAQ. It...

0 replies - 1544 views - 12/19/12 by Krishna Prasad in Articles

Git : Status Of Working And Staged Files

 I just came to know about this very neat feature of the git status command. Basically, the status command gives you the the names of the files...

1 replies - 1307 views - 12/19/12 by Ryan Sukale in Articles

MySQL Performance Considerations

My sql performance from nchandra33

0 replies - 1139 views - 12/19/12 by Nishant Chandra in Articles

Autodiscovering Log Files for Logrotate

Logrotate is the UNIX application responsible for removing old (website) log file entries and preventing your server disk filling up. Logrotate is...

0 replies - 901 views - 12/19/12 by Mikko Ohtamaa in Articles

Designing a REST-ful API using Spring 3

In the course of creating VAS, we did a lot of work to design a useful REST API. REST is generally a very loose collection of principals that can be...

0 replies - 2617 views - 12/19/12 by Mitch Pronschinske in Articles

rsyncing to an AWS Instance

I wanted to try running some of the machine learning algorithms that Jen and I have been playing around with on a beefier machine so I thought spinning up...

0 replies - 1885 views - 12/18/12 by Mark Needham in Articles