Skip to main content

Home/ Coders/ Group items tagged architecture

Rss Feed Group items tagged

iwebservices7

How to Build an App Like Alexa? - 0 views

  •  
    The future is here with voice and natural language serve up. This is an important step in marking the service of our digital systems to us, and we have begun from the age of landlines. We have slowly evolved to touch-based palm-sized phones and computers, and now we have Apple's Siri, Amazon's Alexa, Microsoft's Cortana, and Google Assistant. For the purpose of building voice and natural language capabilities into your own applications, one has to depend on cloud options. But if you are wondering why limit yourself only to Amazon or Apple, and create your own, you are on the right track. Anyone can build their system and enable the voice with multiple devices. It is only the difference of speech to text, followed by a query parser, a pipeline, a rules engine, and of course a pluggable architecture with mandatory open APIs.
htmlslicemate.com

The Impressive Showcase of SEMI-PERMANENT Sydney 2013 - 0 views

  •  
    Semi Permanent was started in Sydney in 2003 by Australians Andrew Johnstone and Murray Bell and has since become an international annual conference, spanning across 5 counties and 9 cities including London, Los Angeles and Stockholm. Semi Permanent is now synonymous with assembling industry leaders from all creative fields to present their work, inspirations, processes, insights and to simply share their creative journey with fellow peers over two jam-packed days. As always, there was an impressive showcase of amazing work that spanned across Graphic Design, Film, Animation, Motion Graphics, Architecture and Visual Effects. Illustration, Photography and Graffiti. Photographer Max Doyle showcased his diverse talent by entertaining us with a live jam of one of his songs. And of course it wouldn't be a design conference without the guys from Stab Magazine firing t-shirts into the crowd from a canon.
htmlslicemate.com

10 Print magazines all web designers and developers should read - 0 views

  •  
    If you have tried Googling web designer resources you will have noticed that there is a gazillion different resources, however sometimes you just want to kick back and read a good old-fashioned magazine. If you are looking for a print publication that covers topics that web designers and developers are interested in then here is a list of 10 publications that you might find interesting. If you feel we have forgotten any then just leave us a comment below! .net Magazine Not only is .net one of the best online resources for web designers and developers, however their magazine is packed with practical advice on everything from design, development, sales, marketing, usability to accessibility, information architecture, security, copywriting, advertising and much much more.
Fabien Cadet

GUI Architectures, by Martin Fowler, 2006 - 8 views

  •  
    Extensive description & history of GUI design patterns, of which MVC & MVP.
Fabien Cadet

Service Oriented Agony | 8th Light, 2012-02-01 by Bob Martin - 7 views

  • The structure seems obvious to system designers who have grown tired of single monolithic systems and want to break those systems up into components and services. What could be more natural than to break the system along the lines of data base managment?
  • Unfortunately this is a huge violation of the Single Responsibility Principle — or its big brother the Common Closure Principle.
  • These principles tell us to group together things that change together, and keep apart things that change for different reasons.
  • ...6 more annotations...
  • When you separate things that change for the same reasons, you have to make changes in many different places in the system.
  • So it’s a lot of work just to get anything working.
  • Moreover, when you group together things that change for different reasons, you expose the components of the system to collateral damage, thrashing, CM collisions, and a whole host of other problems.
  • So what’s the solution? First of all, I question whether the system needed to be partitioned into services.
  • Services are expensive and complicated, you should only create them if you absolutely need to. It’s always easier to live in a single process. Remember Martin Fowler’s first law of distributed objects: Don’t distribute your objects.
  • Many systems could be streamlined, and development made much faster, if the system designers paid more attention to the Single Responsibility Principle.
Paris Polyzos

Refact your C# Code: NCQRS - 0 views

  •  
    NCQRS is a framework implementation of CQRS pattern to separate data modifications operations from data query operations!
Joel Bennett

Craig Skibo's WebLog (Visual Studio Shell) - 0 views

  •  
    Craig seems to have some really interesting insights into the Visual Studio Shell architecture ... what we'll be able to do with it, and how we'll have to do it.
Fabien Cadet

MIT's Introduction to Algorithms, Lectures 22 and 23: Cache Oblivious Algorithms - good... - 0 views

  • Cache-oblivious algorithms should not be confused with cache-aware algorithms. Cache-aware algorithms and data structures explicitly depend on various hardware configuration parameters, such as the cache size. Cache-oblivious algorithms do not depend on any hardware parameters.
  • An example of cache-aware (not cache-oblivious) data structure is a B-Tree that has the explicit parameter B, the size of a node. The main disadvantage of cache-aware algorithms is that they are based on the knowledge of the memory structure and size, which makes it difficult to move implementations from one architecture to another.
  •  
    « Cache-oblivious algorithms take into account something that has been ignored in all the lectures so far, particularly, the multilevel memory hierarchy of modern computers. Retrieving items from various levels of memory and cache make up a dominant factor of running time, so for speed it is crucial to minimize these costs. The main idea of cache-oblivious algorithms is to achieve optimal use of caches on all levels of a memory hierarchy without knowledge of their size. »
