Skip to content

Contrast matters

by Florian Fankhauser

Category: Software Development

A proper way for JPA entities instantiation

http://paulszulc.wordpress.com/2010/01/04/a-proper-way-for-jpa-entities-instantiation/

Author FlorianPosted on January 5, 2011Categories Java, Software DevelopmentTags jpaLeave a comment on A proper way for JPA entities instantiation

19 1/2 Things to Make You a Better Object Oriented Programmer – Greg Young

Very good talk by Greg Young at Øredev about object oriented programming:

http://vimeo.com/17151526

Author FlorianPosted on December 7, 2010Categories Software DevelopmentTags oodLeave a comment on 19 1/2 Things to Make You a Better Object Oriented Programmer – Greg Young

About Cohesion And Coupling

Great MSDN article about software design:

http://msdn.microsoft.com/en-us/magazine/cc947917.aspx

Author FlorianPosted on November 29, 2010Categories Software DevelopmentTags architecture, designLeave a comment on About Cohesion And Coupling

John Cleese on writing, creativity and getting in the zone

I recently found this amazing video with John Cleese on SvN:

http://37signals.com/svn/posts/2539-the-amazing-john-cleese-shares-his-wisdom

Author FlorianPosted on September 11, 2010Categories Software DevelopmentTags productivityLeave a comment on John Cleese on writing, creativity and getting in the zone

How to upload a file to a FTP server with cURL

If you need a simple way to upload a file to an FTP-server from commandline or from a script, you could use cURL:

curl -v -T file.txt ftp://username:password@myserver/mydir/

The -v turns on verbosity and -T aktivates file-uploads.

Author FlorianPosted on September 10, 2010Categories Software DevelopmentTags curlLeave a comment on How to upload a file to a FTP server with cURL

Martin Fowler: Steps toward the glory of REST

Martin Fowler explains in this article the four maturity levels of restful webservices, also known as the Richardson Maturity Model. Good read.

Author FlorianPosted on April 27, 2010Categories Software DevelopmentTags restLeave a comment on Martin Fowler: Steps toward the glory of REST

Posts navigation

Previous page Page 1 Page 2

Recent Posts

  • Another wisdom
  • Wisdom
  • Composing generators in JavaScript
  • Accessing Context Initialization Parameters in JSP page
  • Video: Simple Made Easy

Recent Comments

    Archives

    • November 2016
    • May 2016
    • April 2016
    • November 2012
    • October 2011
    • August 2011
    • July 2011
    • June 2011
    • May 2011
    • March 2011
    • February 2011
    • January 2011
    • December 2010
    • November 2010
    • September 2010
    • August 2010
    • April 2010
    • October 2009
    • August 2009
    • July 2009
    • June 2009
    • May 2009

    Categories

    • Business
    • Java
    • JavaScript
    • Shortcuts
    • Software Development
    • Tools
    • Uncategorized
    • Usability
    Contrast matters Proudly powered by WordPress