It is an app that brings many functions together under one roof. One of the cool things about Pistashio is that you can set reminders.
It will automatically email or tweet you the link. You can also set up the service to post your favorite links on Facebook or Twitter.
One thing that makes Pistashio different from basic bookmarking applications is that it only saves links that fall into five distinct
categories-food, video, reading, listening, and to-do-and the majority of this content is actually embedded on the site for easy
referencing. When you add a YouTube video, for example, Pistashio embeds the video on its site rather than making you click
away to watch it again.
Pistashio can be used in a number of different ways, depending on what you're interested in and how you want to use the service.
http://pistash.io
Costs: Free
-------------------------------
Sourced from AppVita. com
When not to use Design Patterns? Do not use design patterns in any of the following situations. • When the software being designed would not change with time. • When the requirements of the source code of the application are unique. If any of the above applies in the current software design, there is no need to apply design patterns in the current design and increase unnecessary complexity in the design. When to use Design Patterns? Design Patterns are particularly useful in one of the following scenarios. • When the software application would change in due course of time. • When the application contains source code that involves object creation and event notification. Benefits of Design Patterns: The following are some of the major advantages of using Design Patterns in software development. • Flexibility • Adaptability to change • Reusability What are Design Patterns? A Design Pattern essentially consists of a p...
Comments
Post a Comment