Joel Bennett

Microsoft Axum - Download Details - 0 views

  • Installer: Axum is an incubation project from Microsoft’s Parallel Computing Platform that aims to validate a safe and productive parallel programming model for the .NET framework. It’s a language that builds upon the architecture of the web and the principles of isolation, actors, and message-passing to increase application safety, responsiveness, scalability and developer productivity. Other advanced concepts we are exploring are data flow networks, asynchronous methods, and type annotations for taming side-effects. Programmer's Guide: Use this simple and easy to follow programmer's guide to learn how to create safe, scalable, and responsive applications with the Axum language. Language Specification: A detailed specification of the Axum language.
  •  
    A .NET language for safe, scalable and productive parallel programming through isolation, actors and message-passing ...
ybordiq

Best practices - robotlegs-framework - GitHub - 0 views

  • t is common to add event listeners in the onRegister method of the Mediator. At this phase of the Mediator’s lifecycle, it has been registered and its view component and other dependencies have been injected. The onRegister method must be overridden in concrete Mediator classes. Event listeners may be added in other methods as well, including event handler methods that are responding to both framework and view component events.
    • ybordiq
       
      note: this is only partially true: if any widget of the view is not included in the "normal" state of the view (cf use of states in flex + usage of "includeIn" component property), then it is null when the onRegister() is called => impossible to register an event listener to it via the eventMap (or any other way)=> we can listen to the view currentStateChange events and register event listeners at that moment, but this is somewhat ugly...(might be more a limitation of Flex than Robotleg, though...)
Joel Bennett

What Portable Apps? | Dr Dobb's - 3 views

  • If portability continues to be accorded the little value it receives today from Windows, Linux, and mobile developers, I expect this sudden renaissance to be short-lived. Eventually, the balance, which by nature favors the cost of developers' time, will return towards productivity. Then, native code, for the lack of portability skills in developers, will return to being a throwback, a curiosity for speed freaks who are happy running on just one platform.
  •  
    Andrew Binstock opines: Unless we relearn portability skills, the C++ renaissance will be a short affair...
codingdefined

Coding Defined - 0 views

  •  
    CodingDefined.com is web based blog , it mainly contains article on programming languages, frameworks, architectures.
longchamppas

lacoste pas cher Une - 0 views

À la place, il faut des négociations directes, des garanties de sécurité et une aide à l'intégration politique et économique. Pour réussir, cette stratégie nécessite aussi le recours à une menace r...

jogging lacoste junior pas cher doudoune

started by longchamppas on 16 Dec 14 no follow-up yet
longchamppas

Foulard LV pas cher Les - 0 views

Echelonnées de 1890 à 2006, pour l'essentiel en noir et blanc, les oeuvres accrochées ont en commun, avec une apparente abstraction, une atmosphère onirique et apaisante. Leur petit format ne les i...

Carre LV Foulard pas cher http:__www.desmarquesprivees.fr_

started by longchamppas on 27 Dec 14 no follow-up yet
subsequent1 subsequent1

polo ralph lauren Autant - 0 views

En chirurgie, on discerne vite le succès de l'échec, à la différence de l'administration. Sauf en période de crise, évidemment. » On comprend mieux le stoïcisme dont il a fait preuve pour redresser...

polo ralph lauren pas cher big pony

started by subsequent1 subsequent1 on 30 Jul 14 no follow-up yet
longchamppas

robe burberry pas cher Val - 0 views

Le Plessis-Robinson, enveloppé de forêts, remporte la palme du nombre de transactions. Petit à petit débarrassées de leurs barres vétustes, Villeneuve-la-Garenne, qui bondit de 30%, et Bagneux gagn...

chemise burberry pas cher robe bottes

started by longchamppas on 06 Aug 14 no follow-up yet
netgains

Superior 3D Floor Plans for Your Dream Home - 0 views

  •  
    Everyone has a dream to have stunning house. Now you can convert your fantasy into reality with 3d plans. Know how to select best 2d/3d plan service to design your home with maximum benefits at Netgains.org.
  •  
    Everyone has a dream to have stunning house. Now you can convert your fantasy into reality with 3d plans. Know how to select best 2d/3d plan service to design your home with maximum benefits at Netgains.org.
‹ Previous 21 - 40 of 43 Next ›
Showing 20 items per page