design patterns

Tag details

Welcome to the 'design patterns' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'design patterns'.

Are you an expert about 'design patterns'? Do you want to be the Technorati authority on 'design patterns'? You can write a description that will appear right here: Join Blogcritics!

Look up Offsite Link "design-patterns" at The Free Dictionary

Latest blogosphere posts tagged “design patterns”
 

  • Buttons and Embellishments with Polymer Clay


    Authority Authority:
    Learn with the great Tory Hughes!! Product Description Includes all you need for a variety of buttons and embellishments: Understand the basic engineering of the polymer button; Learn specifics of attaching polymer to fabric; Make buttons with varying shapes and surface treatments. Design patterns into clay body: ...
    5 days ago
  • Espresso machine can print text messages on coffee foam with edible ink


    Authority Authority:
    I’m not immediately sure what I’d print onto a coffee, but I’m glad that I now have the option. Created by Seattle cloud texting company Zipwhip, Textspresso is an espresso machine that can not only send and receive text messages, but can also print those messages on coffee foam using edible ink. We’ve ...
    5 days ago
  • Mobile Design Pattern Gallery, Color Edition


    Authority Authority:
    Mobile Design Pattern Gallery, Color Edition : UI Patterns for Mobile Applications – O’Reilly When you’re under pressure to produce a well designed, easy-to-navigate mobile app, there’s no time to reinvent the wheel. This concise book provides a handy reference to 70 mobile app design patterns, illustrated ...
    6 days ago
  • Measure amount of WTFs per package or project


    Authority Authority:
    I created a library that measures amount of WTFs per package or project. This library is a by-product that derived from what I was doing few days ago: I was dabbling with Java and decided to take a break. I came across a well know image that depicts code review session behind closed doors. The image called “The ...
    6 days ago
  • What is Chain of Responsibility (CoR) design pattern?


    Extreme JavaAuthority Authority: 116
    The basic principle behind CoR is to avoid a component which can perform multiple functions and have a number of components each performing a definitive task. This design pattern is inspired from Cohesion principle which states that each component should perform a unique function. The advantage of using CoR is that a ...
    6 days ago
  • What is the difference between aggregation and composition?


    Extreme JavaAuthority Authority: 116
    Aggregation and composition both refer to a “has a” relationship which means that one object is a part of another object. This relationship is required to model real world scenarios like a school has a principal or a Van has an Engine. The difference between aggregation and composition lies in the kind of “has ...
    6 days ago
  • Explain Factory design pattern


    Extreme JavaAuthority Authority: 116
    The Factory design pattern defines a factory which can be used to build objects of particular type. Like a real world factory, the factory class assembles an object using various component or sub objects and the returns the built object. The class which requested the object being build need not take care of creating ...
    6 days ago
  • Explain Singleton design pattern?


    Extreme JavaAuthority Authority: 116
    Singleton pattern is a solution which comes to help when you want to allow only one instance of a class in your application. Let us understand the concept of singleton pattern using a program. Following is a class which allows only one instance of itself to be created: Example Code: The above solution is thread [...]
    6 days ago
  • Inspiring Illustrations by Ramon Nuñez


    Authority Authority:
    Tweet Ramon Nuñez is a Venezuelan illustrator, who at an early age felt a great attraction for art, paper and pencil. Over the years Ramon developed through practice and self-learning skills with her drawing. One of her biggest influences in the childhood years were the comics, always looking for ways to ...
    1 week ago
  • Develop With Passion Week Long Course


    Masud's Technology BlogAuthority Authority: 81
    This past week I attended a course in Austin, TX by a company called Develop With Passion, where I got some much-needed education on design patterns, good OO design and how to apply it to a code base.  This post will be about the course and my thoughts on my journey in software so far."The greatest of weaknesses is ...
    1 week ago
  • How to design classes in Java?


    Extreme JavaAuthority Authority: 116
    A class in java represents a real world entity and will have some properties and operations which can be performed on the members of the class. As in real world, a number of entities co-ordinate together to make a system (like Hotel, Hospital, Airport etc.), the classes and the co-ordination between them has to be ...
    1 week ago
  • Learning JavaScript Design Patterns


    Authority Authority:
    Learning JavaScript Design Patterns – O’Reilly With this digital  Early Release edition of  Learning JavaScript Design Patterns , you get the entire book bundle in its earliest form – the author’s raw and unedited content – so you can take advantage of this content long before the book’s official ...
    1 week ago
  • Apple iOS icons in Pure CSS


    Authority Authority:
    16 year old Louis Harboe has re-created Apple’s iOS icons in pure CSS, also going into details about how it was achieved. Via Graphicpeel 
    1 week ago
  • Cloud Computing: Automating the Virtualized Data Center


    Authority Authority:
    Cloud Computing: Automating the Virtualized Data Center – Cisco Press The complete guide to provisioning and managing cloud-based Infrastructure as a Service (IaaS) data center solutions Cloud computing will revolutionize the way IT resources are deployed, configured, and managed for years to come. Service ...
    2 weeks ago
  • Professional PHP Design Patterns


    Authority Authority:
    Professional PHP Design Patterns – Wrox This guide helps PHP developers take advantage of the stability and features of design patterns Design patterns are the cornerstones of building solid, stable, flexible, and feature-rich Web applications. This guide enables PHP developers to take advantage of everything ...
    3 weeks ago
  • The 10 Most Unexpected Media Placements We’ve Seen


    Authority Authority:
    Advertising. EVERYWHERE! via Advertising Age From Urinals to the Bottom of a Shoe, Ads Have Been Cropping up in Some Unusual Places At a time when consumers are inundated with advertising while driving, using their phones, on planes or at the movies — or in other words, every waking hour — how does a ...
    3 weeks ago
  • Software Professionals, Inc. – Senior Software Engineer – Flower Mound, TX


    Authority Authority:
    Related ads Senior Software Engineer Company Name    Software Professionals, Inc. Job Category    Technology; Engineering Location    Flower Mound, TX Position Type    Full-Time, Employee Experience    5-10 Years Experience Bachelor grade in Computer Science, Information Technology or ...
    3 weeks ago
  • JavaScript Closures and the Module Pattern


    Authority Authority:
    One of the most widely used design patterns in JavaScript is the module pattern.  The module pattern makes use of one of the nicer features of JavaScript – closures – in order to give you some control of the privacy of your methods so that third party applications cannot access private data or overwrite it. In ...
    4 weeks ago
  • Links for April 27th through April 29th


    Authority Authority:
    InfoQ: Decisions, Decisions – Dan North engages the audience into a discussion about the tradeoffs involved in making decisions regarding the team composition, development style, architecture, and deployment solutions. Google has lost control of Android – Only a miraculous Google I/O developer conference can ...
    4 weeks ago

Comments about design patterns

Personal attacks are NOT allowed
Please read our comment policy